Uses of Interface
edu.cmu.tetrad.data.DataFilter

Packages that use DataFilter
Package
Description
 
 
  • Uses of DataFilter in edu.cmu.tetrad.bayes

    Classes in edu.cmu.tetrad.bayes that implement DataFilter
    Modifier and Type
    Class
    Description
    final class 
    Returns a data set in variables for columns with missing values are augmented with an extra category that represents the missing values, with missing values being reported as belong this category.
    final class 
    Creates a data set in which missing values in each column are filled using the mode of that column.
  • Uses of DataFilter in edu.cmu.tetrad.data

    Classes in edu.cmu.tetrad.data that implement DataFilter
    Modifier and Type
    Class
    Description
    final class 
    Makes a new data set in which cases in the given data set that have been assigned multiplicies other than n = 1 are copied out n times.
    final class 
    Returns a data set in which missing values in each column are filled using the mean of that column.