#include <ml.hpp>
virtual CvMLData::~CvMLData |
( |
| ) |
|
|
virtual |
void CvMLData::chahge_var_idx |
( |
int |
vi, |
|
|
bool |
state |
|
) |
| |
void CvMLData::change_var_idx |
( |
int |
vi, |
|
|
bool |
state |
|
) |
| |
void CvMLData::change_var_type |
( |
int |
var_idx, |
|
|
int |
type |
|
) |
| |
virtual void CvMLData::clear |
( |
| ) |
|
|
protectedvirtual |
void CvMLData::free_train_test_idx |
( |
| ) |
|
|
protected |
const std::map<std::string, int>& CvMLData::get_class_labels_map |
( |
| ) |
const |
char CvMLData::get_delimiter |
( |
| ) |
const |
char CvMLData::get_miss_ch |
( |
| ) |
const |
const CvMat* CvMLData::get_missing |
( |
| ) |
const |
int CvMLData::get_response_idx |
( |
| ) |
const |
const CvMat* CvMLData::get_responses |
( |
| ) |
|
const CvMat* CvMLData::get_test_sample_idx |
( |
| ) |
const |
const CvMat* CvMLData::get_train_sample_idx |
( |
| ) |
const |
const CvMat* CvMLData::get_values |
( |
| ) |
const |
const CvMat* CvMLData::get_var_idx |
( |
| ) |
|
int CvMLData::get_var_type |
( |
int |
var_idx | ) |
const |
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_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 |
int CvMLData::response_idx |
|
protected |
CvMat* CvMLData::response_out |
|
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::var_idx_mask |
|
protected |
CvMat* CvMLData::var_idx_out |
|
protected |
CvMat* CvMLData::var_types |
|
protected |
CvMat* CvMLData::var_types_out |
|
protected |
The documentation for this class was generated from the following file: