CDynProg::CDynProg::svm_values_struct Struct Reference

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


Detailed Description

SVM values

Definition at line 766 of file DynProg.h.


Member Data Documentation

int32_t CDynProg::CDynProg::svm_values_struct::maxlookback

maximum lookback

Definition at line 769 of file DynProg.h.

int32_t** CDynProg::CDynProg::svm_values_struct::num_unique_words

number of unique words

Definition at line 782 of file DynProg.h.

int32_t CDynProg::CDynProg::svm_values_struct::seqlen

sequence length

Definition at line 771 of file DynProg.h.

int32_t* CDynProg::CDynProg::svm_values_struct::start_pos

start position

Definition at line 774 of file DynProg.h.

float64_t* CDynProg::CDynProg::svm_values_struct::svm_values

SVM values

Definition at line 778 of file DynProg.h.

float64_t** CDynProg::CDynProg::svm_values_struct::svm_values_unnormalized

SVM values normalized

Definition at line 776 of file DynProg.h.

bool*** CDynProg::CDynProg::svm_values_struct::word_used

word used

Definition at line 780 of file DynProg.h.


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

SHOGUN Machine Learning Toolbox - Documentation