public static class MultiLabelLearner.Parameters extends SparseNetworkLearner.Parameters
MultiLabelLearner
's configurable parameters. Using
instances of this class should make code more readable and constructors less complicated.baseLTU
rounds
Constructor and Description |
---|
Parameters()
Sets all the default values.
|
Parameters(MultiLabelLearner.Parameters p)
Copy constructor.
|
Parameters(SparseNetworkLearner.Parameters p)
Sets the parameters from the parent's parameters object, giving defaults to all
parameters declared in this object.
|
Modifier and Type | Method and Description |
---|---|
void |
setParameters(Learner l)
Calls the appropriate
Learner.setParameters(Parameters) method for this
Parameters object. |
nonDefaultString
public Parameters()
public Parameters(SparseNetworkLearner.Parameters p)
public Parameters(MultiLabelLearner.Parameters p)
public void setParameters(Learner l)
Learner.setParameters(Parameters)
method for this
Parameters
object.setParameters
in class SparseNetworkLearner.Parameters
l
- The learner whose parameters will be set.Copyright © 2016. All rights reserved.