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>
    • Method Summary

      • Methods inherited from interface org.api4.java.algorithm.IAlgorithm

        call, getConfig, getId, getInput, getNumCPUs, getTimeout, nextWithException, registerListener, setMaxNumThreads, setNumCPUs, setTimeout, setTimeout
      • Methods inherited from interface org.api4.java.common.control.ICancelable

        cancel
      • Methods inherited from interface java.lang.Iterable

        forEach, iterator, spliterator
      • Methods inherited from interface java.util.Iterator

        forEachRemaining, hasNext, next, remove