Uses of Class
weka.attributeSelection.AbstractPLSAttributeEval
-
Packages that use AbstractPLSAttributeEval Package Description weka.attributeSelection -
-
Uses of AbstractPLSAttributeEval in weka.attributeSelection
Subclasses of AbstractPLSAttributeEval in weka.attributeSelection Modifier and Type Class Description classPLS1AttributeEvalUses the first component of PLS1 to determine the importance of the attributes (defaults: no preprocessing, missing values not replaced, and 20 components)classSIMPLSAttributeEvalUses the first component of SIMPLS to determine the importance of the attributes (defaults: no preprocessing, missing values not replaced, and 20 components)
-