Package | Description |
---|---|
it.uniroma2.sag.kelp.predictionfunction.classifier | |
it.uniroma2.sag.kelp.predictionfunction.classifier.multiclass |
Modifier and Type | Class and Description |
---|---|
class |
BinaryMarginClassifierOutput
It is the output provided by binary margin classifiers like the ones trained with SVM or perceptron based
learning algorithms.
|
Modifier and Type | Method and Description |
---|---|
ClassificationOutput |
Classifier.predict(Example example) |
Modifier and Type | Class and Description |
---|---|
class |
MultiLabelClassificationOutput
It is the output provided by a multi label classifier.
|
class |
OneVsAllClassificationOutput
It is the output provided by a classifier operating in a one-vs-all schema.
|
class |
OneVsOneClassificationOutput |
Copyright © 2018 Semantic Analytics Group @ Uniroma2. All rights reserved.