This is the complete list of members for LinearSVMFunction< MatType >, including all inherited members.
Dataset() const | LinearSVMFunction< MatType > | inline |
Dataset() | LinearSVMFunction< MatType > | inline |
Evaluate(const arma::mat ¶meters) | LinearSVMFunction< MatType > | |
Evaluate(const arma::mat ¶meters, const size_t firstId, const size_t batchSize=1) | LinearSVMFunction< MatType > | |
EvaluateWithGradient(const arma::mat ¶meters, GradType &gradient) const | LinearSVMFunction< MatType > | |
EvaluateWithGradient(const arma::mat ¶meters, const size_t firstId, GradType &gradient, const size_t batchSize=1) const | LinearSVMFunction< MatType > | |
FitIntercept() const | LinearSVMFunction< MatType > | inline |
GetGroundTruthMatrix(const arma::Row< size_t > &labels, arma::sp_mat &groundTruth) | LinearSVMFunction< MatType > | |
Gradient(const arma::mat ¶meters, GradType &gradient) | LinearSVMFunction< MatType > | |
Gradient(const arma::mat ¶meters, const size_t firstId, GradType &gradient, const size_t batchSize=1) | LinearSVMFunction< MatType > | |
InitializeWeights(arma::mat &weights, const size_t featureSize, const size_t numClasses, const bool fitIntercept=false) | LinearSVMFunction< MatType > | static |
InitialPoint() const | LinearSVMFunction< MatType > | inline |
InitialPoint() | LinearSVMFunction< MatType > | inline |
Lambda() | LinearSVMFunction< MatType > | inline |
Lambda() const | LinearSVMFunction< MatType > | inline |
LinearSVMFunction(const MatType &dataset, const arma::Row< size_t > &labels, const size_t numClasses, const double lambda=0.0001, const double delta=1.0, const bool fitIntercept=false) | LinearSVMFunction< MatType > | |
NumFunctions() const | LinearSVMFunction< MatType > | |
Shuffle() | LinearSVMFunction< MatType > |