Package | Description |
---|---|
it.uniroma2.sag.kelp.learningalgorithm.classification.passiveaggressive |
Modifier and Type | Method and Description |
---|---|
BudgetedPassiveAggressiveClassification.DeletingPolicy |
BudgetedPassiveAggressiveClassification.getDeletingPolicy() |
static BudgetedPassiveAggressiveClassification.DeletingPolicy |
BudgetedPassiveAggressiveClassification.DeletingPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BudgetedPassiveAggressiveClassification.DeletingPolicy[] |
BudgetedPassiveAggressiveClassification.DeletingPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
BudgetedPassiveAggressiveClassification.setDeletingPolicy(BudgetedPassiveAggressiveClassification.DeletingPolicy deletingPolicy) |
Constructor and Description |
---|
BudgetedPassiveAggressiveClassification(int budget,
Kernel kernel,
float c,
boolean fairness,
BudgetedPassiveAggressiveClassification.DeletingPolicy deletingPolicy,
Label label) |
BudgetedPassiveAggressiveClassification(int budget,
Kernel kernel,
float cp,
float cn,
BudgetedPassiveAggressiveClassification.DeletingPolicy deletingPolicy,
Label label) |
Copyright © 2018 Semantic Analytics Group @ Uniroma2. All rights reserved.