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 environmentBioException
Copyright © 2014 BioJava. All rights reserved.