mlpack
mlpack::svm::LinearSVM< MatType > Member List

This is the complete list of members for mlpack::svm::LinearSVM< MatType >, including all inherited members.

Classify(const MatType &data, arma::Row< size_t > &labels) constmlpack::svm::LinearSVM< MatType >
Classify(const MatType &data, arma::Row< size_t > &labels, arma::mat &scores) constmlpack::svm::LinearSVM< MatType >
Classify(const MatType &data, arma::mat &scores) constmlpack::svm::LinearSVM< MatType >
Classify(const VecType &point) constmlpack::svm::LinearSVM< MatType >
ComputeAccuracy(const MatType &testData, const arma::Row< size_t > &testLabels) constmlpack::svm::LinearSVM< MatType >
Delta()mlpack::svm::LinearSVM< MatType >inline
Delta() constmlpack::svm::LinearSVM< MatType >inline
FeatureSize() constmlpack::svm::LinearSVM< MatType >inline
FitIntercept()mlpack::svm::LinearSVM< MatType >inline
Lambda()mlpack::svm::LinearSVM< MatType >inline
Lambda() constmlpack::svm::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)mlpack::svm::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())mlpack::svm::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)mlpack::svm::LinearSVM< MatType >
LinearSVM(const size_t numClasses=0, const double lambda=0.0001, const double delta=1.0, const bool fitIntercept=false)mlpack::svm::LinearSVM< MatType >
NumClasses()mlpack::svm::LinearSVM< MatType >inline
NumClasses() constmlpack::svm::LinearSVM< MatType >inline
Parameters()mlpack::svm::LinearSVM< MatType >inline
Parameters() constmlpack::svm::LinearSVM< MatType >inline
serialize(Archive &ar, const uint32_t)mlpack::svm::LinearSVM< MatType >inline
Train(const MatType &data, const arma::Row< size_t > &labels, const size_t numClasses, OptimizerType optimizer, CallbackTypes &&... callbacks)mlpack::svm::LinearSVM< MatType >
Train(const MatType &data, const arma::Row< size_t > &labels, const size_t numClasses=2, OptimizerType optimizer=OptimizerType())mlpack::svm::LinearSVM< MatType >