Package org.api4.java.ai.ml.core.filter
Interface IFilter
-
- All Known Subinterfaces:
ISupervisedFilter,IUnsupervisedFilter
public interface IFilter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ILabeledDataset<ILabeledInstance>predict(ILabeledDataset<ILabeledInstance> input)ILabeledDataset<ILabeledInstance>predict(ILabeledInstance input)
-
-
-
Method Detail
-
predict
ILabeledDataset<ILabeledInstance> predict(ILabeledDataset<ILabeledInstance> input) throws java.lang.InterruptedException, FilterApplicationFailedException
- Throws:
java.lang.InterruptedExceptionFilterApplicationFailedException
-
predict
ILabeledDataset<ILabeledInstance> predict(ILabeledInstance input) throws java.lang.InterruptedException, FilterApplicationFailedException
- Throws:
java.lang.InterruptedExceptionFilterApplicationFailedException
-
-