Skip to content

Commit

Permalink
document BaumWelchViterbiType
Browse files Browse the repository at this point in the history
  • Loading branch information
Soeren Sonnenburg committed Aug 19, 2011
1 parent 618179a commit aa7f594
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/shogun/distributions/HMM.h
Expand Up @@ -67,12 +67,18 @@ typedef T_STATES* P_STATES ;

//@}

/** Training type */
enum BaumWelchViterbiType
{
/// standard baum welch
BW_NORMAL,
/// baum welch only for specified transitions
BW_TRANS,
/// baum welch only for defined transitions/observations
BW_DEFINED,
/// standard viterbi
VIT_NORMAL,
/// viterbi only for defined transitions/observations
VIT_DEFINED
};

Expand Down

0 comments on commit aa7f594

Please sign in to comment.