| Package | Description |
|---|---|
| edu.illinois.cs.cogcomp.lbjava.learn |
| Modifier and Type | Class and Description |
|---|---|
static class |
MultiLabelLearner.Parameters
Simply a container for all of
MultiLabelLearner's configurable parameters. |
| Modifier and Type | Method and Description |
|---|---|
void |
SparseNetworkLearner.setParameters(SparseNetworkLearner.Parameters p)
Sets the values of parameters that control the behavior of this learning algorithm.
|
| Constructor and Description |
|---|
Parameters(SparseNetworkLearner.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.
|
SparseNetworkLearner(SparseNetworkLearner.Parameters p)
Initializing constructor.
|
SparseNetworkLearner(String n,
SparseNetworkLearner.Parameters p)
Initializing constructor.
|
Copyright © 2016. All rights reserved.