Public Attributes

CSimpleFeatures< ST >::simple_feature_iterator Struct Reference


Detailed Description

template<class ST>
struct shogun::CSimpleFeatures< ST >::simple_feature_iterator

iterator for simple features

Definition at line 671 of file SimpleFeatures.h.

List of all members.

Public Attributes

ST * vec
int32_t vidx
int32_t vlen
bool vfree
int32_t index

Member Data Documentation

int32_t index

feature index

Definition at line 683 of file SimpleFeatures.h.

ST* vec

pointer to feature vector

Definition at line 674 of file SimpleFeatures.h.

bool vfree

if we need to free the vector

Definition at line 680 of file SimpleFeatures.h.

int32_t vidx

index of vector

Definition at line 676 of file SimpleFeatures.h.

int32_t vlen

length of vector

Definition at line 678 of file SimpleFeatures.h.


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

SHOGUN Machine Learning Toolbox - Documentation