* 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.