| Package | Description |
|---|---|
| it.uniroma2.sag.kelp.learningalgorithm.classification.scw |
| Modifier and Type | Method and Description |
|---|---|
SCWType |
SoftConfidenceWeightedClassification.getScwType() |
static SCWType |
SCWType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SCWType[] |
SCWType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SoftConfidenceWeightedClassification.setScwType(SCWType scwType) |
| Constructor and Description |
|---|
SoftConfidenceWeightedClassification(Label label,
SCWType scwType,
float eta,
float cp,
float cn,
boolean fairness,
String representationName) |
SoftConfidenceWeightedClassification(SCWType scwType,
float eta,
float cp,
float cn,
String representationName) |
Copyright © 2016 Semantic Analytics Group @ Uniroma2. All rights reserved.