public static class SparseMIRA.Parameters extends Learner.Parameters
SparseMIRA's configurable parameters. This class
appears here for completeness; the algorithm has no parameters to set.rounds| Constructor and Description |
|---|
Parameters()
Sets all the default values.
|
Parameters(Learner.Parameters p)
Sets the parameters from the parent's parameters object, giving defaults to all
parameters declared in this object.
|
Parameters(SparseMIRA.Parameters p)
Copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setParameters(Learner l)
Calls the appropriate
Learner.setParameters(Parameters) method for this
Parameters object. |
nonDefaultStringpublic Parameters()
public Parameters(Learner.Parameters p)
public Parameters(SparseMIRA.Parameters p)
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.Copyright © 2016. All rights reserved.