public interface FeaturePreprocessor
| Modifier and Type | Method and Description |
|---|---|
weka.core.Instance |
apply(weka.core.Instance data) |
weka.core.Instances |
apply(weka.core.Instances data) |
boolean |
isPrepared() |
void |
prepare(weka.core.Instances data) |
void prepare(weka.core.Instances data)
throws java.lang.Exception
java.lang.Exceptionweka.core.Instance apply(weka.core.Instance data)
throws java.lang.Exception
java.lang.Exceptionweka.core.Instances apply(weka.core.Instances data)
throws java.lang.Exception
java.lang.Exceptionboolean isPrepared()