Uses of Class
model.BasicCorrelationFunction.TYPE

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

Uses of BasicCorrelationFunction.TYPE in model
 

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

Methods in model with parameters of type BasicCorrelationFunction.TYPE
static DifferentiableCorrelationFunction DifferentiableCorrelationFunction.getInstance(BasicCorrelationFunction.TYPE type, int inputDimension)
          Returns a instance of a DifferentiableCorrelationFunction of the given type, in the given number of dimensions.
static BasicCorrelationFunction BasicCorrelationFunction.getInstance(BasicCorrelationFunction.TYPE type, int inputDimension)
          Creates and returns a correlation function instance, by default the squared exponential one.
 void GPRegression.setCorrelationFunctionType(BasicCorrelationFunction.TYPE correlationFunctionType)
          Sets the correlation function type.