Modifier and Type | Method and Description |
---|---|
BinaryMarginClassifierOutput |
PassiveAggressiveClassification.learn(Example example) |
BinaryMarginClassifierOutput |
BudgetedPassiveAggressiveClassification.learn(Example example) |
protected BinaryMarginClassifierOutput |
BudgetedPassiveAggressiveClassification.predictAndLearnWithAvailableBudget(Example example) |
protected BinaryMarginClassifierOutput |
BudgetedPassiveAggressiveClassification.predictAndLearnWithFullBudget(Example example) |
Modifier and Type | Method and Description |
---|---|
BinaryMarginClassifierOutput |
Perceptron.learn(Example example) |
Modifier and Type | Method and Description |
---|---|
BinaryMarginClassifierOutput |
SoftConfidenceWeightedClassification.learn(Example example) |
Modifier and Type | Method and Description |
---|---|
BinaryMarginClassifierOutput |
BinaryLinearClassifier.predict(Example example) |
BinaryMarginClassifierOutput |
BinaryKernelMachineClassifier.predict(Example example)
Classifies an example applying the following formula:
y(x) = \sum_{i \in SV}\alpha_i k(x_i, x) + b
|
abstract BinaryMarginClassifierOutput |
BinaryClassifier.predict(Example example) |
Copyright © 2018 Semantic Analytics Group @ Uniroma2. All rights reserved.