HMM: Set emission probabilities...

Sets the probabilities for emitting the symbols from the state.

The values given will be scaled as probabilities.

Examples

For an HMM with four symbols the input "1 3 3 3" will result in the same probabilities as the input "0.1 0.3 0.3 0.3".


© djmw 20101010