Example usage for weka.filters.unsupervised.attribute InterquartileRange subclass-usage

List of usage examples for weka.filters.unsupervised.attribute InterquartileRange subclass-usage

Introduction

In this page you can find the example usage for weka.filters.unsupervised.attribute InterquartileRange subclass-usage.

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. */