data Struct Reference

List of all members.

Public Attributes

int32_t m
int32_t l
int32_t u
int32_t n
int32_t nz
CSparseFeatures< float64_t > * features
float64_tY
float64_tC


Detailed Description

Data: Input examples are stored in sparse (Compressed Row Storage) format

Definition at line 41 of file ssl.h.


Member Data Documentation

cost associated with each example

Definition at line 59 of file ssl.h.

features

Definition at line 55 of file ssl.h.

int32_t data::l

number of labeled examples

Definition at line 46 of file ssl.h.

int32_t data::m

number of examples

Definition at line 44 of file ssl.h.

int32_t data::n

number of features

Definition at line 50 of file ssl.h.

int32_t data::nz

number of non-zeros

Definition at line 52 of file ssl.h.

int32_t data::u

number of unlabeled examples l+u = m

Definition at line 48 of file ssl.h.

labels

Definition at line 57 of file ssl.h.


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

SHOGUN Machine Learning Toolbox - Documentation