|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectLBJ2.learn.Parameters
LBJ2.learn.LinearThresholdUnit.Parameters
LBJ2.learn.SparsePerceptron.Parameters
LBJ2.learn.BinaryMIRA.Parameters
public static class BinaryMIRA.Parameters
Simply a container for all of BinaryMIRA's configurable
parameters. Using instances of this class should make code more
readable and constructors less complicated.
| Field Summary | |
|---|---|
double |
beta
The user supplied learning algorithm parameter; default BinaryMIRA.defaultBeta. |
| Fields inherited from class LBJ2.learn.SparsePerceptron.Parameters |
|---|
learningRate |
| Fields inherited from class LBJ2.learn.LinearThresholdUnit.Parameters |
|---|
initialWeight, negativeThickness, positiveThickness, thickness, threshold, weightVector |
| Constructor Summary | |
|---|---|
BinaryMIRA.Parameters()
Sets all the default values. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public double beta
BinaryMIRA.defaultBeta. The learning rate changes as a function of
beta.
| Constructor Detail |
|---|
public BinaryMIRA.Parameters()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||