This class provides the interface of CV classes, but really implements a simple quadratic function of three variables.
More...
|
| 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 () |
|
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: