Interface IWekaPreprocessingAlgorithm

  • All Superinterfaces:
    java.util.concurrent.Callable<IWekaPreprocessingAlgorithm>, org.api4.java.algorithm.IAlgorithm<org.api4.java.ai.ml.core.dataset.supervised.ILabeledDataset<?>,​IWekaPreprocessingAlgorithm>, org.api4.java.common.control.ICancelable, java.lang.Iterable<org.api4.java.algorithm.events.IAlgorithmEvent>, java.util.Iterator<org.api4.java.algorithm.events.IAlgorithmEvent>
    All Known Implementing Classes:
    WekaPreprocessorFitter

    public interface IWekaPreprocessingAlgorithm
    extends org.api4.java.algorithm.IAlgorithm<org.api4.java.ai.ml.core.dataset.supervised.ILabeledDataset<?>,​IWekaPreprocessingAlgorithm>
    A WEKA preprocessing algorithm takes a labeled dataset and produces itself as to allow for applying the obtained dimensionality reduction to some new data.
    • 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