Package | Description |
---|---|
edu.illinois.cs.cogcomp.lbjava.learn |
Modifier and Type | Class and Description |
---|---|
static class |
BinaryMIRA.Parameters
Simply a container for all of
BinaryMIRA 's configurable parameters. |
static class |
SparseAveragedPerceptron.Parameters
Simply a container for all of
SparseAveragedPerceptron 's configurable parameters. |
Constructor and Description |
---|
Parameters(SparsePerceptron.Parameters p)
Sets the parameters from the parent's parameters object, giving defaults to all
parameters declared in this object.
|
Parameters(SparsePerceptron.Parameters p)
Sets the parameters from the parent's parameters object, giving defaults to all
parameters declared in this object.
|
Parameters(SparsePerceptron.Parameters p)
Copy constructor.
|
SparsePerceptron(SparsePerceptron.Parameters p)
Initializing constructor.
|
SparsePerceptron(String n,
SparsePerceptron.Parameters p)
Initializing constructor.
|
Copyright © 2016. All rights reserved.