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