DNATrie 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]
}; 


Detailed Description

DNA trie

Definition at line 80 of file Trie.h.


Member Data Documentation

union { ... }

child weights

Definition at line 93 of file Trie.h.

int32_t DNATrie::children[4]

children

Definition at line 95 of file Trie.h.

uint8_t DNATrie::seq[16]

sequence

Definition at line 97 of file Trie.h.

weight

Definition at line 83 of file Trie.h.


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

SHOGUN Machine Learning Toolbox - Documentation