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