LIBIRWLS
svm_sample Struct Reference

A single feature of a data. More...

#include <IOStructures.h>

Data Fields

int index
 
double value
 

Detailed Description

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.

Field Documentation

§ index

int svm_sample::index

The feature index.

§ value

double svm_sample::value

The feature value.


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