Interface ISamplingAlgorithm<I extends IInstance,​D extends IDataset<I>>

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

    public interface ISamplingAlgorithm<I extends IInstance,​D extends IDataset<I>>
    extends org.api4.java.algorithm.IAlgorithm<D,​D>
    Interface for sampling algorithms. Sampling algorithms take a dataset as input and return a (reduced) dataset as their output.
    • 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