This is the complete list of members for SoftmaxRegression, including all inherited members.
Classify(const arma::mat &dataset, arma::Row< size_t > &labels) const | SoftmaxRegression | |
Classify(const VecType &point) const | SoftmaxRegression | |
Classify(const arma::mat &dataset, arma::Row< size_t > &labels, arma::mat &probabilities) const | SoftmaxRegression | |
Classify(const arma::mat &dataset, arma::mat &probabilities) const | SoftmaxRegression | |
ComputeAccuracy(const arma::mat &testData, const arma::Row< size_t > &labels) const | SoftmaxRegression | |
FeatureSize() const | SoftmaxRegression | inline |
FitIntercept() const | SoftmaxRegression | inline |
Lambda() | SoftmaxRegression | inline |
Lambda() const | SoftmaxRegression | inline |
NumClasses() | SoftmaxRegression | inline |
NumClasses() const | SoftmaxRegression | inline |
Parameters() | SoftmaxRegression | inline |
Parameters() const | SoftmaxRegression | inline |
serialize(Archive &ar, const uint32_t) | SoftmaxRegression | inline |
SoftmaxRegression(const size_t inputSize=0, const size_t numClasses=0, const bool fitIntercept=false) | SoftmaxRegression | |
SoftmaxRegression(const arma::mat &data, const arma::Row< size_t > &labels, const size_t numClasses, const double lambda=0.0001, const bool fitIntercept=false, OptimizerType optimizer=OptimizerType()) | SoftmaxRegression | |
SoftmaxRegression(const arma::mat &data, const arma::Row< size_t > &labels, const size_t numClasses, const double lambda, const bool fitIntercept, OptimizerType optimizer, CallbackTypes &&... callbacks) | SoftmaxRegression | |
Train(const arma::mat &data, const arma::Row< size_t > &labels, const size_t numClasses, OptimizerType optimizer=OptimizerType()) | SoftmaxRegression | |
Train(const arma::mat &data, const arma::Row< size_t > &labels, const size_t numClasses, OptimizerType optimizer, CallbackTypes &&... callbacks) | SoftmaxRegression |