|
mlpack
|
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) const | mlpack::svm::LinearSVM< MatType > | |
| Classify(const MatType &data, arma::Row< size_t > &labels, arma::mat &scores) const | mlpack::svm::LinearSVM< MatType > | |
| Classify(const MatType &data, arma::mat &scores) const | mlpack::svm::LinearSVM< MatType > | |
| Classify(const VecType &point) const | mlpack::svm::LinearSVM< MatType > | |
| ComputeAccuracy(const MatType &testData, const arma::Row< size_t > &testLabels) const | mlpack::svm::LinearSVM< MatType > | |
| Delta() | mlpack::svm::LinearSVM< MatType > | inline |
| Delta() const | mlpack::svm::LinearSVM< MatType > | inline |
| FeatureSize() const | mlpack::svm::LinearSVM< MatType > | inline |
| FitIntercept() | mlpack::svm::LinearSVM< MatType > | inline |
| Lambda() | mlpack::svm::LinearSVM< MatType > | inline |
| Lambda() const | mlpack::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() const | mlpack::svm::LinearSVM< MatType > | inline |
| Parameters() | mlpack::svm::LinearSVM< MatType > | inline |
| Parameters() const | mlpack::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 > |
1.8.13