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.

List of all members.

Public Attributes

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

Member Data Documentation

Feature vector of type T.

Definition at line 46 of file ParseBuffer.h.

Label.

Definition at line 44 of file ParseBuffer.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

SHOGUN Machine Learning Toolbox - Documentation