Uses of Interface
edu.cmu.tetrad.data.DataFilter
Packages that use DataFilter
-
Uses of DataFilter in edu.cmu.tetrad.bayes
Classes in edu.cmu.tetrad.bayes that implement DataFilterModifier and TypeClassDescriptionfinal 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 DataFilterModifier and TypeClassDescriptionfinal 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.