 AdaBoost< decision_stump::DecisionStump<> > | |
 AdaBoost< perceptron::Perceptron<> > | |
 version< mlpack::adaboost::AdaBoost< WeakLearnerType, MatType > > | |
 version< mlpack::ann::BRNN< OutputLayerType, MergeLayerType, MergeOutputType, InitializationRuleType, CustomLayer...> > | |
 version< mlpack::ann::FFN< OutputLayerType, InitializationRuleType, CustomLayer...> > | |
 version< mlpack::ann::RNN< OutputLayerType, InitializationRuleType, CustomLayer...> > | |
 static_visitor | |
  CopyVisitor< CustomLayers...> | |
  AddVisitor< CustomLayers > | AddVisitor exposes the Add() method of the given module |
  BackwardVisitor | BackwardVisitor executes the Backward() function given the input, error and delta parameter |
  CopyVisitor< CustomLayers > | This visitor is to support copy constructor for neural network module |
  DeleteVisitor | DeleteVisitor executes the destructor of the instantiated object |
  DeltaVisitor | DeltaVisitor exposes the delta parameter of the given module |
  DeterministicSetVisitor | DeterministicSetVisitor set the deterministic parameter given the deterministic value |
  ForwardVisitor | ForwardVisitor executes the Forward() function given the input and output parameter |
  GradientSetVisitor | GradientSetVisitor update the gradient parameter given the gradient set |
  GradientUpdateVisitor | GradientUpdateVisitor update the gradient parameter given the gradient set |
  GradientVisitor | SearchModeVisitor executes the Gradient() method of the given module using the input and delta parameter |
  GradientZeroVisitor | |
  LoadOutputParameterVisitor | LoadOutputParameterVisitor restores the output parameter using the given parameter set |
  LossVisitor | LossVisitor exposes the Loss() method of the given module |
  OutputHeightVisitor | OutputHeightVisitor exposes the OutputHeight() method of the given module |
  OutputParameterVisitor | OutputParameterVisitor exposes the output parameter of the given module |
  OutputWidthVisitor | OutputWidthVisitor exposes the OutputWidth() method of the given module |
  ParametersSetVisitor | ParametersSetVisitor update the parameters set using the given matrix |
  ParametersVisitor | ParametersVisitor exposes the parameters set of the given module and stores the parameters set into the given matrix |
  ResetCellVisitor | ResetCellVisitor executes the ResetCell() function |
  ResetVisitor | ResetVisitor executes the Reset() function |
  RewardSetVisitor | RewardSetVisitor set the reward parameter given the reward value |
  RunSetVisitor | RunSetVisitor set the run parameter given the run value |
  SaveOutputParameterVisitor | SaveOutputParameterVisitor saves the output parameter into the given parameter set |
  SetInputHeightVisitor | SetInputHeightVisitor updates the input height parameter with the given input height |
  SetInputWidthVisitor | SetInputWidthVisitor updates the input width parameter with the given input width |
  WeightSetVisitor | WeightSetVisitor update the module parameters given the parameters set |
  WeightSizeVisitor | WeightSizeVisitor returns the number of weights of the given module |
  DeleteVisitor | DeleteVisitor deletes the CFType<> object which is pointed to by the variable cf in class CFModel |
  GetValueVisitor | GetValueVisitor returns the pointer which points to the CFType object |
  PredictVisitor< NeighborSearchPolicy, InterpolationPolicy > | PredictVisitor uses the CFType object to make predictions on the given combinations of users and items |
  RecommendationVisitor< NeighborSearchPolicy, InterpolationPolicy > | RecommendationVisitor uses the CFType object to get recommendations for the given users |
  DeleteVisitor | |
  DualBiKDE | DualBiKDE computes a Kernel Density Estimation on the given KDEType |
  DualMonoKDE | DualMonoKDE computes a Kernel Density Estimation on the given KDEType |
  ModeVisitor | ModeVisitor exposes the Mode() method of the KDEType |
  TrainVisitor | TrainVisitor trains a given KDEType using a reference set |
  AlphaVisitor | Exposes the Alpha() method of the given RAType |
  BiSearchVisitor< SortPolicy > | BiSearchVisitor executes a bichromatic neighbor search on the given NSType |
  BiSearchVisitor< SortPolicy > | BiSearchVisitor executes a bichromatic neighbor search on the given NSType |
  DeleteVisitor | DeleteVisitor deletes the given NSType instance |
  DeleteVisitor | DeleteVisitor deletes the given NSType instance |
  EpsilonVisitor | EpsilonVisitor exposes the Epsilon method of the given NSType |
  FirstLeafExactVisitor | Exposes the FirstLeafExact() method of the given RAType |
  MonoSearchVisitor | MonoSearchVisitor executes a monochromatic neighbor search on the given NSType |
  MonoSearchVisitor | MonoSearchVisitor executes a monochromatic neighbor search on the given NSType |
  NaiveVisitor | NaiveVisitor exposes the Naive() method of the given RAType |
  ReferenceSetVisitor | ReferenceSetVisitor exposes the referenceSet of the given NSType |
  ReferenceSetVisitor | ReferenceSetVisitor exposes the referenceSet of the given NSType |
  SampleAtLeavesVisitor | Exposes the SampleAtLeaves() method of the given RAType |
  SearchModeVisitor | SearchModeVisitor exposes the SearchMode() method of the given NSType |
  SingleModeVisitor | Exposes the SingleMode() method of the given RAType |
  SingleSampleLimitVisitor | Exposes the SingleSampleLimit() method of the given RAType |
  TauVisitor | Exposes the Tau() method of the given RAType |
  TrainVisitor< SortPolicy > | TrainVisitor sets the reference set to a new reference set on the given NSType |
  TrainVisitor< SortPolicy > | TrainVisitor sets the reference set to a new reference set on the given NSType |
  BiSearchVisitor | BiSearchVisitor executes a bichromatic range search on the given RSType |
  DeleteVisitor | DeleteVisitor deletes the given RSType instance |
  MonoSearchVisitor | MonoSearchVisitor executes a monochromatic range search on the given RSType |
  NaiveVisitor | NaiveVisitor exposes the Naive() method of the given RSType |
  ReferenceSetVisitor | ReferenceSetVisitor exposes the referenceSet of the given RSType |
  SingleModeVisitor | SingleModeVisitor exposes the SingleMode() method of the given RSType |
  TrainVisitor | TrainVisitor sets the reference set to a new reference set on the given RSType |
 templateAuxiliarySplitInfo< ElemType > | |
  DecisionTree< FitnessFunction, NumericSplitType, CategoricalSplitType, DimensionSelectionType, ElemType, NoRecursion > | This class implements a generic decision tree learner |
 DatasetMapper< data::IncrementPolicy, double > | |
 FastMKS< kernel::CosineDistance > | |
 FastMKS< kernel::EpanechnikovKernel > | |
 FastMKS< kernel::GaussianKernel > | |
 FastMKS< kernel::HyperbolicTangentKernel > | |
 FastMKS< kernel::LinearKernel > | |
 FastMKS< kernel::PolynomialKernel > | |
 FastMKS< kernel::TriangularKernel > | |
 HMM< distribution::DiscreteDistribution > | |
 HMM< distribution::GaussianDistribution > | |
 HMM< distribution::RegressionDistribution > | |
  HMMRegression | A class that represents a Hidden Markov Model Regression (HMMR) |
 HMM< gmm::DiagonalGMM > | |
 HMM< gmm::GMM > | |
 HRectBound< metric::EuclideanDistance, ElemType > | |
 HRectBound< MetricType > | |
 InitHMMModel | |
 IPMetric< kernel::CosineDistance > | |
 IPMetric< kernel::EpanechnikovKernel > | |
 IPMetric< kernel::GaussianKernel > | |
 IPMetric< kernel::HyperbolicTangentKernel > | |
 IPMetric< kernel::LinearKernel > | |
 IPMetric< kernel::PolynomialKernel > | |
 IPMetric< kernel::TriangularKernel > | |
 IsVector< VecType > | If value == true, then VecType is some sort of Armadillo vector or subview |
 IsVector< arma::Col< eT > > | |
 IsVector< arma::Row< eT > > | |
 IsVector< arma::SpCol< eT > > | |
 IsVector< arma::SpRow< eT > > | |
 IsVector< arma::SpSubview< eT > > | |
 IsVector< arma::subview_col< eT > > | |
 IsVector< arma::subview_row< eT > > | |
 AdaBoost< WeakLearnerType, MatType > | The AdaBoost class |
 AdaBoostModel | The model to save to disk |
 AMF< TerminationPolicyType, InitializationRuleType, UpdateRuleType > | This class implements AMF (alternating matrix factorization) on the given matrix V |
 AverageInitialization | This initialization rule initializes matrix W and H to root of the average of V, perturbed with uniform noise |
 CompleteIncrementalTermination< TerminationPolicy > | This class acts as a wrapper for basic termination policies to be used by SVDCompleteIncrementalLearning |
 GivenInitialization | This initialization rule for AMF simply fills the W and H matrices with the matrices given to the constructor of this object |
 IncompleteIncrementalTermination< TerminationPolicy > | This class acts as a wrapper for basic termination policies to be used by SVDIncompleteIncrementalLearning |
 MaxIterationTermination | This termination policy only terminates when the maximum number of iterations has been reached |
 NMFALSUpdate | This class implements a method titled 'Alternating Least Squares' described in the following paper: |
 NMFMultiplicativeDistanceUpdate | The multiplicative distance update rules for matrices W and H |
 NMFMultiplicativeDivergenceUpdate | This follows a method described in the paper 'Algorithms for Non-negative |
 RandomAcolInitialization< columnsToAverage > | This class initializes the W matrix of the AMF algorithm by averaging p randomly chosen columns of V |
 RandomInitialization | This initialization rule for AMF simply fills the W and H matrices with uniform random noise in [0, 1] |
 SimpleResidueTermination | This class implements a simple residue-based termination policy |
 SimpleToleranceTermination< MatType > | This class implements residue tolerance termination policy |
 SVDBatchLearning | This class implements SVD batch learning with momentum |
 SVDCompleteIncrementalLearning< MatType > | This class computes SVD using complete incremental batch learning, as described in the following paper: |
 SVDCompleteIncrementalLearning< arma::sp_mat > | TODO : Merge this template specialized function for sparse matrix using common row_col_iterator |
 SVDIncompleteIncrementalLearning | This class computes SVD using incomplete incremental batch learning, as described in the following paper: |
 ValidationRMSETermination< MatType > | This class implements validation termination policy based on RMSE index |
 Add< InputDataType, OutputDataType > | Implementation of the Add module class |
 AddMerge< InputDataType, OutputDataType, CustomLayers > | Implementation of the AddMerge module class |
 AlphaDropout< InputDataType, OutputDataType > | The alpha - dropout layer is a regularizer that randomly with probability 'ratio' sets input values to alphaDash |
 AtrousConvolution< ForwardConvolutionRule, BackwardConvolutionRule, GradientConvolutionRule, InputDataType, OutputDataType > | Implementation of the Atrous Convolution class |
 AddTask | Generator of instances of the binary addition task |
 CopyTask | Generator of instances of the binary sequence copy task |
 SortTask | Generator of instances of the sequence sort task |
 BaseLayer< ActivationFunction, InputDataType, OutputDataType > | Implementation of the base layer |
 BatchNorm< InputDataType, OutputDataType > | Declaration of the Batch Normalization layer class |
 BernoulliDistribution< DataType > | Multiple independent Bernoulli distributions |
 BilinearInterpolation< InputDataType, OutputDataType > | Definition and Implementation of the Bilinear Interpolation Layer |
 BinaryRBM | For more information, see the following paper: |
 BRNN< OutputLayerType, MergeLayerType, MergeOutputType, InitializationRuleType, CustomLayers > | Implementation of a standard bidirectional recurrent neural network container |
 Concat< InputDataType, OutputDataType, CustomLayers > | Implementation of the Concat class |
 Concatenate< InputDataType, OutputDataType > | Implementation of the Concatenate module class |
 ConcatPerformance< OutputLayerType, InputDataType, OutputDataType > | Implementation of the concat performance class |
 Constant< InputDataType, OutputDataType > | Implementation of the constant layer |
 ConstInitialization | This class is used to initialize weight matrix with constant values |
 Convolution< ForwardConvolutionRule, BackwardConvolutionRule, GradientConvolutionRule, InputDataType, OutputDataType > | Implementation of the Convolution class |
 CReLU< InputDataType, OutputDataType > | A concatenated ReLU has two outputs, one ReLU and one negative ReLU, concatenated together |
 CrossEntropyError< InputDataType, OutputDataType > | The cross-entropy performance function measures the network's performance according to the cross-entropy between the input and target distributions |
 DiceLoss< InputDataType, OutputDataType > | The dice loss performance function measures the network's performance according to the dice coefficient between the input and target distributions |
 DropConnect< InputDataType, OutputDataType > | The DropConnect layer is a regularizer that randomly with probability ratio sets the connection values to zero and scales the remaining elements by factor 1 /(1 - ratio) |
 Dropout< InputDataType, OutputDataType > | The dropout layer is a regularizer that randomly with probability 'ratio' sets input values to zero and scales the remaining elements by factor 1 / (1 - ratio) rather than during test time so as to keep the expected sum same |
 EarthMoverDistance< InputDataType, OutputDataType > | The earth mover distance function measures the network's performance according to the Kantorovich-Rubinstein duality approximation |
 ELU< InputDataType, OutputDataType > | The ELU activation function, defined by |
 FastLSTM< InputDataType, OutputDataType > | An implementation of a faster version of the Fast LSTM network layer |
 FFN< OutputLayerType, InitializationRuleType, CustomLayers > | Implementation of a standard feed forward network |
 FFTConvolution< BorderMode, padLastDim > | Computes the two-dimensional convolution through fft |
 FlexibleReLU< InputDataType, OutputDataType > | The FlexibleReLU activation function, defined by |
 FullConvolution | |
 GaussianInitialization | This class is used to initialize weigth matrix with a gaussian |
 Glimpse< InputDataType, OutputDataType > | The glimpse layer returns a retina-like representation (down-scaled cropped images) of increasing scale around a given location in a given image |
 GlorotInitializationType< Uniform > | This class is used to initialize the weight matrix with the Glorot Initialization method |
 GRU< InputDataType, OutputDataType > | An implementation of a gru network layer |
 HardSigmoidFunction | The hard sigmoid function, defined by |
 HardTanH< InputDataType, OutputDataType > | The Hard Tanh activation function, defined by |
 HeInitialization | This class is used to initialize weight matrix with the He initialization rule given by He et |
 IdentityFunction | The identity function, defined by |
 InitTraits< InitRuleType > | This is a template class that can provide information about various initialization methods |
 InitTraits< KathirvalavakumarSubavathiInitialization > | Initialization traits of the kathirvalavakumar subavath initialization rule |
 InitTraits< NguyenWidrowInitialization > | Initialization traits of the Nguyen-Widrow initialization rule |
 Join< InputDataType, OutputDataType > | Implementation of the Join module class |
 KathirvalavakumarSubavathiInitialization | This class is used to initialize the weight matrix with the method proposed by T |
 KLDivergence< InputDataType, OutputDataType > | The Kullback–Leibler divergence is often used for continuous distributions (direct regression) |
 LayerNorm< InputDataType, OutputDataType > | Declaration of the Layer Normalization class |
 LayerTraits< LayerType > | This is a template class that can provide information about various layers |
 LeakyReLU< InputDataType, OutputDataType > | The LeakyReLU activation function, defined by |
 LecunNormalInitialization | This class is used to initialize weight matrix with the Lecun Normalization initialization rule |
 Linear< InputDataType, OutputDataType > | Implementation of the Linear layer class |
 LinearNoBias< InputDataType, OutputDataType > | Implementation of the LinearNoBias class |
 LogisticFunction | The logistic function, defined by |
 LogSoftMax< InputDataType, OutputDataType > | Implementation of the log softmax layer |
 Lookup< InputDataType, OutputDataType > | Implementation of the Lookup class |
 LSTM< InputDataType, OutputDataType > | Implementation of the LSTM module class |
 MaxPooling< InputDataType, OutputDataType > | Implementation of the MaxPooling layer |
 MaxPoolingRule | |
 MeanPooling< InputDataType, OutputDataType > | Implementation of the MeanPooling |
 MeanPoolingRule | |
 MeanSquaredError< InputDataType, OutputDataType > | The mean squared error performance function measures the network's performance according to the mean of squared errors |
 MultiplyConstant< InputDataType, OutputDataType > | Implementation of the multiply constant layer |
 MultiplyMerge< InputDataType, OutputDataType, CustomLayers > | Implementation of the MultiplyMerge module class |
 NaiveConvolution< BorderMode > | Computes the two-dimensional convolution |
 NegativeLogLikelihood< InputDataType, OutputDataType > | Implementation of the negative log likelihood layer |
 NetworkInitialization< InitializationRuleType, CustomLayers > | This class is used to initialize the network with the given initialization rule |
 NguyenWidrowInitialization | This class is used to initialize the weight matrix with the Nguyen-Widrow method |
 OivsInitialization< ActivationFunction > | This class is used to initialize the weight matrix with the oivs method |
 OrthogonalInitialization | This class is used to initialize the weight matrix with the orthogonal matrix initialization |
 PReLU< InputDataType, OutputDataType > | The PReLU activation function, defined by (where alpha is trainable) |
 RandomInitialization | This class is used to initialize randomly the weight matrix |
 RBM< InitializationRuleType, DataType, PolicyType > | The implementation of the RBM module |
 ReconstructionLoss< InputDataType, OutputDataType, DistType > | The reconstruction loss performance function measures the network's performance equal to the negative log probability of the target with the input distribution |
 RectifierFunction | The rectifier function, defined by |
 Recurrent< InputDataType, OutputDataType, CustomLayers > | Implementation of the RecurrentLayer class |
 RecurrentAttention< InputDataType, OutputDataType > | This class implements the Recurrent Model for Visual Attention, using a variety of possible layer implementations |
 ReinforceNormal< InputDataType, OutputDataType > | Implementation of the reinforce normal layer |
 Reparametrization< InputDataType, OutputDataType > | Implementation of the Reparametrization layer class |
 RNN< OutputLayerType, InitializationRuleType, CustomLayers > | Implementation of a standard recurrent neural network container |
 Select< InputDataType, OutputDataType > | The select module selects the specified column from a given input matrix |
 Sequential< InputDataType, OutputDataType, residual, CustomLayers > | Implementation of the Sequential class |
 SigmoidCrossEntropyError< InputDataType, OutputDataType > | The SigmoidCrossEntropyError performance function measures the network's performance according to the cross-entropy function between the input and target distributions |
 SoftplusFunction | The softplus function, defined by |
 SoftsignFunction | The softsign function, defined by |
 SpikeSlabRBM | For more information, see the following paper: |
 Subview< InputDataType, OutputDataType > | Implementation of the subview layer |
 SVDConvolution< BorderMode > | Computes the two-dimensional convolution using singular value decomposition |
 SwishFunction | The swish function, defined by |
 TanhFunction | The tanh function, defined by |
 TransposedConvolution< ForwardConvolutionRule, BackwardConvolutionRule, GradientConvolutionRule, InputDataType, OutputDataType > | Implementation of the Transposed Convolution class |
 ValidConvolution | |
 VRClassReward< InputDataType, OutputDataType > | Implementation of the variance reduced classification reinforcement layer |
 Backtrace | Provides a backtrace |
 CLIOption< N > | A static object whose constructor registers a parameter with the CLI class |
 ParameterType< T > | Utility struct to return the type that boost::program_options should accept for a given input type |
 ParameterType< arma::Col< eT > > | For vector types, boost::program_options will accept a std::string, not an arma::Col<eT> (since it is not clear how to specify a vector on the command-line) |
 ParameterType< arma::Mat< eT > > | For matrix types, boost::program_options will accept a std::string, not an arma::mat (since it is not clear how to specify a matrix on the command-line) |
 ParameterType< arma::Row< eT > > | For row vector types, boost::program_options will accept a std::string, not an arma::Row<eT> (since it is not clear how to specify a vector on the command-line) |
 ParameterType< std::tuple< mlpack::data::DatasetMapper< PolicyType, std::string >, arma::Mat< eT > > > | For matrix+dataset info types, we should accept a std::string |
 ParameterTypeDeducer< HasSerialize, T > | |
 ParameterTypeDeducer< true, T > | |
 ProgramDoc | A static object whose constructor registers program documentation with the CLI class |
 BindingInfo | Used by the Markdown documentation generator to store multiple ProgramDoc objects, indexed by both the binding name (i.e |
 MDOption< T > | The Markdown option class |
 ProgramDocWrapper | |
 PyOption< T > | The Python option class |
 ProgramDoc | A static object whose constructor registers program documentation with the CLI class |
 TestOption< N > | A static object whose constructor registers a parameter with the CLI class |
 BallBound< MetricType, VecType > | Ball bound encloses a set of points at a specific distance (radius) from a specific point (center) |
 BoundTraits< BoundType > | A class to obtain compile-time traits about BoundType classes |
 BoundTraits< BallBound< MetricType, VecType > > | A specialization of BoundTraits for this bound type |
 BoundTraits< CellBound< MetricType, ElemType > > | |
 BoundTraits< HollowBallBound< MetricType, ElemType > > | A specialization of BoundTraits for this bound type |
 BoundTraits< HRectBound< MetricType, ElemType > > | |
 CellBound< MetricType, ElemType > | The CellBound class describes a bound that consists of a number of hyperrectangles |
 HollowBallBound< TMetricType, ElemType > | Hollow ball bound encloses a set of points at a specific distance (radius) from a specific point (center) except points at a specific distance from another point (the center of the hole) |
 HRectBound< MetricType, ElemType > | Hyper-rectangle bound for an L-metric |
 IsLMetric< MetricType > | Utility struct where Value is true if and only if the argument is of type LMetric |
 IsLMetric< metric::LMetric< Power, TakeRoot > > | Specialization for IsLMetric when the argument is of type LMetric |
 AverageInterpolation | This class performs average interpolation to generate interpolation weights for neighborhood-based collaborative filtering |
 BatchSVDPolicy | Implementation of the Batch SVD policy to act as a wrapper when accessing Batch SVD from within CFType |
 BiasSVDPolicy | Implementation of the Bias SVD policy to act as a wrapper when accessing Bias SVD from within CFType |
 CFModel | The model to save to disk |
 CFType< DecompositionPolicy, NormalizationType > | This class implements Collaborative Filtering (CF) |
 CombinedNormalization< NormalizationTypes > | This normalization class performs a sequence of normalization methods on raw ratings |
 CosineSearch | Nearest neighbor search with cosine distance |
 DummyClass | This class acts as a dummy class for passing as template parameter |
 ItemMeanNormalization | This normalization class performs item mean normalization on raw ratings |
 LMetricSearch< TPower > | Nearest neighbor search with L_p distance |
 NMFPolicy | Implementation of the NMF policy to act as a wrapper when accessing NMF from within CFType |
 NoNormalization | This normalization class doesn't perform any normalization |
 OverallMeanNormalization | This normalization class performs overall mean normalization on raw ratings |
 PearsonSearch | Nearest neighbor search with pearson distance (or furthest neighbor search with pearson correlation) |
 RandomizedSVDPolicy | Implementation of the Randomized SVD policy to act as a wrapper when accessing Randomized SVD from within CFType |
 RegressionInterpolation | Implementation of regression-based interpolation method |
 RegSVDPolicy | Implementation of the Regularized SVD policy to act as a wrapper when accessing Regularized SVD from within CFType |
 SimilarityInterpolation | With SimilarityInterpolation, interpolation weights are based on similarities between query user and its neighbors |
 SVDCompletePolicy | Implementation of the SVD complete incremental policy to act as a wrapper when accessing SVD complete decomposition from within CFType |
 SVDIncompletePolicy | Implementation of the SVD incomplete incremental to act as a wrapper when accessing SVD incomplete incremental from within CFType |
 SVDPlusPlusPolicy | Implementation of the SVDPlusPlus policy to act as a wrapper when accessing SVDPlusPlus from within CFType |
 SVDWrapper< Factorizer > | This class acts as the wrapper for all SVD factorizers which are incompatible with CF module |
 UserMeanNormalization | This normalization class performs user mean normalization on raw ratings |
 ZScoreNormalization | This normalization class performs z-score normalization on raw ratings |
 CLI | Parses the command line for parameters and holds user-specified parameters |
 Accuracy | The Accuracy is a metric of performance for classification algorithms that is equal to a proportion of correctly labeled test items among all ones for given test items |
 CVBase< MLAlgorithm, MatType, PredictionsType, WeightsType > | An auxiliary class for cross-validation |
 F1< AS, PositiveClass > | F1 is a metric of performance for classification algorithms that for binary classification is equal to |
 KFoldCV< MLAlgorithm, Metric, MatType, PredictionsType, WeightsType > | The class KFoldCV implements k-fold cross-validation for regression and classification algorithms |
 MetaInfoExtractor< MLAlgorithm, MT, PT, WT > | MetaInfoExtractor is a tool for extracting meta information about a given machine learning algorithm |
 MSE | The MeanSquaredError is a metric of performance for regression algorithms that is equal to the mean squared error between predicted values and ground truth (correct) values for given test items |
 NotFoundMethodForm | |
 Precision< AS, PositiveClass > | Precision is a metric of performance for classification algorithms that for binary classification is equal to , where and are the numbers of true positives and false positives respectively |
 Recall< AS, PositiveClass > | Recall is a metric of performance for classification algorithms that for binary classification is equal to , where and are the numbers of true positives and false negatives respectively |
 SelectMethodForm< MLAlgorithm, HMFs > | A type function that selects a right method form |
 SelectMethodForm< MLAlgorithm > | |
 SelectMethodForm< MLAlgorithm >::From< Forms > | |
 SelectMethodForm< MLAlgorithm, HasMethodForm, HMFs...> | |
 SelectMethodForm< MLAlgorithm, HasMethodForm, HMFs...>::From< Forms > | |
 SimpleCV< MLAlgorithm, Metric, MatType, PredictionsType, WeightsType > | SimpleCV splits data into two sets - training and validation sets - and then runs training on the training set and evaluates performance on the validation set |
 TrainForm< MatType, PredictionsType, WeightsType, DatasetInfo, NumClasses > | A wrapper struct for holding a Train form |
 TrainFormBase4< PT, WT, T1, T2 > | |
 TrainFormBase5< PT, WT, T1, T2, T3 > | |
 TrainFormBase6< PT, WT, T1, T2, T3, T4 > | |
 TrainFormBase7< PT, WT, T1, T2, T3, T4, T5 > | |
 CustomImputation< T > | A simple custom imputation class |
 DatasetMapper< PolicyType, InputType > | Auxiliary information for a dataset, including mappings to/from strings (or other types) and the datatype of each dimension |
 HasSerialize< T > | |
 HasSerialize< T >::check< U, V, W > | |
 HasSerializeFunction< T > | |
 Imputer< T, MapperType, StrategyType > | Given a dataset of a particular datatype, replace user-specified missing value with a variable dependent on the StrategyType and MapperType |
 IncrementPolicy | IncrementPolicy is used as a helper class for DatasetMapper |
 ListwiseDeletion< T > | A complete-case analysis to remove the values containing mappedValue |
 LoadCSV | Load the csv file.This class use boost::spirit to implement the parser, please refer to following link http://theboostcpplibraries.com/boost.spirit for quick review |
 MeanImputation< T > | A simple mean imputation class |
 MedianImputation< T > | This is a class implementation of simple median imputation |
 MissingPolicy | MissingPolicy is used as a helper class for DatasetMapper |
 DBSCAN< RangeSearchType, PointSelectionPolicy > | DBSCAN (Density-Based Spatial Clustering of Applications with Noise) is a clustering technique described in the following paper: |
 OrderedPointSelection | This class can be used to sequentially select the next point to use for DBSCAN |
 RandomPointSelection | This class can be used to randomly select the next point to use for DBSCAN |
 DecisionStump< MatType > | This class implements a decision stump |
 DTree< MatType, TagType > | A density estimation tree is similar to both a decision tree and a space partitioning tree (like a kd-tree) |
 PathCacher | This class is responsible for caching the path to each node of the tree |
 DiagonalGaussianDistribution | A single multivariate Gaussian distribution with diagonal covariance |
 DiscreteDistribution | A discrete distribution where the only observations are discrete observations |
 GammaDistribution | This class represents the Gamma distribution |
 GaussianDistribution | A single multivariate Gaussian distribution |
 LaplaceDistribution | The multivariate Laplace distribution centered at 0 has pdf |
 RegressionDistribution | A class that represents a univariate conditionally Gaussian distribution |
 DTBRules< MetricType, TreeType > | |
 DTBStat | A statistic for use with mlpack trees, which stores the upper bound on distance to nearest neighbors and the component which this node belongs to |
 DualTreeBoruvka< MetricType, MatType, TreeType > | Performs the MST calculation using the Dual-Tree Boruvka algorithm, using any type of tree |
 EdgePair | An edge pair is simply two indices and a distance |
 UnionFind | A Union-Find data structure |
 FastMKS< KernelType, MatType, TreeType > | An implementation of fast exact max-kernel search |
 FastMKSModel | A utility struct to contain all the possible FastMKS models, for use by the mlpack_fastmks program |
 FastMKSRules< KernelType, TreeType > | The FastMKSRules class is a template helper class used by FastMKS class when performing exact max-kernel search |
 FastMKSStat | The statistic used in trees with FastMKS |
 DiagonalConstraint | Force a covariance matrix to be diagonal |
 DiagonalGMM | A Diagonal Gaussian Mixture Model |
 EigenvalueRatioConstraint | Given a vector of eigenvalue ratios, ensure that the covariance matrix always has those eigenvalue ratios |
 EMFit< InitialClusteringType, CovarianceConstraintPolicy, Distribution > | This class contains methods which can fit a GMM to observations using the EM algorithm |
 GMM | A Gaussian Mixture Model (GMM) |
 NoConstraint | This class enforces no constraint on the covariance matrix |
 PositiveDefiniteConstraint | Given a covariance matrix, force the matrix to be positive definite |
 HMM< Distribution > | A class that represents a Hidden Markov Model with an arbitrary type of emission distribution |
 HMMModel | A serializable HMM model that also stores the type |
 CVFunction< CVType, MLAlgorithm, TotalArgs, BoundArgs > | This wrapper serves for adapting the interface of the cross-validation classes to the one that can be utilized by the mlpack optimizers |
 DeduceHyperParameterTypes< Args > | A type function for deducing types of hyper-parameters from types of arguments in the Optimize method in HyperParameterTuner |
 DeduceHyperParameterTypes< Args >::ResultHolder< HPTypes > | |
 DeduceHyperParameterTypes< PreFixedArg< T >, Args...> | Defining DeduceHyperParameterTypes for the case when not all argument types have been processed, and the next one is the type of an argument that should be fixed |
 DeduceHyperParameterTypes< PreFixedArg< T >, Args...>::ResultHolder< HPTypes > | |
 DeduceHyperParameterTypes< T, Args...> | Defining DeduceHyperParameterTypes for the case when not all argument types have been processed, and the next one (T) is a collection type or an arithmetic type |
 DeduceHyperParameterTypes< T, Args...>::IsCollectionType< Type > | A type function to check whether Type is a collection type (for that it should define value_type) |
 DeduceHyperParameterTypes< T, Args...>::ResultHolder< HPTypes > | |
 DeduceHyperParameterTypes< T, Args...>::ResultHPType< ArgumentType, IsArithmetic > | A type function to deduce the result hyper-parameter type for ArgumentType |
 DeduceHyperParameterTypes< T, Args...>::ResultHPType< ArithmeticType, true > | |
 DeduceHyperParameterTypes< T, Args...>::ResultHPType< CollectionType, false > | |
 FixedArg< T, I > | A struct for storing information about a fixed argument |
 HyperParameterTuner< MLAlgorithm, Metric, CV, OptimizerType, MatType, PredictionsType, WeightsType > | The class HyperParameterTuner for the given MLAlgorithm utilizes the provided Optimizer to find the values of hyper-parameters that optimize the value of the given Metric |
 IsPreFixedArg< T > | A type function for checking whether the given type is PreFixedArg |
 PreFixedArg< typename > | A struct for marking arguments as ones that should be fixed (it can be useful for the Optimize method of HyperParameterTuner) |
 PreFixedArg< T & > | The specialization of the template for references |
 KDE< KernelType, MetricType, MatType, TreeType, DualTreeTraversalType, SingleTreeTraversalType > | The KDE class is a template class for performing Kernel Density Estimations |
 KDEModel | |
 KDERules< MetricType, KernelType, TreeType > | A dual-tree traversal Rules class for kernel density estimation |
 KDEStat | Extra data for each node in the tree for the task of kernel density estimation |
 KernelNormalizer | KernelNormalizer holds a set of methods to normalize estimations applying in each case the appropiate kernel normalizer function |
 CauchyKernel | The Cauchy kernel |
 CosineDistance | The cosine distance (or cosine similarity) |
 EpanechnikovKernel | The Epanechnikov kernel, defined as |
 ExampleKernel | An example kernel function |
 GaussianKernel | The standard Gaussian kernel |
 HyperbolicTangentKernel | Hyperbolic tangent kernel |
 KernelTraits< KernelType > | This is a template class that can provide information about various kernels |
 KernelTraits< CauchyKernel > | Kernel traits for the Cauchy kernel |
 KernelTraits< CosineDistance > | Kernel traits for the cosine distance |
 KernelTraits< EpanechnikovKernel > | Kernel traits for the Epanechnikov kernel |
 KernelTraits< GaussianKernel > | Kernel traits for the Gaussian kernel |
 KernelTraits< LaplacianKernel > | Kernel traits of the Laplacian kernel |
 KernelTraits< SphericalKernel > | Kernel traits for the spherical kernel |
 KernelTraits< TriangularKernel > | Kernel traits for the triangular kernel |
 KMeansSelection< ClusteringType, maxIterations > | Implementation of the kmeans sampling scheme |
 LaplacianKernel | The standard Laplacian kernel |
 LinearKernel | The simple linear kernel (dot product) |
 NystroemMethod< KernelType, PointSelectionPolicy > | |
 OrderedSelection | |
 PolynomialKernel | The simple polynomial kernel |
 PSpectrumStringKernel | The p-spectrum string kernel |
 RandomSelection | |
 SphericalKernel | The spherical kernel, which is 1 when the distance between the two argument points is less than or equal to the bandwidth, or 0 otherwise |
 TriangularKernel | The trivially simple triangular kernel, defined by |
 AllowEmptyClusters | Policy which allows K-Means to create empty clusters without any error being reported |
 DualTreeKMeans< MetricType, MatType, TreeType > | An algorithm for an exact Lloyd iteration which simply uses dual-tree nearest-neighbor search to find the nearest centroid for each point in the dataset |
 DualTreeKMeansRules< MetricType, TreeType > | |
 ElkanKMeans< MetricType, MatType > | |
 HamerlyKMeans< MetricType, MatType > | |
 KillEmptyClusters | Policy which allows K-Means to "kill" empty clusters without any error being reported |
 KMeans< MetricType, InitialPartitionPolicy, EmptyClusterPolicy, LloydStepType, MatType > | This class implements K-Means clustering, using a variety of possible implementations of Lloyd's algorithm |
 MaxVarianceNewCluster | When an empty cluster is detected, this class takes the point furthest from the centroid of the cluster with maximum variance as a new cluster |
 NaiveKMeans< MetricType, MatType > | This is an implementation of a single iteration of Lloyd's algorithm for k-means |
 PellegMooreKMeans< MetricType, MatType > | An implementation of Pelleg-Moore's 'blacklist' algorithm for k-means clustering |
 PellegMooreKMeansRules< MetricType, TreeType > | The rules class for the single-tree Pelleg-Moore kd-tree traversal for k-means clustering |
 PellegMooreKMeansStatistic | A statistic for trees which holds the blacklist for Pelleg-Moore k-means clustering (which represents the clusters that cannot possibly own any points in a node) |
 RandomPartition | A very simple partitioner which partitions the data randomly into the number of desired clusters |
 RefinedStart | A refined approach for choosing initial points for k-means clustering |
 SampleInitialization | |
 KernelPCA< KernelType, KernelRule > | This class performs kernel principal components analysis (Kernel PCA), for a given kernel |
 NaiveKernelRule< KernelType > | |
 NystroemKernelRule< KernelType, PointSelectionPolicy > | |
 LocalCoordinateCoding | An implementation of Local Coordinate Coding (LCC) that codes data which approximately lives on a manifold using a variation of l1-norm regularized sparse coding; in LCC, the penalty on the absolute value of each point's coefficient for each atom is weighted by the squared distance of that point to that atom |
 Constraints< MetricType > | Interface for generating distance based constraints on a given dataset, provided corresponding true labels and a quantity parameter (k) are specified |
 LMNN< MetricType, OptimizerType > | An implementation of Large Margin nearest neighbor metric learning technique |
 LMNNFunction< MetricType > | The Large Margin Nearest Neighbors function |
 Log | Provides a convenient way to give formatted output |
 ColumnsToBlocks | Transform the columns of the given matrix into a block format |
 RangeType< T > | Simple real-valued range |
 MatrixCompletion | This class implements the popular nuclear norm minimization heuristic for matrix completion problems |
 MeanShift< UseKernel, KernelType, MatType > | This class implements mean shift clustering |
 IPMetric< KernelType > | The inner product metric, IPMetric, takes a given Mercer kernel (KernelType), and when Evaluate() is called, returns the distance between the two points in kernel space: |
 LMetric< TPower, TTakeRoot > | The L_p metric for arbitrary integer p, with an option to take the root |
 MahalanobisDistance< TakeRoot > | The Mahalanobis distance, which is essentially a stretched Euclidean distance |
 NaiveBayesClassifier< ModelMatType > | The simple Naive Bayes classifier |
 NCA< MetricType, OptimizerType > | An implementation of Neighborhood Components Analysis, both a linear dimensionality reduction technique and a distance learning technique |
 SoftmaxErrorFunction< MetricType > | The "softmax" stochastic neighbor assignment probability function |
 DrusillaSelect< MatType > | |
 FurthestNS | This class implements the necessary methods for the SortPolicy template parameter of the NeighborSearch class |
 LSHSearch< SortPolicy > | The LSHSearch class; this class builds a hash on the reference set and uses this hash to compute the distance-approximate nearest-neighbors of the given queries |
 NearestNS | This class implements the necessary methods for the SortPolicy template parameter of the NeighborSearch class |
 NeighborSearch< SortPolicy, MetricType, MatType, TreeType, DualTreeTraversalType, SingleTreeTraversalType > | The NeighborSearch class is a template class for performing distance-based neighbor searches |
 NeighborSearchRules< SortPolicy, MetricType, TreeType > | The NeighborSearchRules class is a template helper class used by NeighborSearch class when performing distance-based neighbor searches |
 NeighborSearchRules< SortPolicy, MetricType, TreeType >::CandidateCmp | Compare two candidates based on the distance |
 NeighborSearchStat< SortPolicy > | Extra data for each node in the tree |
 NSModel< SortPolicy > | The NSModel class provides an easy way to serialize a model, abstracts away the different types of trees, and also reflects the NeighborSearch API |
 QDAFN< MatType > | |
 RAModel< SortPolicy > | The RAModel class provides an abstraction for the RASearch class, abstracting away the TreeType parameter and allowing it to be specified at runtime in this class |
 RAQueryStat< SortPolicy > | Extra data for each node in the tree |
 RASearch< SortPolicy, MetricType, MatType, TreeType > | The RASearch class: This class provides a generic manner to perform rank-approximate search via random-sampling |
 RASearchRules< SortPolicy, MetricType, TreeType > | The RASearchRules class is a template helper class used by RASearch class when performing rank-approximate search via random-sampling |
 RAUtil | |
 SparseAutoencoder | A sparse autoencoder is a neural network whose aim to learn compressed representations of the data, typically for dimensionality reduction, with a constraint on the activity of the neurons in the network |
 SparseAutoencoderFunction | This is a class for the sparse autoencoder objective function |
 ExactSVDPolicy | Implementation of the exact SVD policy |
 PCA< DecompositionPolicy > | This class implements principal components analysis (PCA) |
 QUICSVDPolicy | Implementation of the QUIC-SVD policy |
 RandomizedBlockKrylovSVDPolicy | Implementation of the randomized block krylov SVD policy |
 RandomizedSVDPolicy | Implementation of the randomized SVD policy |
 Perceptron< LearnPolicy, WeightInitializationPolicy, MatType > | This class implements a simple perceptron (i.e., a single layer neural network) |
 RandomInitialization | This class is used to initialize weights for the weightVectors matrix in a random manner |
 SimpleWeightUpdate | |
 ZeroInitialization | This class is used to initialize the matrix weightVectors to zero |
 Radical | An implementation of RADICAL, an algorithm for independent component analysis (ICA) |
 RangeSearch< MetricType, MatType, TreeType > | The RangeSearch class is a template class for performing range searches |
 RangeSearchRules< MetricType, TreeType > | The RangeSearchRules class is a template helper class used by RangeSearch class when performing range searches |
 RangeSearchStat | Statistic class for RangeSearch, to be set to the StatisticType of the tree type that range search is being performed with |
 RSModel | |
 LARS | An implementation of LARS, a stage-wise homotopy-based algorithm for l1-regularized linear regression (LASSO) and l1+l2 regularized linear regression (Elastic Net) |
 LinearRegression | A simple linear regression algorithm using ordinary least squares |
 LogisticRegression< MatType > | The LogisticRegression class implements an L2-regularized logistic regression model, and supports training with multiple optimizers and classification |
 LogisticRegressionFunction< MatType > | The log-likelihood function for the logistic regression objective function |
 SoftmaxRegression | Softmax Regression is a classifier which can be used for classification when the data available can take two or more class values |
 SoftmaxRegressionFunction | |
 Acrobot | Implementation of Acrobot game |
 Acrobot::State | |
 AggregatedPolicy< PolicyType > | |
 AsyncLearning< WorkerType, EnvironmentType, NetworkType, UpdaterType, PolicyType > | Wrapper of various asynchronous learning algorithms, e.g |
 CartPole | Implementation of Cart Pole task |
 CartPole::State | Implementation of the state of Cart Pole |
 ContinuousMountainCar | Implementation of Continuous Mountain Car task |
 ContinuousMountainCar::Action | Implementation of action of Continuous Mountain Car |
 ContinuousMountainCar::State | Implementation of state of Continuous Mountain Car |
 GreedyPolicy< EnvironmentType > | Implementation for epsilon greedy policy |
 MountainCar | Implementation of Mountain Car task |
 MountainCar::State | Implementation of state of Mountain Car |
 NStepQLearningWorker< EnvironmentType, NetworkType, UpdaterType, PolicyType > | Forward declaration of NStepQLearningWorker |
 OneStepQLearningWorker< EnvironmentType, NetworkType, UpdaterType, PolicyType > | Forward declaration of OneStepQLearningWorker |
 OneStepSarsaWorker< EnvironmentType, NetworkType, UpdaterType, PolicyType > | Forward declaration of OneStepSarsaWorker |
 Pendulum | Implementation of Pendulum task |
 Pendulum::Action | Implementation of action of Pendulum |
 Pendulum::State | Implementation of state of Pendulum |
 QLearning< EnvironmentType, NetworkType, UpdaterType, PolicyType, ReplayType > | Implementation of various Q-Learning algorithms, such as DQN, double DQN |
 RandomReplay< EnvironmentType > | Implementation of random experience replay |
 RewardClipping< EnvironmentType > | Interface for clipping the reward to some value between the specified maximum and minimum value (Clipping here is implemented as .) |
 TrainingConfig | |
 MethodFormDetector< Class, MethodForm, AdditionalArgsCount > | |
 MethodFormDetector< Class, MethodForm, 0 > | |
 MethodFormDetector< Class, MethodForm, 1 > | |
 MethodFormDetector< Class, MethodForm, 2 > | |
 MethodFormDetector< Class, MethodForm, 3 > | |
 MethodFormDetector< Class, MethodForm, 4 > | |
 MethodFormDetector< Class, MethodForm, 5 > | |
 MethodFormDetector< Class, MethodForm, 6 > | |
 MethodFormDetector< Class, MethodForm, 7 > | |
 DataDependentRandomInitializer | A data-dependent random dictionary initializer for SparseCoding |
 NothingInitializer | A DictionaryInitializer for SparseCoding which does not initialize anything; it is useful for when the dictionary is already known and will be set with SparseCoding::Dictionary() |
 RandomInitializer | A DictionaryInitializer for use with the SparseCoding class |
 SparseCoding | An implementation of Sparse Coding with Dictionary Learning that achieves sparsity via an l1-norm regularizer on the codes (LASSO) or an (l1+l2)-norm regularizer on the codes (the Elastic Net) |
 BiasSVD< OptimizerType > | Bias SVD is an improvement on Regularized SVD which is a matrix factorization techniques |
 BiasSVDFunction< MatType > | This class contains methods which are used to calculate the cost of BiasSVD's objective function, to calculate gradient of parameters with respect to the objective function, etc |
 QUIC_SVD | QUIC-SVD is a matrix factorization technique, which operates in a subspace such that A's approximation in that subspace has minimum error(A being the data matrix) |
 RandomizedBlockKrylovSVD | Randomized block krylov SVD is a matrix factorization that is based on randomized matrix approximation techniques, developed in in "Randomized Block Krylov Methods for Stronger and Faster Approximate
Singular Value Decomposition" |
 RandomizedSVD | Randomized SVD is a matrix factorization that is based on randomized matrix approximation techniques, developed in in "Finding structure with randomness:
Probabilistic algorithms for constructing approximate matrix decompositions" |
 RegularizedSVD< OptimizerType > | Regularized SVD is a matrix factorization technique that seeks to reduce the error on the training set, that is on the examples for which the ratings have been provided by the users |
 RegularizedSVDFunction< MatType > | The data is stored in a matrix of type MatType, so that this class can be used with both dense and sparse matrix types |
 SVDPlusPlus< OptimizerType > | SVD++ is a matrix decomposition tenique used in collaborative filtering |
 SVDPlusPlusFunction< MatType > | This class contains methods which are used to calculate the cost of SVD++'s objective function, to calculate gradient of parameters with respect to the objective function, etc |
 LinearSVM< MatType > | The LinearSVM class implements an L2-regularized support vector machine model, and supports training with multiple optimizers and classification |
 LinearSVMFunction< MatType > | The hinge loss function for the linear SVM objective function |
 Timer | The timer class provides a way for mlpack methods to be timed |
 Timers | |
 AllCategoricalSplit< FitnessFunction > | The AllCategoricalSplit is a splitting function that will split categorical features into many children: one child for each category |
 AllCategoricalSplit< FitnessFunction >::AuxiliarySplitInfo< ElemType > | |
 AllDimensionSelect | This dimension selection policy allows any dimension to be selected for splitting |
 AxisParallelProjVector | AxisParallelProjVector defines an axis-parallel projection vector |
 BestBinaryNumericSplit< FitnessFunction > | The BestBinaryNumericSplit is a splitting function for decision trees that will exhaustively search a numeric dimension for the best binary split |
 BestBinaryNumericSplit< FitnessFunction >::AuxiliarySplitInfo< ElemType > | |
 BinaryNumericSplit< FitnessFunction, ObservationType > | The BinaryNumericSplit class implements the numeric feature splitting strategy devised by Gama, Rocha, and Medas in the following paper: |
 BinaryNumericSplitInfo< ObservationType > | |
 BinarySpaceTree< MetricType, StatisticType, MatType, BoundType, SplitType > | A binary space partitioning tree, such as a KD-tree or a ball tree |
 BinarySpaceTree< MetricType, StatisticType, MatType, BoundType, SplitType >::BreadthFirstDualTreeTraverser< RuleType > | |
 BinarySpaceTree< MetricType, StatisticType, MatType, BoundType, SplitType >::DualTreeTraverser< RuleType > | A dual-tree traverser for binary space trees; see dual_tree_traverser.hpp |
 BinarySpaceTree< MetricType, StatisticType, MatType, BoundType, SplitType >::SingleTreeTraverser< RuleType > | A single-tree traverser for binary space trees; see single_tree_traverser.hpp for implementation |
 CategoricalSplitInfo | |
 CompareCosineNode | |
 CosineTree | |
 CoverTree< MetricType, StatisticType, MatType, RootPointPolicy > | A cover tree is a tree specifically designed to speed up nearest-neighbor computation in high-dimensional spaces |
 CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >::DualTreeTraverser< RuleType > | A dual-tree cover tree traverser; see dual_tree_traverser.hpp |
 CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >::SingleTreeTraverser< RuleType > | A single-tree cover tree traverser; see single_tree_traverser.hpp for implementation |
 DiscreteHilbertValue< TreeElemType > | The DiscreteHilbertValue class stores Hilbert values for all of the points in a RectangleTree node, and calculates Hilbert values for new points |
 EmptyStatistic | Empty statistic if you are not interested in storing statistics in your tree |
 ExampleTree< MetricType, StatisticType, MatType > | This is not an actual space tree but instead an example tree that exists to show and document all the functions that mlpack trees must implement |
 FirstPointIsRoot | This class is meant to be used as a choice for the policy class RootPointPolicy of the CoverTree class |
 GiniGain | The Gini gain, a measure of set purity usable as a fitness function (FitnessFunction) for decision trees |
 GiniImpurity | |
 GreedySingleTreeTraverser< TreeType, RuleType > | |
 HilbertRTreeAuxiliaryInformation< TreeType, HilbertValueType > | |
 HilbertRTreeDescentHeuristic | This class chooses the best child of a node in a Hilbert R tree when inserting a new point |
 HilbertRTreeSplit< splitOrder > | The splitting procedure for the Hilbert R tree |
 HoeffdingCategoricalSplit< FitnessFunction > | This is the standard Hoeffding-bound categorical feature proposed in the paper below: |
 HoeffdingNumericSplit< FitnessFunction, ObservationType > | The HoeffdingNumericSplit class implements the numeric feature splitting strategy alluded to by Domingos and Hulten in the following paper: |
 HoeffdingTree< FitnessFunction, NumericSplitType, CategoricalSplitType > | The HoeffdingTree object represents all of the necessary information for a Hoeffding-bound-based decision tree |
 HoeffdingTreeModel | This class is a serializable Hoeffding tree model that can hold four different types of Hoeffding trees |
 HyperplaneBase< BoundT, ProjVectorT > | HyperplaneBase defines a splitting hyperplane based on a projection vector and projection value |
 InformationGain | The standard information gain criterion, used for calculating gain in decision trees |
 IsSpillTree< TreeType > | |
 IsSpillTree< tree::SpillTree< MetricType, StatisticType, MatType, HyperplaneType, SplitType > > | |
 MeanSpaceSplit< MetricType, MatType > | |
 MeanSplit< BoundType, MatType > | A binary space partitioning tree node is split into its left and right child |
 MeanSplit< BoundType, MatType >::SplitInfo | An information about the partition |
 MidpointSpaceSplit< MetricType, MatType > | |
 MidpointSplit< BoundType, MatType > | A binary space partitioning tree node is split into its left and right child |
 MidpointSplit< BoundType, MatType >::SplitInfo | A struct that contains an information about the split |
 MinimalCoverageSweep< SplitPolicy > | The MinimalCoverageSweep class finds a partition along which we can split a node according to the coverage of two resulting nodes |
 MinimalCoverageSweep< SplitPolicy >::SweepCost< TreeType > | A struct that provides the type of the sweep cost |
 MinimalSplitsNumberSweep< SplitPolicy > | The MinimalSplitsNumberSweep class finds a partition along which we can split a node according to the number of required splits of the node |
 MinimalSplitsNumberSweep< SplitPolicy >::SweepCost< typename > | A struct that provides the type of the sweep cost |
 MultipleRandomDimensionSelect | This dimension selection policy allows the selection from a few random dimensions |
 NoAuxiliaryInformation< TreeType > | |
 NumericSplitInfo< ObservationType > | |
 Octree< MetricType, StatisticType, MatType > | |
 Octree< MetricType, StatisticType, MatType >::DualTreeTraverser< MetricType, StatisticType, MatType > | A dual-tree traverser; see dual_tree_traverser.hpp |
 Octree< MetricType, StatisticType, MatType >::SingleTreeTraverser< RuleType > | A single-tree traverser; see single_tree_traverser.hpp |
 Octree< MetricType, StatisticType, MatType >::SplitType::SplitInfo | |
 ProjVector | ProjVector defines a general projection vector (not necessarily axis-parallel) |
 QueueFrame< TreeType, TraversalInfoType > | |
 RandomDimensionSelect | This dimension selection policy only selects one single random dimension |
 RandomForest< FitnessFunction, DimensionSelectionType, NumericSplitType, CategoricalSplitType, ElemType > | |
 RectangleTree< MetricType, StatisticType, MatType, SplitType, DescentType, AuxiliaryInformationType > | A rectangle type tree tree, such as an R-tree or X-tree |
 RectangleTree< MetricType, StatisticType, MatType, SplitType, DescentType, AuxiliaryInformationType >::DualTreeTraverser< MetricType, StatisticType, MatType, SplitType, DescentType, AuxiliaryInformationType > | A dual tree traverser for rectangle type trees |
 RectangleTree< MetricType, StatisticType, MatType, SplitType, DescentType, AuxiliaryInformationType >::SingleTreeTraverser< RuleType > | A single traverser for rectangle type trees |
 RPlusPlusTreeAuxiliaryInformation< TreeType > | |
 RPlusPlusTreeDescentHeuristic | |
 RPlusPlusTreeSplitPolicy | The RPlusPlusTreeSplitPolicy helps to determine the subtree into which we should insert a child of an intermediate node that is being split |
 RPlusTreeDescentHeuristic | |
 RPlusTreeSplit< SplitPolicyType, SweepType > | The RPlusTreeSplit class performs the split process of a node on overflow |
 RPlusTreeSplitPolicy | The RPlusPlusTreeSplitPolicy helps to determine the subtree into which we should insert a child of an intermediate node that is being split |
 RPTreeMaxSplit< BoundType, MatType > | This class splits a node by a random hyperplane |
 RPTreeMaxSplit< BoundType, MatType >::SplitInfo | An information about the partition |
 RPTreeMeanSplit< BoundType, MatType > | This class splits a binary space tree |
 RPTreeMeanSplit< BoundType, MatType >::SplitInfo | An information about the partition |
 RStarTreeDescentHeuristic | When descending a RectangleTree to insert a point, we need to have a way to choose a child node when the point isn't enclosed by any of them |
 RStarTreeSplit | A Rectangle Tree has new points inserted at the bottom |
 RTreeDescentHeuristic | When descending a RectangleTree to insert a point, we need to have a way to choose a child node when the point isn't enclosed by any of them |
 RTreeSplit | A Rectangle Tree has new points inserted at the bottom |
 SpaceSplit< MetricType, MatType > | |
 SpillTree< MetricType, StatisticType, MatType, HyperplaneType, SplitType > | A hybrid spill tree is a variant of binary space trees in which the children of a node can "spill over" each other, and contain shared datapoints |
 SpillTree< MetricType, StatisticType, MatType, HyperplaneType, SplitType >::SpillDualTreeTraverser< MetricType, StatisticType, MatType, HyperplaneType, SplitType > | A generic dual-tree traverser for hybrid spill trees; see spill_dual_tree_traverser.hpp for implementation |
 SpillTree< MetricType, StatisticType, MatType, HyperplaneType, SplitType >::SpillSingleTreeTraverser< MetricType, StatisticType, MatType, HyperplaneType, SplitType > | A generic single-tree traverser for hybrid spill trees; see spill_single_tree_traverser.hpp for implementation |
 TraversalInfo< TreeType > | The TraversalInfo class holds traversal information which is used in dual-tree (and single-tree) traversals |
 TreeTraits< TreeType > | The TreeTraits class provides compile-time information on the characteristics of a given tree type |
 TreeTraits< BinarySpaceTree< MetricType, StatisticType, MatType, bound::BallBound, SplitType > > | This is a specialization of the TreeType class to the BallTree tree type |
 TreeTraits< BinarySpaceTree< MetricType, StatisticType, MatType, bound::CellBound, SplitType > > | This is a specialization of the TreeType class to the UBTree tree type |
 TreeTraits< BinarySpaceTree< MetricType, StatisticType, MatType, bound::HollowBallBound, SplitType > > | This is a specialization of the TreeType class to an arbitrary tree with HollowBallBound (currently only the vantage point tree is supported) |
 TreeTraits< BinarySpaceTree< MetricType, StatisticType, MatType, BoundType, RPTreeMaxSplit > > | This is a specialization of the TreeType class to the max-split random projection tree |
 TreeTraits< BinarySpaceTree< MetricType, StatisticType, MatType, BoundType, RPTreeMeanSplit > > | This is a specialization of the TreeType class to the mean-split random projection tree |
 TreeTraits< BinarySpaceTree< MetricType, StatisticType, MatType, BoundType, SplitType > > | This is a specialization of the TreeTraits class to the BinarySpaceTree tree type |
 TreeTraits< CoverTree< MetricType, StatisticType, MatType, RootPointPolicy > > | The specialization of the TreeTraits class for the CoverTree tree type |
 TreeTraits< Octree< MetricType, StatisticType, MatType > > | This is a specialization of the TreeTraits class to the Octree tree type |
 TreeTraits< RectangleTree< MetricType, StatisticType, MatType, RPlusTreeSplit< SplitPolicyType, SweepType >, DescentType, AuxiliaryInformationType > > | Since the R+/R++ tree can not have overlapping children, we should define traits for the R+/R++ tree |
 TreeTraits< RectangleTree< MetricType, StatisticType, MatType, SplitType, DescentType, AuxiliaryInformationType > > | This is a specialization of the TreeType class to the RectangleTree tree type |
 TreeTraits< SpillTree< MetricType, StatisticType, MatType, HyperplaneType, SplitType > > | This is a specialization of the TreeType class to the SpillTree tree type |
 UBTreeSplit< BoundType, MatType > | Split a node into two parts according to the median address of points contained in the node |
 VantagePointSplit< BoundType, MatType, MaxNumSamples > | The class splits a binary space partitioning tree node according to the median distance to the vantage point |
 VantagePointSplit< BoundType, MatType, MaxNumSamples >::SplitInfo | A struct that contains an information about the split |
 XTreeAuxiliaryInformation< TreeType > | The XTreeAuxiliaryInformation class provides information specific to X trees for each node in a RectangleTree |
 XTreeAuxiliaryInformation< TreeType >::SplitHistoryStruct | The X tree requires that the tree records it's "split history" |
 XTreeSplit | A Rectangle Tree has new points inserted at the bottom |
 IsStdVector< T > | Metaprogramming structure for vector detection |
 IsStdVector< std::vector< T, A > > | Metaprogramming structure for vector detection |
 NullOutStream | Used for Log::Debug when not compiled with debugging symbols |
 ParamData | This structure holds all of the information about a single parameter, including its value (which is set when ParseCommandLine() is called) |
 PrefixedOutStream | Allows us to output to an ostream with a prefix at the beginning of each line, in the same way we would output to cout or cerr |
 ProgramDoc | A static object whose constructor registers program documentation with the CLI class |
 NeighborSearchStat< neighbor::NearestNeighborSort > | |
  DualTreeKMeansStatistic | |
 templateAuxiliarySplitInfo< ElemType > | |
  DecisionTree< FitnessFunction, NumericSplitType, CategoricalSplitType, DimensionSelectionType, ElemType, NoRecursion > | This class implements a generic decision tree learner |
 RangeType< double > | |
 RangeType< ElemType > | |
 RNN< OutputLayerType, InitializationRuleType, CustomLayers...> | |
 true_type | |
  SigCheck< U, U > | Utility struct for checking signatures |
 TrainFormBase4< PT, void, const MT &, const PT & > | |
  TrainForm< MT, PT, void, false, false > | |
 TrainFormBase5< PT, void, const MT &, const data::DatasetInfo &, const PT & > | |
  TrainForm< MT, PT, void, true, false > | |
 TrainFormBase5< PT, void, const MT &, const PT &, const size_t > | |
  TrainForm< MT, PT, void, false, true > | |
 TrainFormBase5< PT, WT, const MT &, const PT &, const WT & > | |
  TrainForm< MT, PT, WT, false, false > | |
 TrainFormBase6< PT, void, const MT &, const data::DatasetInfo &, const PT &, const size_t > | |
  TrainForm< MT, PT, void, true, true > | |
 TrainFormBase6< PT, WT, const MT &, const data::DatasetInfo &, const PT &, const WT & > | |
  TrainForm< MT, PT, WT, true, false > | |
 TrainFormBase6< PT, WT, const MT &, const PT &, const size_t, const WT & > | |
  TrainForm< MT, PT, WT, false, true > | |
 TrainFormBase7< PT, WT, const MT &, const data::DatasetInfo &, const PT &, const size_t, const WT & > | |
  TrainForm< MT, PT, WT, true, true > | |
 TrainHMMModel | |