Package org.api4.java.ai.ml.core.learner.algorithm
-
Interface Summary Interface Description IBatchPredictionAlgorithm<Y,I extends IInstance> IGenericPredictionAlgorithm<Y,I> IPrediction IPredictionAlgorithm<Y,I extends IInstance> IPredictionBatch ISupervisedFitAlgorithm<I extends ILabeledInstance,D extends ILabeledDataSource<I>,M extends IMLModel> A fit algorithm can be used to induce aIMLModelfrom a supervised data source.IUnsupervisedFitAlgorithm<X,I extends IInstance,D extends IDataSource<I>,M extends IMLModel>