gaml
Public Types | Public Member Functions | List of all members
gaml::concepts::Predictor Class Reference

This predicts a label from an input. More...

#include <gamlAlgorithms.hpp>

Public Types

typedef any input_type
 
typedef any output_type
 

Public Member Functions

 Predictor (const Predictor &other)
 
Predictoroperator= (const Predictor &other)
 
output_type operator() (const input_type &x) const
 

Detailed Description

This predicts a label from an input.


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