Interface ISupervisedSamplingAlgorithm<D extends ILabeledDataset<?>>

  • All Superinterfaces:
    java.util.concurrent.Callable<D>, org.api4.java.algorithm.IAlgorithm<D,​D>, org.api4.java.common.control.ICancelable, ISamplingAlgorithm<D>, java.lang.Iterable<org.api4.java.algorithm.events.IAlgorithmEvent>, java.util.Iterator<org.api4.java.algorithm.events.IAlgorithmEvent>

    public interface ISupervisedSamplingAlgorithm<D extends ILabeledDataset<?>>
    extends ISamplingAlgorithm<D>
    • 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