org.encog.ml
public interface MLStateSequence extends MLMethod
Modifier and Type | Method and Description |
---|---|
int[] |
getStatesForSequence(MLDataSet oseq)
Get the sates for the given sequence.
|
double |
probability(MLDataSet oseq)
Determine the probability of the specified sequence.
|
double |
probability(MLDataSet seq,
int[] states)
Determine the probability for the specified sequence and states.
|
int[] getStatesForSequence(MLDataSet oseq)
oseq
- The sequence.double probability(MLDataSet oseq)
oseq
- The sequence.double probability(MLDataSet seq, int[] states)
seq
- The sequence.states
- The states.Copyright © 2014. All Rights Reserved.