edu.udo.cs.myRVM
Class RVMBase

java.lang.Object
  extended by edu.udo.cs.myRVM.RVMBase
Direct Known Subclasses:
ConstructiveRegression, RVMClassification, RVMRegression

public abstract class RVMBase
extends java.lang.Object

Defines the interface for the various RVM-implementations

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

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

problem

protected Problem problem

parameter

protected Parameter parameter

model

protected Model model
Constructor Detail

RVMBase

public RVMBase(Problem problem,
               Parameter parameter)
Constructor

Method Detail

learn

public abstract Model learn()
Does the hard work of learning the model from the inputs


getModel

public Model getModel()
Get the learned model



Copyright © 2001-2006