mlpack  2.2.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
SoftmaxRegression< OptimizerType > Member List

This is the complete list of members for SoftmaxRegression< OptimizerType >, including all inherited members.

Classify(const arma::mat &dataset, arma::Row< size_t > &labels) const SoftmaxRegression< OptimizerType >
ComputeAccuracy(const arma::mat &testData, const arma::Row< size_t > &labels) const SoftmaxRegression< OptimizerType >
FeatureSize() const SoftmaxRegression< OptimizerType >inline
FitIntercept() const SoftmaxRegression< OptimizerType >inline
Lambda()SoftmaxRegression< OptimizerType >inline
Lambda() const SoftmaxRegression< OptimizerType >inline
NumClasses()SoftmaxRegression< OptimizerType >inline
NumClasses() const SoftmaxRegression< OptimizerType >inline
Parameters()SoftmaxRegression< OptimizerType >inline
Parameters() const SoftmaxRegression< OptimizerType >inline
Predict(const arma::mat &testData, arma::Row< size_t > &predictions) const SoftmaxRegression< OptimizerType >
Serialize(Archive &ar, const unsigned int)SoftmaxRegression< OptimizerType >inline
SoftmaxRegression(const size_t inputSize, const size_t numClasses, const bool fitIntercept=false)SoftmaxRegression< OptimizerType >
SoftmaxRegression(const arma::mat &data, const arma::Row< size_t > &labels, const size_t numClasses, const double lambda=0.0001, const bool fitIntercept=false)SoftmaxRegression< OptimizerType >
SoftmaxRegression(OptimizerType< SoftmaxRegressionFunction > &optimizer)SoftmaxRegression< OptimizerType >
Train(OptimizerType< SoftmaxRegressionFunction > &optimizer)SoftmaxRegression< OptimizerType >
Train(const arma::mat &data, const arma::Row< size_t > &labels, const size_t numClasses)SoftmaxRegression< OptimizerType >