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.