|
ppforest2 v0.1.0
Projection Pursuit Decision Trees and Random Forests
|
Result of parsing a feature-only CSV (no response column). More...
#include <IO.hpp>
Public Attributes | |
| types::Names | feature_names |
| std::vector< std::vector< std::string > > | raw_rows |
| types::FeatureMatrix | x |
Result of parsing a feature-only CSV (no response column).
raw_rows[i][j] is the original text of the j-th column on row i. It is kept around so callers can inspect columns that aren't part of the model (e.g. a response column carried over from training data, used to compute metrics on /predict).
| types::Names ppforest2::io::csv::FeatureSet::feature_names |
| std::vector<std::vector<std::string> > ppforest2::io::csv::FeatureSet::raw_rows |
| types::FeatureMatrix ppforest2::io::csv::FeatureSet::x |