Interface IPredictionAlgorithm<Y,​I extends IInstance>

  • All Superinterfaces:
    java.util.concurrent.Callable<Y>, org.api4.java.common.control.Cancelable, org.api4.java.algorithm.IAlgorithm<I,​Y>, IGenericPredictionAlgorithm<Y,​I>, java.lang.Iterable<org.api4.java.algorithm.events.AlgorithmEvent>, java.util.Iterator<org.api4.java.algorithm.events.AlgorithmEvent>

    public interface IPredictionAlgorithm<Y,​I extends IInstance>
    extends IGenericPredictionAlgorithm<Y,​I>
    • Method Summary

      • Methods inherited from interface org.api4.java.common.control.Cancelable

        cancel
      • 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 java.lang.Iterable

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

        forEachRemaining, hasNext, next, remove