edu.udo.cs.myRVM
Class RVMRegression

java.lang.Object
  extended by edu.udo.cs.myRVM.RVMBase
      extended by edu.udo.cs.myRVM.RVMRegression

public class RVMRegression
extends RVMBase

The standard (slow, non scaling) regression RVM (see bla).

Version:
$Id: RVMRegression.java,v 1.5 2006/09/30 00:05:31 ingomierswa Exp $
Author:
Piotr Kasprzak

Field Summary
 
Fields inherited from class edu.udo.cs.myRVM.RVMBase
model, parameter, problem
 
Constructor Summary
RVMRegression(RegressionProblem problem, Parameter parameter)
          Constructor
 
Method Summary
 Model learn()
          The hard work is done here
 java.lang.String toString()
          Identify the RVM
 
Methods inherited from class edu.udo.cs.myRVM.RVMBase
getModel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RVMRegression

public RVMRegression(RegressionProblem problem,
                     Parameter parameter)
Constructor

Method Detail

learn

public Model learn()
The hard work is done here

Specified by:
learn in class RVMBase


toString

public java.lang.String toString()
Identify the RVM

Overrides:
toString in class java.lang.Object



Copyright © 2001-2006