List of usage examples for weka.filters.unsupervised.attribute InterquartileRange subclass-usage
From source file org.uclab.mm.kcl.ddkat.datapreprocessor.OutlierHandler.java
/** * This class detects the outlier values using Interquartile approach, replaces them with attribute mean values, and stores the consistent data. */ public class OutlierHandler extends InterquartileRange { /** The Constant serialVersionUID. */