com.rapidminer.operator.learner.functions.kernel.gaussianprocess
Class Parameter

java.lang.Object
  extended by com.rapidminer.operator.learner.functions.kernel.gaussianprocess.Parameter

public class Parameter
extends java.lang.Object

Holds the GP parameters

Author:
Piotr Kasprzak

Field Summary
 double epsilon_tol
           
 double geometrical_tol
           
 int maxBasisVectors
           
 com.rapidminer.operator.learner.functions.kernel.gaussianprocess.Parameter.GPType type
          The parameters to be chosen
static com.rapidminer.operator.learner.functions.kernel.gaussianprocess.Parameter.GPType TYPE_GAUSS_REGRESSION
           
 
Constructor Summary
Parameter()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE_GAUSS_REGRESSION

public static final com.rapidminer.operator.learner.functions.kernel.gaussianprocess.Parameter.GPType TYPE_GAUSS_REGRESSION

type

public com.rapidminer.operator.learner.functions.kernel.gaussianprocess.Parameter.GPType type
The parameters to be chosen


maxBasisVectors

public int maxBasisVectors

epsilon_tol

public double epsilon_tol

geometrical_tol

public double geometrical_tol
Constructor Detail

Parameter

public Parameter()


Copyright © 2001-2009 by Rapid-I