LearnerType
- The type of the learner contained in the object.public interface BatchLearnerContainer<LearnerType extends BatchLearner<?,?>>
Modifier and Type | Method and Description |
---|---|
LearnerType |
getLearner()
Gets the learner contained in this object.
|
LearnerType getLearner()