Package weka.filters.supervised.instance
-
Class Summary Class Description RemoveOutliers Cross-validates the specified classifier on the incoming data and applies the outlier detector to the actual vs predicted data to remove the outliers.
NB: only works on full dataset, not instance by instance.