LBJ2.learn
Class SparseMIRA.Parameters

java.lang.Object
  extended by LBJ2.learn.Learner.Parameters
      extended by LBJ2.learn.SparseMIRA.Parameters
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
SparseMIRA

public static class SparseMIRA.Parameters
extends Learner.Parameters

Simply a container for all of SparseMIRA's configurable parameters. This class appears here for completeness; the algorithm has no parameters to set.

See Also:
Serialized Form

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

SparseMIRA.Parameters

public SparseMIRA.Parameters()
Sets all the default values.


SparseMIRA.Parameters

public 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

public SparseMIRA.Parameters(SparseMIRA.Parameters p)
Copy constructor.

Method Detail

setParameters

public void setParameters(Learner l)
Calls the appropriate Learner.setParameters(Parameters) method for this Parameters object.

Overrides:
setParameters in class Learner.Parameters
Parameters:
l - The learner whose parameters will be set.