Modifier and Type | Field and Description |
---|---|
protected PassiveAggressive.Policy |
PassiveAggressive.policy |
Modifier and Type | Method and Description |
---|---|
PassiveAggressive.Policy |
PassiveAggressive.getPolicy() |
static PassiveAggressive.Policy |
PassiveAggressive.Policy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PassiveAggressive.Policy[] |
PassiveAggressive.Policy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PassiveAggressive.setPolicy(PassiveAggressive.Policy policy) |
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) |
Constructor and Description |
---|
KernelizedPassiveAggressiveRegression(float aggressiveness,
float epsilon,
PassiveAggressive.Policy policy,
Kernel kernel,
Label label) |
LinearPassiveAggressiveRegression(float aggressiveness,
float epsilon,
PassiveAggressive.Policy policy,
String representation,
Label label) |
Copyright © 2018 Semantic Analytics Group @ Uniroma2. All rights reserved.