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

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

public class Parameter
extends java.lang.Object

Holds the RVM parameters

Author:
Piotr Kasprzak, Ingo Mierswa

Field Summary
 double alpha_max
           
 double initAlpha
           
 double initSigma
           
 int maxIterations
           
 double min_delta_log_alpha
           
 com.rapidminer.operator.learner.functions.kernel.rvm.Parameter.RVMType type
           
 com.rapidminer.operator.learner.functions.kernel.rvm.Parameter.RVMType TYPE_CLASSIFICATION
           
 com.rapidminer.operator.learner.functions.kernel.rvm.Parameter.RVMType TYPE_REGRESSION
           
 
Constructor Summary
Parameter()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE_REGRESSION

public final com.rapidminer.operator.learner.functions.kernel.rvm.Parameter.RVMType TYPE_REGRESSION

TYPE_CLASSIFICATION

public final com.rapidminer.operator.learner.functions.kernel.rvm.Parameter.RVMType TYPE_CLASSIFICATION

type

public com.rapidminer.operator.learner.functions.kernel.rvm.Parameter.RVMType type

min_delta_log_alpha

public double min_delta_log_alpha

alpha_max

public double alpha_max

maxIterations

public int maxIterations

initAlpha

public double initAlpha

initSigma

public double initSigma
Constructor Detail

Parameter

public Parameter()


Copyright © 2001-2009 by Rapid-I