|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rapidminer.operator.learner.functions.kernel.gaussianprocess.Parameter
public class Parameter
Holds the GP parameters
| 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 |
|---|
public static final com.rapidminer.operator.learner.functions.kernel.gaussianprocess.Parameter.GPType TYPE_GAUSS_REGRESSION
public com.rapidminer.operator.learner.functions.kernel.gaussianprocess.Parameter.GPType type
public int maxBasisVectors
public double epsilon_tol
public double geometrical_tol
| Constructor Detail |
|---|
public Parameter()
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||