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 PredictionType
AbstractPLS. m_PredictionType
the prediction type to perform.Methods in adams.data.instancesanalysis.pls that return PredictionType Modifier and Type Method Description PredictionType
AbstractPLS. getPredictionType()
Returns the type of prediction to perform.static PredictionType
PredictionType. 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 void
AbstractPLS. setPredictionType(PredictionType value)
Sets the type of prediction to perform.
-