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 class
PLS1AttributeEval
Uses the first component of PLS1 to determine the importance of the attributes (defaults: no preprocessing, missing values not replaced, and 20 components)class
SIMPLSAttributeEval
Uses the first component of SIMPLS to determine the importance of the attributes (defaults: no preprocessing, missing values not replaced, and 20 components)
-