com.rapidminer.operator.learner.functions.kernel.rvm
Class RVMRegression

java.lang.Object
  extended by com.rapidminer.operator.learner.functions.kernel.rvm.RVMBase
      extended by com.rapidminer.operator.learner.functions.kernel.rvm.RVMRegression

public class RVMRegression
extends RVMBase

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

Author:
Piotr Kasprzak, Ingo Mierswa

Field Summary
 
Fields inherited from class com.rapidminer.operator.learner.functions.kernel.rvm.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 com.rapidminer.operator.learner.functions.kernel.rvm.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-2009 by Rapid-I