edu.udo.cs.myRVM
Class Parameter

java.lang.Object
  extended by edu.udo.cs.myRVM.Parameter

public class Parameter
extends java.lang.Object

Holds the RVM parameters

Version:
$Id: Parameter.java,v 1.4 2006/08/03 14:39:28 ingomierswa Exp $
Author:
Piotr Kasprzak

Nested Class Summary
private  class Parameter.RVMType
           
 
Field Summary
 double alpha_max
           
 double initAlpha
           
 double initSigma
           
 int maxIterations
           
 double min_delta_log_alpha
           
 Parameter.RVMType type
           
 Parameter.RVMType TYPE_CLASSIFICATION
           
 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 Parameter.RVMType TYPE_REGRESSION

TYPE_CLASSIFICATION

public final Parameter.RVMType TYPE_CLASSIFICATION

type

public 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-2006