Package | Description |
---|---|
org.encog.ml.hmm | |
org.encog.ml.hmm.distributions |
Modifier and Type | Method and Description |
---|---|
StateDistribution |
HiddenMarkovModel.createNewDistribution() |
StateDistribution |
HiddenMarkovModel.getStateDistribution(int i) |
Modifier and Type | Method and Description |
---|---|
void |
HiddenMarkovModel.setStateDistribution(int i,
StateDistribution dist) |
Modifier and Type | Class and Description |
---|---|
class |
ContinousDistribution
A continuous distribution represents an infinite range of choices between two
real numbers.
|
class |
DiscreteDistribution
A discrete distribution is a distribution with a finite set of states that it
can be in.
|
Modifier and Type | Method and Description |
---|---|
StateDistribution |
StateDistribution.clone() |
Copyright © 2014. All Rights Reserved.