POIMTrie Struct Reference

List of all members.

Public Attributes

float64_t weight
union {
   float32_t   child_weights [4]
   int32_t   children [4]
   uint8_t   seq [16]
}; 
float64_t S
float64_t L
float64_t R


Detailed Description

POIM trie

Definition at line 51 of file Trie.h.


Member Data Documentation

union { ... }

child weights

Definition at line 64 of file Trie.h.

int32_t POIMTrie::children[4]

children

Definition at line 66 of file Trie.h.

left_partial_overlap_score

Definition at line 74 of file Trie.h.

right_partial_overlap_score

Definition at line 76 of file Trie.h.

super_string_score

Definition at line 72 of file Trie.h.

uint8_t POIMTrie::seq[16]

sequence

Definition at line 68 of file Trie.h.

weight

Definition at line 54 of file Trie.h.


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

SHOGUN Machine Learning Toolbox - Documentation