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