Uses of Class
weka.filters.unsupervised.attribute.PotentialClassIgnorer
Packages that use PotentialClassIgnorer
- 
Uses of PotentialClassIgnorer in weka.filters.unsupervised.attributeSubclasses of PotentialClassIgnorer in weka.filters.unsupervised.attributeModifier and TypeClassDescriptionclassCenters all numeric attributes in the given dataset to have zero mean (apart from the class attribute, if set).classAn instance filter that discretizes a range of numeric attributes in the dataset into nominal attributes.classModify numeric attributes according to a given mathematical expression.classMerges many values of a nominal attribute into one value.classNormalizes all numeric values in the given dataset (apart from the class attribute, if set).classConverts all numeric attributes into binary attributes (apart from the class attribute, if set): if the value of the numeric attribute is exactly zero, the value of the new attribute will be zero.classAn attribute filter that converts ordinal nominal attributes into numeric ones
 Valid options are:classDiscretizes numeric attributes using equal frequency binning and forces the number of bins to be equal to the square root of the number of values of the numeric attribute.
 
 For more information, see:
 
 Ying Yang, Geoffrey I.classReplaces all missing values for nominal and numeric attributes in a dataset with the modes and means from the training data.classReplaces all missing values for nominal, string, numeric and date attributes in the dataset with user-supplied constant values.classStandardizes all numeric attributes in the given dataset to have zero mean and unit variance (apart from the class attribute, if set).