Interface Trainable

    • Method Detail

      • registerWithTrainer

        void registerWithTrainer​(ModelTrainer mt)
                          throws BioException
        Perform any registration that is necessary with mt.

        This may include registering handlers for transition or emission counts, or registering other Trainable objects with the ModelTrainer.

        Parameters:
        mt - the ModelTrainer that encapsulates the training environment
        Throws:
        BioException