Interface Trainer<P extends Parameters>
- All Known Subinterfaces:
EventModelSequenceTrainer<T,P>, EventTrainer<P>, SequenceTrainer<P>
public interface Trainer<P extends Parameters>
Represents a common base for training implementations.
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoid
-
Method Details
-
init
- Parameters:
trainParams- TheParametersto use.reportMap- TheMapinstance used as report map.
-
init
- Parameters:
trainParams- TheParametersto use.reportMap- TheMapinstance used as report map.config- TheTrainingConfigurationto use. Ifnull, suitable defaults will be used.
-