Public Member Functions | |
| Dataset (const Dataset &) | |
| void | load_data (std::string filename) |
| unsigned | n_records () const |
| unsigned | n_fields () const |
| const std::vector< double > & | get_inputs (unsigned record) const |
| double | get_target (unsigned record) const |
| std::vector< double > | input_minima () const |
| std::vector< double > | input_maxima () const |
Private Member Functions | |
| Dataset & | operator= (const Dataset &) |
Private Attributes | |
| DataSetImpl * | pimpl |
Definition at line 26 of file Dataset.h.
1.4.7