LIBIRWLS
|
A single feature of a data. More...
#include <IOStructures.h>
Data Fields | |
int | index |
double | value |
A single feature of a data.
This structure represents a single feature of a data. It is composed of a features index and its value.
int svm_sample::index |
The feature index.
double svm_sample::value |
The feature value.