Package | Description |
---|---|
it.uniroma2.sag.kelp.learningalgorithm.classification.passiveaggressive |
Modifier and Type | Field and Description |
---|---|
protected PassiveAggressiveClassification.Loss |
PassiveAggressiveClassification.loss |
Modifier and Type | Method and Description |
---|---|
PassiveAggressiveClassification.Loss |
PassiveAggressiveClassification.getLoss() |
static PassiveAggressiveClassification.Loss |
PassiveAggressiveClassification.Loss.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PassiveAggressiveClassification.Loss[] |
PassiveAggressiveClassification.Loss.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PassiveAggressiveClassification.setLoss(PassiveAggressiveClassification.Loss loss) |
Constructor and Description |
---|
KernelizedPassiveAggressiveClassification(float cp,
float cn,
PassiveAggressiveClassification.Loss loss,
PassiveAggressive.Policy policy,
Kernel kernel,
Label label) |
LinearPassiveAggressiveClassification(float cp,
float cn,
PassiveAggressiveClassification.Loss loss,
PassiveAggressive.Policy policy,
String representation,
Label label) |
Copyright © 2018 Semantic Analytics Group @ Uniroma2. All rights reserved.