Uses of Class
weka.attributeSelection.AbstractPLSAttributeEval.LoadingsCalculations
-
Packages that use AbstractPLSAttributeEval.LoadingsCalculations Package Description weka.attributeSelection -
-
Uses of AbstractPLSAttributeEval.LoadingsCalculations in weka.attributeSelection
Fields in weka.attributeSelection declared as AbstractPLSAttributeEval.LoadingsCalculations Modifier and Type Field Description protected AbstractPLSAttributeEval.LoadingsCalculations
AbstractPLSAttributeEval. m_LoadingsCalculations
for how to use the loadings.Methods in weka.attributeSelection that return AbstractPLSAttributeEval.LoadingsCalculations Modifier and Type Method Description AbstractPLSAttributeEval.LoadingsCalculations
AbstractPLSAttributeEval. getLoadingsCalculations()
returns the maximum number of attributes to use.static AbstractPLSAttributeEval.LoadingsCalculations
AbstractPLSAttributeEval.LoadingsCalculations. valueOf(String name)
Returns the enum constant of this type with the specified name.static AbstractPLSAttributeEval.LoadingsCalculations[]
AbstractPLSAttributeEval.LoadingsCalculations. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in weka.attributeSelection with parameters of type AbstractPLSAttributeEval.LoadingsCalculations Modifier and Type Method Description void
AbstractPLSAttributeEval. setLoadingsCalculations(AbstractPLSAttributeEval.LoadingsCalculations value)
sets the maximum number of attributes to use.
-