|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.udo.cs.myGP.GPBase
public abstract class GPBase
Defines the interface for the various RVM-implementations
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 |
---|
protected Problem problem
protected Parameter parameter
protected Model model
Constructor Detail |
---|
public GPBase(Problem problem, Parameter parameter)
Method Detail |
---|
public abstract Model learn() throws java.lang.Exception
java.lang.Exception
public Model getModel()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |