Public Attributes | List of all members
ML::SVM::SupportStorage< math_t > Struct Template Reference

#include <svm_model.h>

Collaboration diagram for ML::SVM::SupportStorage< math_t >:
Collaboration graph

Public Attributes

int nnz = -1
 
int * indptr = nullptr
 
int * indices = nullptr
 
math_t * data = nullptr
 

Member Data Documentation

◆ data

template<typename math_t >
math_t* ML::SVM::SupportStorage< math_t >::data = nullptr

◆ indices

template<typename math_t >
int* ML::SVM::SupportStorage< math_t >::indices = nullptr

◆ indptr

template<typename math_t >
int* ML::SVM::SupportStorage< math_t >::indptr = nullptr

◆ nnz

template<typename math_t >
int ML::SVM::SupportStorage< math_t >::nnz = -1

The documentation for this struct was generated from the following file: