ppforest2 v0.1.0
Projection Pursuit Decision Trees and Random Forests
Loading...
Searching...
No Matches
ppforest2::cli::serve::PredictionResult Struct Reference

Result of running a prediction request — kept around for the predictions store so the server can serve cached HTML on shareable URLs. More...

#include <ServeHandlers.hpp>

Public Attributes

std::optional< stats::Metricsmetrics
 
types::OutcomeVector predictions
 
types::FeatureMatrix proportions
 

Detailed Description

Result of running a prediction request — kept around for the predictions store so the server can serve cached HTML on shareable URLs.

Member Data Documentation

◆ metrics

std::optional<stats::Metrics> ppforest2::cli::serve::PredictionResult::metrics

◆ predictions

types::OutcomeVector ppforest2::cli::serve::PredictionResult::predictions

◆ proportions

types::FeatureMatrix ppforest2::cli::serve::PredictionResult::proportions

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