| Package | Description |
|---|---|
| com.ibm.bluej.consistency.classifier | |
| de.bwaldvogel.liblinear |
| Modifier and Type | Field and Description |
|---|---|
SolverType |
LibLinearClassifier.solverType |
| Modifier and Type | Method and Description |
|---|---|
SolverType |
Parameter.getSolverType() |
static SolverType |
SolverType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SolverType[] |
SolverType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Parameter.setSolverType(SolverType solverType) |
| Constructor and Description |
|---|
Parameter(SolverType solverType,
double C,
double eps) |