Interface DataFilter

All Known Implementing Classes:
CaseExpander, ExtraCategoryInterpolator, MeanInterpolator, ModeInterpolator

public interface DataFilter
Interface implemented by classes whose purpose is to generate modifications of data sets. See implementations for details.
Author:
josephramsey
  • Method Summary

    Modifier and Type
    Method
    Description
    filter(DataSet dataSet)
    Interpolates the given data set, producing a data set with no missing values.
  • Method Details

    • filter

      DataSet filter(DataSet dataSet)
      Interpolates the given data set, producing a data set with no missing values.