public interface TrainingAlgorithm
Modifier and Type | Method and Description |
---|---|
double |
getCurrentScore() |
int |
getCycle() |
DP |
getDP() |
double |
getLastScore() |
void |
train(SequenceDB db,
double nullWeight,
StoppingCriteria stopper)
Trains the sequences in db untill stopper says to finnish.
|
double getLastScore()
double getCurrentScore()
int getCycle()
void train(SequenceDB db, double nullWeight, StoppingCriteria stopper) throws IllegalSymbolException, BioException
IllegalSymbolException
BioException
Copyright © 2014 BioJava. All rights reserved.