|
ppforest2 v0.1.0
Projection Pursuit Decision Trees and Random Forests
|
Confusion matrix for classification model evaluation. More...
Go to the source code of this file.
Classes | |
| struct | ppforest2::stats::ConfusionMatrix |
| A confusion matrix comparing predicted vs actual group labels. More... | |
Namespaces | |
| namespace | ppforest2 |
| namespace | ppforest2::stats |
| Statistical infrastructure for training and evaluation. | |
Functions | |
| std::map< int, int > | ppforest2::stats::get_labels_map (types::ResponseVector const &groups) |
| Build a sorted mapping from unique group labels to contiguous indices. | |
Confusion matrix for classification model evaluation.