|
| EST_FeatureData (const EST_FeatureData &a) |
|
EST_Features & | ginfo () |
|
int | num_samples () const |
|
int | num_features () const |
|
void | resize (int num_samples, int num_columns, bool preserve=1) |
|
void | resize (int num_samples, EST_Features &f, bool preserve=1) |
|
void | set_num_samples (int num_samples, bool preserve=1) |
|
EST_String | type (const EST_String &feature_name) |
|
EST_StrList | values (const EST_String &feature_name) |
|
void | set_type (EST_String &feature_name, EST_String &type) |
|
void | set_values (EST_String &feature_name, EST_StrList &values) |
|
int | update_values (const EST_String &feature_name, int max) |
|
int | feature_position (const EST_String &feature_name) |
|
EST_read_status | load (const EST_String &name) |
|
EST_write_status | save (const EST_String &name, const EST_String &EST_filetype="") const |
|
EST_Val & | a (int sample, int field) |
|
EST_Val & | a (int sample, const EST_String &name) |
|
const EST_Val & | a (int sample, int field) const |
|
const EST_Val & | a (int sample, const EST_String &name) const |
|
Definition at line 123 of file EST_FeatureData.h.
◆ EST_FeatureData() [1/2]
EST_FeatureData::EST_FeatureData |
( |
| ) |
|
◆ EST_FeatureData() [2/2]
◆ ~EST_FeatureData()
EST_FeatureData::~EST_FeatureData |
( |
void |
| ) |
|
◆ ginfo()
◆ num_samples()
int EST_FeatureData::num_samples |
( |
| ) |
const |
◆ num_features()
int EST_FeatureData::num_features |
( |
| ) |
const |
◆ resize() [1/2]
void EST_FeatureData::resize |
( |
int |
num_samples, |
|
|
int |
num_columns, |
|
|
bool |
preserve = 1 |
|
) |
| |
◆ resize() [2/2]
void EST_FeatureData::resize |
( |
int |
num_samples, |
|
|
EST_Features & |
f, |
|
|
bool |
preserve = 1 |
|
) |
| |
◆ set_num_samples()
void EST_FeatureData::set_num_samples |
( |
int |
num_samples, |
|
|
bool |
preserve = 1 |
|
) |
| |
◆ type()
◆ values()
◆ update_values()
int EST_FeatureData::update_values |
( |
const EST_String & |
feature_name, |
|
|
int |
max |
|
) |
| |
◆ feature_position()
int EST_FeatureData::feature_position |
( |
const EST_String & |
feature_name | ) |
|
◆ load()
EST_read_status EST_FeatureData::load |
( |
const EST_String & |
name | ) |
|
◆ save()
EST_write_status EST_FeatureData::save |
( |
const EST_String & |
name, |
|
|
const EST_String & |
EST_filetype = "" |
|
) |
| const |
◆ a() [1/4]
EST_Val & EST_FeatureData::a |
( |
int |
sample, |
|
|
int |
field |
|
) |
| |
◆ a() [2/4]
◆ a() [3/4]
const EST_Val & EST_FeatureData::a |
( |
int |
sample, |
|
|
int |
field |
|
) |
| const |
◆ a() [4/4]
◆ operator<<
The documentation for this class was generated from the following files: