11 template <
typename math_t>
23 template <
typename math_t>
Definition: dbscan.hpp:18
Definition: svm_model.h:12
int * indptr
Definition: svm_model.h:14
math_t * data
Definition: svm_model.h:16
int nnz
Definition: svm_model.h:13
int * indices
Definition: svm_model.h:15
Definition: svm_model.h:24
int * support_idx
Indices (from the training set) of the support vectors, size [n_support].
Definition: svm_model.h:37
int n_support
Number of support vectors.
Definition: svm_model.h:25
SupportStorage< math_t > support_matrix
Support vector storage - can contain either CSR or dense.
Definition: svm_model.h:34
math_t * dual_coefs
Definition: svm_model.h:31
math_t * unique_labels
Device pointer for the unique classes. Size [n_classes].
Definition: svm_model.h:41
int n_classes
Definition: svm_model.h:39
int n_cols
Number of features.
Definition: svm_model.h:26
math_t b
Constant used in the decision function.
Definition: svm_model.h:27