JavaScript is disabled on your browser.
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
org.biojava.bio.dp
Interface StoppingCriteria
-
-
Method Detail
-
isTrainingComplete
boolean isTrainingComplete(TrainingAlgorithm ta)
Decide if the training has completed.
This can be on the basis of the scores published by ta. Or, it could be
set to expire at a given cycle, or due to user intervention. It is
perfectly acceptable for this method to have side effects such as logging.
- Parameters:
ta
- the TrainingAlgorithm instance to check
- Returns:
- true if the training is complete, false if it should be continued
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
Copyright © 2020 BioJava. All rights reserved.