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

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

public class RVMClassification
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
RVMClassification(ClassificationProblem problem, Parameter parameter)
          Constructor
 
Method Summary
 Model learn()
          The hard work is done here
 double sigmoid(double x)
          Sigmoid link function
 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

RVMClassification

public RVMClassification(ClassificationProblem problem,
                         Parameter parameter)
Constructor

Method Detail

learn

public Model learn()
The hard work is done here

Specified by:
learn in class RVMBase

sigmoid

public double sigmoid(double x)
Sigmoid link function


toString

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

Overrides:
toString in class java.lang.Object


Copyright © 2001-2009 by Rapid-I