Package weka.attributeSelection
-
Class Summary Class Description AbstractPLSAttributeEval Ancestor for PLS attribute evaluatorsLinearRegressionAttributeEval Uses the coefficients of LinearRegressionJ to determine the importance of the attributes (attribute selection turned off, no elimination of collinear attributes).PLS1AttributeEval Uses the first component of PLS1 to determine the importance of the attributes (defaults: no preprocessing, missing values not replaced, and 20 components)SIMPLSAttributeEval Uses the first component of SIMPLS to determine the importance of the attributes (defaults: no preprocessing, missing values not replaced, and 20 components) -
Enum Summary Enum Description AbstractPLSAttributeEval.LoadingsCalculations