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 PreprocessingTypeAbstractPLS. m_PreprocessingTypethe preprocessing type to perform.Methods in adams.data.instancesanalysis.pls that return PreprocessingType Modifier and Type Method Description protected PreprocessingTypeAbstractPLS. getDefaultPreprocessingType()Returns the default preprocessing type.protected PreprocessingTypePRM. getDefaultPreprocessingType()Returns the default preprocessing type.protected PreprocessingTypeSparsePLS. getDefaultPreprocessingType()Returns the default preprocessing type.PreprocessingTypeAbstractPLS. getPreprocessingType()Returns the type of preprocessing to perform.static PreprocessingTypePreprocessingType. 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 voidAbstractPLS. 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 PreprocessingTypeAbstractPLSAttributeEval. m_PreprocessingTypethe preprocessing type to perform.Methods in weka.attributeSelection that return PreprocessingType Modifier and Type Method Description PreprocessingTypeAbstractPLSAttributeEval. getPreprocessingType()Returns the type of preprocessing to perform.Methods in weka.attributeSelection with parameters of type PreprocessingType Modifier and Type Method Description voidAbstractPLSAttributeEval. setPreprocessingType(PreprocessingType value)Sets the type of preprocessing to perform.
-