This is the complete list of members for ML::SVM::SVC< math_t >, including all inherited members.
decisionFunction(math_t *input, int n_rows, int n_cols, math_t *preds) | ML::SVM::SVC< math_t > | |
fit(math_t *input, int n_rows, int n_cols, math_t *labels, const math_t *sample_weight=nullptr) | ML::SVM::SVC< math_t > | |
kernel_params | ML::SVM::SVC< math_t > | |
model | ML::SVM::SVC< math_t > | |
param | ML::SVM::SVC< math_t > | |
predict(math_t *input, int n_rows, int n_cols, math_t *preds) | ML::SVM::SVC< math_t > | |
SVC(raft::handle_t &handle, math_t C=1, math_t tol=1.0e-3, raft::distance::kernels::KernelParams kernel_params=raft::distance::kernels::KernelParams{raft::distance::kernels::LINEAR, 3, 1, 0}, math_t cache_size=200, int max_iter=-1, int nochange_steps=1000, int verbosity=CUML_LEVEL_INFO) | ML::SVM::SVC< math_t > | |
~SVC() | ML::SVM::SVC< math_t > |