ppforest2 v0.1.0
Projection Pursuit Decision Trees and Random Forests
Loading...
Searching...
No Matches
ppforest2::io::csv::FeatureSet Struct Reference

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
 

Detailed Description

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

Member Data Documentation

◆ feature_names

types::Names ppforest2::io::csv::FeatureSet::feature_names

◆ raw_rows

std::vector<std::vector<std::string> > ppforest2::io::csv::FeatureSet::raw_rows

◆ x

types::FeatureMatrix ppforest2::io::csv::FeatureSet::x

The documentation for this struct was generated from the following file: