|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.udo.cs.myRVM.Parameter
public class Parameter
Holds the RVM parameters
| 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 |
|---|
public final Parameter.RVMType TYPE_REGRESSION
public final Parameter.RVMType TYPE_CLASSIFICATION
public Parameter.RVMType type
public double min_delta_log_alpha
public double alpha_max
public int maxIterations
public double initAlpha
public double initSigma
| Constructor Detail |
|---|
public Parameter()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||