meta_info_extractor.hpp File Reference
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

class  MetaInfoExtractor< MLAlgorithm, MT, PT, WT >
 MetaInfoExtractor is a tool for extracting meta information about a given machine learning algorithm. More...

 
struct  NotFoundMethodForm
 
struct  SelectMethodForm< MLAlgorithm, HMFs >
 A type function that selects a right method form. More...

 
struct  SelectMethodForm< MLAlgorithm >
 
struct  SelectMethodForm< MLAlgorithm >::From< Forms >
 
struct  SelectMethodForm< MLAlgorithm, HasMethodForm, HMFs... >
 
class  SelectMethodForm< MLAlgorithm, HasMethodForm, HMFs... >::From< Forms >
 
struct  TrainForm< MatType, PredictionsType, WeightsType, DatasetInfo, NumClasses >
 A wrapper struct for holding a Train form. More...

 
struct  TrainForm< MT, PT, void, false, false >
 
struct  TrainForm< MT, PT, void, false, true >
 
struct  TrainForm< MT, PT, void, true, false >
 
struct  TrainForm< MT, PT, void, true, true >
 
struct  TrainForm< MT, PT, WT, false, false >
 
struct  TrainForm< MT, PT, WT, false, true >
 
struct  TrainForm< MT, PT, WT, true, false >
 
struct  TrainForm< MT, PT, WT, true, true >
 
struct  TrainFormBase4< PT, WT, T1, T2 >
 
struct  TrainFormBase5< PT, WT, T1, T2, T3 >
 
struct  TrainFormBase6< PT, WT, T1, T2, T3, T4 >
 
struct  TrainFormBase7< PT, WT, T1, T2, T3, T4, T5 >
 

Namespaces

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

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.

Definition in file meta_info_extractor.hpp.