CDynProg::svm_values_struct Struct Reference


Detailed Description

SVM values.

Definition at line 765 of file DynProg.h.

List of all members.

Public Attributes

int32_t maxlookback
int32_t seqlen
int32_t * start_pos
float64_t ** svm_values_unnormalized
float64_tsvm_values
bool *** word_used
int32_t ** num_unique_words

Member Data Documentation

maximum lookback

Definition at line 768 of file DynProg.h.

number of unique words

Definition at line 781 of file DynProg.h.

sequence length

Definition at line 770 of file DynProg.h.

start position

Definition at line 773 of file DynProg.h.

SVM values

Definition at line 777 of file DynProg.h.

SVM values normalized

Definition at line 775 of file DynProg.h.

word used

Definition at line 779 of file DynProg.h.


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

SHOGUN Machine Learning Toolbox - Documentation