| Package | Description |
|---|---|
| de.jungblut.nlp |
| Modifier and Type | Method and Description |
|---|---|
static MarkovChain |
MarkovChain.create(int numStates)
Creates a new markov chain with the supplied number of states.
|
static MarkovChain |
MarkovChain.create(int numStates,
de.jungblut.math.DoubleMatrix mat)
Creates a new markov chain with the supplied number of states and its
predefined transition matrix.
|
Copyright © 2016. All rights reserved.