|
ppforest2 v0.1.0
Projection Pursuit Decision Trees and Random Forests
|
Result of parsing a vars specification. More...
#include <VarsSpec.hpp>
Public Attributes | |
| bool | is_proportion |
| float | value |
Result of parsing a vars specification.
Distinguishes between a proportion (ready to use) and an integer count (needs conversion using the total number of features).
| bool ppforest2::cli::VarsSpec::is_proportion |
| float ppforest2::cli::VarsSpec::value |