Uses of Class
model.GPRegression.STATE

Packages that use GPRegression.STATE
model Provides classes that handle various kinds of approximation models, data fits, and so on. 
 

Uses of GPRegression.STATE in model
 

Methods in model that return GPRegression.STATE
 GPRegression.STATE GPRegression.getState()
          Returns the state.
static GPRegression.STATE GPRegression.STATE.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GPRegression.STATE[] GPRegression.STATE.values()
          Returns an array containing the constants of this enum type, in the order they're declared.