edu.udo.cs.myGP
Class Parameter

java.lang.Object
  extended by edu.udo.cs.myGP.Parameter

public class Parameter
extends java.lang.Object

Holds the GP parameters

Version:
$Id: Parameter.java,v 1.4 2006/08/03 14:39:35 ingomierswa Exp $
Author:
Piotr Kasprzak

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

TYPE_GAUSS_REGRESSION

public final Parameter.GPType TYPE_GAUSS_REGRESSION

type

public 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-2006