#include <ml.hpp>
CvMLData::CvMLData | ( | ) |
virtual CvMLData::~CvMLData | ( | ) | [virtual] |
void CvMLData::chahge_var_idx | ( | int | vi, | |
bool | state | |||
) |
void CvMLData::change_var_type | ( | int | var_idx, | |
int | type | |||
) |
virtual void CvMLData::clear | ( | ) | [protected, virtual] |
void CvMLData::free_train_test_idx | ( | ) | [protected] |
char CvMLData::get_delimiter | ( | ) | [inline] |
char CvMLData::get_miss_ch | ( | ) | [inline] |
const CvMat* CvMLData::get_missing | ( | ) | [inline] |
int CvMLData::get_response_idx | ( | ) | [inline] |
const CvMat* CvMLData::get_responses | ( | ) |
const CvMat* CvMLData::get_test_sample_idx | ( | ) | [inline] |
const CvMat* CvMLData::get_train_sample_idx | ( | ) | [inline] |
const CvMat* CvMLData::get_values | ( | ) | [inline] |
const CvMat* CvMLData::get_var_idx | ( | ) |
int CvMLData::get_var_type | ( | int | var_idx | ) | [inline] |
const CvMat* CvMLData::get_var_types | ( | ) |
void CvMLData::mix_train_and_test_idx | ( | ) |
int CvMLData::read_csv | ( | const char * | filename | ) |
void CvMLData::set_delimiter | ( | char | ch | ) |
void CvMLData::set_miss_ch | ( | char | ch | ) |
void CvMLData::set_response_idx | ( | int | idx | ) |
void CvMLData::set_train_test_split | ( | const CvTrainTestSplit * | spl | ) |
void CvMLData::set_var_types | ( | const char * | str | ) |
void CvMLData::str_to_flt_elem | ( | const char * | token, | |
float & | flt_elem, | |||
int & | type | |||
) | [protected] |
std::map<std::string, int>* CvMLData::class_map [protected] |
char CvMLData::delimiter [protected] |
char CvMLData::miss_ch [protected] |
CvMat* CvMLData::missing [protected] |
bool CvMLData::mix [protected] |
int CvMLData::response_idx [protected] |
CvMat* CvMLData::response_out [protected] |
cv::RNG* CvMLData::rng [protected] |
int* CvMLData::sample_idx [protected] |
CvMat* CvMLData::test_sample_idx [protected] |
int CvMLData::total_class_count [protected] |
int CvMLData::train_sample_count [protected] |
CvMat* CvMLData::train_sample_idx [protected] |
CvMat* CvMLData::values [protected] |
CvMat* CvMLData::var_idx_mask [protected] |
CvMat* CvMLData::var_idx_out [protected] |
CvMat* CvMLData::var_types [protected] |
CvMat* CvMLData::var_types_out [protected] |