Evaluate(const MLAlgorithmArgs &... args) | mlpack::cv::SimpleCV< MLAlgorithm, Metric, MatType, PredictionsType, WeightsType > | |
Model() | mlpack::cv::SimpleCV< MLAlgorithm, Metric, MatType, PredictionsType, WeightsType > | |
SimpleCV(const double validationSize, MatInType &&xs, PredictionsInType &&ys) | mlpack::cv::SimpleCV< MLAlgorithm, Metric, MatType, PredictionsType, WeightsType > | |
SimpleCV(const double validationSize, MatInType &&xs, PredictionsInType &&ys, const size_t numClasses) | mlpack::cv::SimpleCV< MLAlgorithm, Metric, MatType, PredictionsType, WeightsType > | |
SimpleCV(const double validationSize, MatInType &&xs, const data::DatasetInfo &datasetInfo, PredictionsInType &&ys, const size_t numClasses) | mlpack::cv::SimpleCV< MLAlgorithm, Metric, MatType, PredictionsType, WeightsType > | |
SimpleCV(const double validationSize, MatInType &&xs, PredictionsInType &&ys, WeightsInType &&weights) | mlpack::cv::SimpleCV< MLAlgorithm, Metric, MatType, PredictionsType, WeightsType > | |
SimpleCV(const double validationSize, MatInType &&xs, PredictionsInType &&ys, const size_t numClasses, WeightsInType &&weights) | mlpack::cv::SimpleCV< MLAlgorithm, Metric, MatType, PredictionsType, WeightsType > | |
SimpleCV(const double validationSize, MatInType &&xs, const data::DatasetInfo &datasetInfo, PredictionsInType &&ys, const size_t numClasses, WeightsInType &&weights) | mlpack::cv::SimpleCV< MLAlgorithm, Metric, MatType, PredictionsType, WeightsType > | |
SimpleCV(const double validationSize, MIT &&xs, PIT &&ys) (defined in mlpack::cv::SimpleCV< MLAlgorithm, Metric, MatType, PredictionsType, WeightsType >) | mlpack::cv::SimpleCV< MLAlgorithm, Metric, MatType, PredictionsType, WeightsType > | |
SimpleCV(const double validationSize, MIT &&xs, PIT &&ys, const size_t numClasses) (defined in mlpack::cv::SimpleCV< MLAlgorithm, Metric, MatType, PredictionsType, WeightsType >) | mlpack::cv::SimpleCV< MLAlgorithm, Metric, MatType, PredictionsType, WeightsType > | |
SimpleCV(const double validationSize, MIT &&xs, const data::DatasetInfo &datasetInfo, PIT &&ys, const size_t numClasses) (defined in mlpack::cv::SimpleCV< MLAlgorithm, Metric, MatType, PredictionsType, WeightsType >) | mlpack::cv::SimpleCV< MLAlgorithm, Metric, MatType, PredictionsType, WeightsType > | |
SimpleCV(const double validationSize, MIT &&xs, PIT &&ys, WIT &&weights) (defined in mlpack::cv::SimpleCV< MLAlgorithm, Metric, MatType, PredictionsType, WeightsType >) | mlpack::cv::SimpleCV< MLAlgorithm, Metric, MatType, PredictionsType, WeightsType > | |
SimpleCV(const double validationSize, MIT &&xs, PIT &&ys, const size_t numClasses, WIT &&weights) (defined in mlpack::cv::SimpleCV< MLAlgorithm, Metric, MatType, PredictionsType, WeightsType >) | mlpack::cv::SimpleCV< MLAlgorithm, Metric, MatType, PredictionsType, WeightsType > | |
SimpleCV(const double validationSize, MIT &&xs, const data::DatasetInfo &datasetInfo, PIT &&ys, const size_t numClasses, WIT &&weights) (defined in mlpack::cv::SimpleCV< MLAlgorithm, Metric, MatType, PredictionsType, WeightsType >) | mlpack::cv::SimpleCV< MLAlgorithm, Metric, MatType, PredictionsType, WeightsType > | |
SimpleCV(Base &&base, const double validationSize, MIT &&xs, PIT &&ys) (defined in mlpack::cv::SimpleCV< MLAlgorithm, Metric, MatType, PredictionsType, WeightsType >) | mlpack::cv::SimpleCV< MLAlgorithm, Metric, MatType, PredictionsType, WeightsType > | |
SimpleCV(Base &&base, const double validationSize, MIT &&xs, PIT &&ys, WIT &&weights) (defined in mlpack::cv::SimpleCV< MLAlgorithm, Metric, MatType, PredictionsType, WeightsType >) | mlpack::cv::SimpleCV< MLAlgorithm, Metric, MatType, PredictionsType, WeightsType > | |