mlpack
Classes | Namespaces
meta_info_extractor.hpp File Reference
#include <type_traits>
#include <mlpack/core.hpp>
#include <mlpack/core/util/sfinae_utility.hpp>
Include dependency graph for meta_info_extractor.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  mlpack::cv::TrainForm< MatType, PredictionsType, WeightsType, DatasetInfo, NumClasses >
 A wrapper struct for holding a Train form. More...
 
struct  mlpack::cv::TrainFormBase4< PT, WT, T1, T2 >
 
struct  mlpack::cv::TrainFormBase5< PT, WT, T1, T2, T3 >
 
struct  mlpack::cv::TrainFormBase6< PT, WT, T1, T2, T3, T4 >
 
struct  mlpack::cv::TrainFormBase7< PT, WT, T1, T2, T3, T4, T5 >
 
struct  mlpack::cv::TrainForm< MT, PT, void, false, false >
 
struct  mlpack::cv::TrainForm< MT, PT, void, true, false >
 
struct  mlpack::cv::TrainForm< MT, PT, WT, false, false >
 
struct  mlpack::cv::TrainForm< MT, PT, WT, true, false >
 
struct  mlpack::cv::TrainForm< MT, PT, void, false, true >
 
struct  mlpack::cv::TrainForm< MT, PT, void, true, true >
 
struct  mlpack::cv::TrainForm< MT, PT, WT, false, true >
 
struct  mlpack::cv::TrainForm< MT, PT, WT, true, true >
 
struct  mlpack::cv::NotFoundMethodForm
 
struct  mlpack::cv::SelectMethodForm< MLAlgorithm, HMFs >
 A type function that selects a right method form. More...
 
struct  mlpack::cv::SelectMethodForm< MLAlgorithm, HasMethodForm, HMFs... >
 
class  mlpack::cv::SelectMethodForm< MLAlgorithm, HasMethodForm, HMFs... >::From< Forms >
 
struct  mlpack::cv::SelectMethodForm< MLAlgorithm >
 
struct  mlpack::cv::SelectMethodForm< MLAlgorithm >::From< Forms >
 
class  mlpack::cv::MetaInfoExtractor< MLAlgorithm, MT, PT, WT >
 MetaInfoExtractor is a tool for extracting meta information about a given machine learning algorithm. More...
 

Namespaces

 mlpack
 Linear algebra utility functions, generally performed on matrices or vectors.
 

Detailed Description

Author
Kirill Mishchenko

Tools for extracting meta information about machine learning algorithms.

mlpack is free software; you may redistribute it and/or modify it under the terms of the 3-clause BSD license. You should have received a copy of the 3-clause BSD license along with mlpack. If not, see http://www.opensource.org/licenses/BSD-3-Clause for more information.