edu.udo.cs.myGP
Class GPBase

java.lang.Object
  extended by edu.udo.cs.myGP.GPBase
Direct Known Subclasses:
Regression

public abstract class GPBase
extends java.lang.Object

Defines the interface for the various RVM-implementations

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

Field Summary
protected  Model model
           
protected  Parameter parameter
           
protected  Problem problem
           
 
Constructor Summary
GPBase(Problem problem, Parameter parameter)
          Constructor
 
Method Summary
 Model getModel()
          Get the learned model
abstract  Model learn()
          Does the hard work of learning the model from the inputs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

problem

protected Problem problem

parameter

protected Parameter parameter

model

protected Model model
Constructor Detail

GPBase

public GPBase(Problem problem,
              Parameter parameter)
Constructor

Method Detail

learn

public abstract Model learn()
                     throws java.lang.Exception
Does the hard work of learning the model from the inputs

Throws:
java.lang.Exception


getModel

public Model getModel()
Get the learned model



Copyright © 2001-2006