49 long seed = 2026875034;
73 void add(
const DataSet &dataset )
throw ( logic_error );
82 void add(
const Example &example )
throw ( logic_error );
106 long getSeed()
const;
115 bool getHasNominalAttributes()
const;
124 bool getHasNumericAttributes()
const;
133 void load(
string filename )
throw ( logic_error );
143 void parse( istream &in )
throw ( logic_error );
153 void setOptions(
const vector<string> &options )
throw ( logic_error );
162 void setSeed(
long seed );
Examples examples
Definition: dataset.h:46
Attributes attributes
Definition: dataset.h:43
string name
Definition: dataset.h:40
Definition: attributes.h:26
Definition: examples.h:26
ostream & operator<<(ostream &out, const Attribute &a)
Definition: attribute.cc:31