Uses of Class
adams.data.instancesanalysis.pls.PredictionType
-
Packages that use PredictionType Package Description adams.data.instancesanalysis.pls -
-
Uses of PredictionType in adams.data.instancesanalysis.pls
Fields in adams.data.instancesanalysis.pls declared as PredictionType Modifier and Type Field Description protected PredictionTypeAbstractPLS. m_PredictionTypethe prediction type to perform.Methods in adams.data.instancesanalysis.pls that return PredictionType Modifier and Type Method Description PredictionTypeAbstractPLS. getPredictionType()Returns the type of prediction to perform.static PredictionTypePredictionType. valueOf(String name)Returns the enum constant of this type with the specified name.static PredictionType[]PredictionType. 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 PredictionType Modifier and Type Method Description voidAbstractPLS. setPredictionType(PredictionType value)Sets the type of prediction to perform.
-