mlpack
Public Member Functions | List of all members
QuadraticFunction< MLAlgorithm, Metric, MatType, PredictionsType, WeightsType > Class Template Reference

This class provides the interface of CV classes, but really implements a simple quadratic function of three variables. More...

Public Member Functions

 QuadraticFunction (double a, double b, double c, double d, double xMin=0.0, double yMin=0.0, double zMin=0.0)
 
double Evaluate (double x, double y, double z)
 
MLAlgorithm Model ()
 

Detailed Description

template<typename MLAlgorithm, typename Metric = void, typename MatType = void, typename PredictionsType = void, typename WeightsType = void>
class QuadraticFunction< MLAlgorithm, Metric, MatType, PredictionsType, WeightsType >

This class provides the interface of CV classes, but really implements a simple quadratic function of three variables.


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