DNATrie Struct Reference

List of all members.


Detailed Description

DNA trie

Definition at line 80 of file Trie.h.


Public Attributes

DREAL weight
union {
   SHORTREAL   child_weights [4]
   INT   children [4]
   BYTE   seq [16]
}; 

Member Data Documentation

weight

Definition at line 83 of file Trie.h.

child weights

Definition at line 93 of file Trie.h.

children

Definition at line 95 of file Trie.h.

sequence

Definition at line 97 of file Trie.h.

union { ... }


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

SHOGUN Machine Learning Toolbox - Documentation