SimpleCV< MLAlgorithm, Metric, MatType, PredictionsType, WeightsType > Member List

This is the complete list of members for SimpleCV< MLAlgorithm, Metric, MatType, PredictionsType, WeightsType >, including all inherited members.

Evaluate(const MLAlgorithmArgs &... args)SimpleCV< MLAlgorithm, Metric, MatType, PredictionsType, WeightsType >
Model()SimpleCV< MLAlgorithm, Metric, MatType, PredictionsType, WeightsType >
SimpleCV(const double validationSize, MatInType &&xs, PredictionsInType &&ys)SimpleCV< MLAlgorithm, Metric, MatType, PredictionsType, WeightsType >
SimpleCV(const double validationSize, MatInType &&xs, PredictionsInType &&ys, const size_t numClasses)SimpleCV< MLAlgorithm, Metric, MatType, PredictionsType, WeightsType >
SimpleCV(const double validationSize, MatInType &&xs, const data::DatasetInfo &datasetInfo, PredictionsInType &&ys, const size_t numClasses)SimpleCV< MLAlgorithm, Metric, MatType, PredictionsType, WeightsType >
SimpleCV(const double validationSize, MatInType &&xs, PredictionsInType &&ys, WeightsInType &&weights)SimpleCV< MLAlgorithm, Metric, MatType, PredictionsType, WeightsType >
SimpleCV(const double validationSize, MatInType &&xs, PredictionsInType &&ys, const size_t numClasses, WeightsInType &&weights)SimpleCV< MLAlgorithm, Metric, MatType, PredictionsType, WeightsType >
SimpleCV(const double validationSize, MatInType &&xs, const data::DatasetInfo &datasetInfo, PredictionsInType &&ys, const size_t numClasses, WeightsInType &&weights)SimpleCV< MLAlgorithm, Metric, MatType, PredictionsType, WeightsType >