22 template <
typename math_t>
34 template <
typename math_t>
Definition: dbscan.hpp:30
Definition: svm_model.h:23
int * indptr
Definition: svm_model.h:25
math_t * data
Definition: svm_model.h:27
int nnz
Definition: svm_model.h:24
int * indices
Definition: svm_model.h:26
Definition: svm_model.h:35
int * support_idx
Indices (from the training set) of the support vectors, size [n_support].
Definition: svm_model.h:48
int n_support
Number of support vectors.
Definition: svm_model.h:36
SupportStorage< math_t > support_matrix
Support vector storage - can contain either CSR or dense.
Definition: svm_model.h:45
math_t * dual_coefs
Definition: svm_model.h:42
math_t * unique_labels
Device pointer for the unique classes. Size [n_classes].
Definition: svm_model.h:52
int n_classes
Definition: svm_model.h:50
int n_cols
Number of features.
Definition: svm_model.h:37
math_t b
Constant used in the decision function.
Definition: svm_model.h:38