Interface | Description |
---|---|
KernelMachineModel |
It is the model for a Kernel Machine Method
|
Model |
It is a generic model that can be learned by a learning algorithm
|
Class | Description |
---|---|
BinaryKernelMachineModel |
It is the model for a binary kernel machine consisting of an implicit hyperplane
in the Reproducing Kernel Hilbert Space.
|
BinaryLinearModel |
It is the model for a binary linear method consisting of an explicit hyperplane
|
BinaryModel |
It is the model for a binary method consisting on a hyperplane
|
MulticlassModel |
It is a model which aggregates BinaryModels.
|
SequenceModel |
This class implements a model produced by a
SequenceClassificationLearningAlgorithm |
SupportVector |
It is a support vector for kernel methods consisting of an example and the associated weight
|
Copyright © 2018 Semantic Analytics Group @ Uniroma2. All rights reserved.