Uses of Class
adams.data.instancesanalysis.pls.PreprocessingType
-
Packages that use PreprocessingType Package Description adams.data.instancesanalysis.pls weka.attributeSelection -
-
Uses of PreprocessingType in adams.data.instancesanalysis.pls
Fields in adams.data.instancesanalysis.pls declared as PreprocessingType Modifier and Type Field Description protected PreprocessingType
AbstractPLS. m_PreprocessingType
the preprocessing type to perform.Methods in adams.data.instancesanalysis.pls that return PreprocessingType Modifier and Type Method Description protected PreprocessingType
AbstractPLS. getDefaultPreprocessingType()
Returns the default preprocessing type.protected PreprocessingType
PRM. getDefaultPreprocessingType()
Returns the default preprocessing type.protected PreprocessingType
SparsePLS. getDefaultPreprocessingType()
Returns the default preprocessing type.PreprocessingType
AbstractPLS. getPreprocessingType()
Returns the type of preprocessing to perform.static PreprocessingType
PreprocessingType. valueOf(String name)
Returns the enum constant of this type with the specified name.static PreprocessingType[]
PreprocessingType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.data.instancesanalysis.pls with parameters of type PreprocessingType Modifier and Type Method Description void
AbstractPLS. setPreprocessingType(PreprocessingType value)
Sets the type of preprocessing to perform. -
Uses of PreprocessingType in weka.attributeSelection
Fields in weka.attributeSelection declared as PreprocessingType Modifier and Type Field Description protected PreprocessingType
AbstractPLSAttributeEval. m_PreprocessingType
the preprocessing type to perform.Methods in weka.attributeSelection that return PreprocessingType Modifier and Type Method Description PreprocessingType
AbstractPLSAttributeEval. getPreprocessingType()
Returns the type of preprocessing to perform.Methods in weka.attributeSelection with parameters of type PreprocessingType Modifier and Type Method Description void
AbstractPLSAttributeEval. setPreprocessingType(PreprocessingType value)
Sets the type of preprocessing to perform.
-