public interface Trainable
| Modifier and Type | Method and Description |
|---|---|
void |
registerWithTrainer(ModelTrainer mt)
Perform any registration that is necessary with mt.
|
void registerWithTrainer(ModelTrainer mt) throws BioException
This may include registering handlers for transition or emission counts, or registering other Trainable objects with the ModelTrainer.
mt - the ModelTrainer that encapsulates the training environmentBioExceptionCopyright © 2014 BioJava. All rights reserved.