Interface IGenericPredictionAlgorithm<Y,I>
-
- All Superinterfaces:
java.util.concurrent.Callable<Y>,org.api4.java.algorithm.IAlgorithm<I,Y>,org.api4.java.common.control.ICancelable,java.lang.Iterable<org.api4.java.algorithm.events.IAlgorithmEvent>,java.util.Iterator<org.api4.java.algorithm.events.IAlgorithmEvent>
- All Known Subinterfaces:
IBatchPredictionAlgorithm<Y,I>,IPredictionAlgorithm<Y,I>
public interface IGenericPredictionAlgorithm<Y,I> extends org.api4.java.algorithm.IAlgorithm<I,Y>