This is the complete list of members for ML::SVM::LinearSVMModel< T >, including all inherited members.
allocate(const raft::handle_t &handle, const LinearSVMParams ¶ms, const std::size_t nCols, const std::size_t nClasses=0) | ML::SVM::LinearSVMModel< T > | static |
classes | ML::SVM::LinearSVMModel< T > | |
coefCols() const | ML::SVM::LinearSVMModel< T > | inline |
coefRows | ML::SVM::LinearSVMModel< T > | |
decisionFunction(const raft::handle_t &handle, const LinearSVMParams ¶ms, const LinearSVMModel< T > &model, const T *X, const std::size_t nRows, const std::size_t nCols, T *out) | ML::SVM::LinearSVMModel< T > | static |
fit(const raft::handle_t &handle, const LinearSVMParams ¶ms, const T *X, const std::size_t nRows, const std::size_t nCols, const T *y, const T *sampleWeight) | ML::SVM::LinearSVMModel< T > | static |
free(const raft::handle_t &handle, LinearSVMModel< T > &model) | ML::SVM::LinearSVMModel< T > | static |
nClasses | ML::SVM::LinearSVMModel< T > | |
predict(const raft::handle_t &handle, const LinearSVMParams ¶ms, const LinearSVMModel< T > &model, const T *X, const std::size_t nRows, const std::size_t nCols, T *out) | ML::SVM::LinearSVMModel< T > | static |
predictProba(const raft::handle_t &handle, const LinearSVMParams ¶ms, const LinearSVMModel< T > &model, const T *X, const std::size_t nRows, const std::size_t nCols, const bool log, T *out) | ML::SVM::LinearSVMModel< T > | static |
probScale | ML::SVM::LinearSVMModel< T > | |
w | ML::SVM::LinearSVMModel< T > |