ML::SVM::LinearSVMModel< T > Member List

This is the complete list of members for ML::SVM::LinearSVMModel< T >, including all inherited members.

allocate(const raft::handle_t &handle, const LinearSVMParams &params, const std::size_t nCols, const std::size_t nClasses=0)ML::SVM::LinearSVMModel< T >static
classesML::SVM::LinearSVMModel< T >
coefCols() constML::SVM::LinearSVMModel< T >inline
coefRowsML::SVM::LinearSVMModel< T >
decisionFunction(const raft::handle_t &handle, const LinearSVMParams &params, 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 &params, 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
nClassesML::SVM::LinearSVMModel< T >
predict(const raft::handle_t &handle, const LinearSVMParams &params, 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 &params, 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
probScaleML::SVM::LinearSVMModel< T >
wML::SVM::LinearSVMModel< T >