SHOGUN  v2.0.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Attributes
Example< T > Class Template Reference

Detailed Description

template<class T>
class shogun::Example< T >

Class Example is the container type for the vector+label combination.

The vector is stored as an SGVector<T>, and the label is a float64_t.

Objects of this type are stored in the ring of class CParseBuffer.

Definition at line 40 of file ParseBuffer.h.

Public Attributes

float64_t label
 Label.
SGVector< T > fv
 Feature vector of type T.

Member Data Documentation

SGVector<T> fv

Feature vector of type T.

Definition at line 46 of file ParseBuffer.h.

float64_t label

Label.

Definition at line 44 of file ParseBuffer.h.


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

SHOGUN Machine Learning Toolbox - Documentation