VlSvmDataset Struct Reference
Svm Dataset. More...
#include <svmdataset.h>
Data Fields | |
void * | data |
vl_size | dimension |
void * | map |
VlSvmDatasetFeatureMap | mapFunc |
vl_size | order |
Detailed Description
This structure is a wrapper for a generic SVM dataset. It should be provided with a set of functions of type VlSvmDatasetInnerProduct and VlSvmDatasetAccumulator
Field Documentation
void* VlSvmDataset::data |
pointer to data
vl_size VlSvmDataset::dimension |
data point dimension
void* VlSvmDataset::map |
feature Map
VlSvmDatasetFeatureMap VlSvmDataset::mapFunc |
function that defines the feature map
vl_size VlSvmDataset::order |
order of expansion of the feture map
The documentation for this struct was generated from the following file: