|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.biojava.bio.symbol.SimpleAtomicSymbol | +--org.biojava.bio.dp.SimpleModelInState
Constructor Summary | |
SimpleModelInState(MarkovModel model,
java.lang.String name)
|
Method Summary | |
MarkovModel |
getModel()
The model that is inside this state. |
void |
registerWithTrainer(ModelTrainer modelTrainer)
Perform any registration that is necisary with mt. |
Methods inherited from class org.biojava.bio.symbol.SimpleAtomicSymbol |
getAnnotation,
getMatches,
getName,
getToken |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public SimpleModelInState(MarkovModel model, java.lang.String name)
Method Detail |
public MarkovModel getModel()
public void registerWithTrainer(ModelTrainer modelTrainer) throws BioException
This may include registering handelers for transition or emission counts, or registering other Trainable objects with the ModelTrainer.
mt
- the ModelTrainer that encapsulates the training environment
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |