|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.udo.cs.myGP.Parameter
public class Parameter
Holds the GP parameters
Nested Class Summary | |
---|---|
private class |
Parameter.GPType
|
Field Summary | |
---|---|
double |
epsilon_tol
|
double |
geometrical_tol
|
int |
maxBasisVectors
|
Parameter.GPType |
type
The parameters to be chosen |
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 final Parameter.GPType TYPE_GAUSS_REGRESSION
public 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 |