Package org.api4.java.ai.ml.core.learner
Interface IFittable<I extends IInstance,D extends IDataSource<? extends I>>
-
- All Known Subinterfaces:
IClassifier,IClusterer,IDyadRanker,IFittablePredictor<I,D>,ILabelRanker,IMultiLabelClassifier,IRanker<O,I,D>,IRegressor,ISingleLabelClassifier,ISupervisedFilter,ISupervisedLearner<I,D>,IUnsupervisedLearner<I,D>
public interface IFittable<I extends IInstance,D extends IDataSource<? extends I>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfit(D dTrain)
-
-
-
Method Detail
-
fit
void fit(D dTrain) throws TrainingException, java.lang.InterruptedException
- Throws:
TrainingExceptionjava.lang.InterruptedException
-
-