#include <svm_model.h>
Public Attributes | |
int | nnz = -1 |
int * | indptr = nullptr |
int * | indices = nullptr |
math_t * | data = nullptr |
math_t* ML::SVM::SupportStorage< math_t >::data = nullptr |
int* ML::SVM::SupportStorage< math_t >::indices = nullptr |
int* ML::SVM::SupportStorage< math_t >::indptr = nullptr |
int ML::SVM::SupportStorage< math_t >::nnz = -1 |