Files
mlpack/fastlib
Ryan Curtin 04ffcfc659 Fix bugs introduced into DatasetInfo of my own doing.
* ReadPoint() is broken, but still works.  It checks for \0 characters, but std::string does not terminate with those.  Leaving it there for now until it gets handled by #37
 * When adding a class feature from ARFF... actually add it to the features_ vector in DatasetInfo.  Oops.
2010-06-18 17:38:01 +00:00
..