|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectLBJ2.learn.Learner.Parameters
LBJ2.learn.SparseMIRA.Parameters
public static class SparseMIRA.Parameters
Simply a container for all of SparseMIRA's
configurable parameters. This class appears here for completeness; the
algorithm has no parameters to set.
| Field Summary |
|---|
| Fields inherited from class LBJ2.learn.Learner.Parameters |
|---|
rounds |
| Constructor Summary | |
|---|---|
SparseMIRA.Parameters()
Sets all the default values. |
|
SparseMIRA.Parameters(Learner.Parameters p)
Sets the parameters from the parent's parameters object, giving defaults to all parameters declared in this object. |
|
SparseMIRA.Parameters(SparseMIRA.Parameters p)
Copy constructor. |
|
| Method Summary | |
|---|---|
void |
setParameters(Learner l)
Calls the appropriate Learner.setParameters(Parameters)
method for this Parameters object. |
| Methods inherited from class LBJ2.learn.Learner.Parameters |
|---|
nonDefaultString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SparseMIRA.Parameters()
public SparseMIRA.Parameters(Learner.Parameters p)
public SparseMIRA.Parameters(SparseMIRA.Parameters p)
| Method Detail |
|---|
public void setParameters(Learner l)
Learner.setParameters(Parameters)
method for this Parameters object.
setParameters in class Learner.Parametersl - The learner whose parameters will be set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||