| Modifier and Type | Method and Description |
|---|---|
Classifier |
ClassificationLearningAlgorithm.getPredictionFunction()
Returns the classifier learned during the training process
|
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryClassifier
It is a generic binary classification function that can be learned with a machine learning algorithm
It learns a binary concept.
|
class |
BinaryKernelMachineClassifier
It is a kernel-base binary classifier
|
class |
BinaryLinearClassifier
It linear binary classifier operating directly on an explicit vector space
|
| Modifier and Type | Class and Description |
|---|---|
class |
MultiLabelClassifier
It is a multi label classifier.
|
class |
OneVsAllClassifier
It is a multiclass classifier operating in a one-vs-all schema.
|
class |
OneVsOneClassifier |
| Modifier and Type | Method and Description |
|---|---|
Classifier[] |
OneVsOneClassifier.getBinaryClassifiers() |
Classifier[] |
OneVsAllClassifier.getBinaryClassifiers() |
Classifier[] |
MultiLabelClassifier.getBinaryClassifiers() |
| Modifier and Type | Method and Description |
|---|---|
void |
OneVsOneClassifier.setBinaryClassifiers(Classifier[] binaryClassifiers) |
void |
OneVsAllClassifier.setBinaryClassifiers(Classifier[] binaryClassifiers) |
void |
MultiLabelClassifier.setBinaryClassifiers(Classifier[] binaryClassifiers) |
Copyright © 2018 Semantic Analytics Group @ Uniroma2. All rights reserved.