Package | Description |
---|---|
it.uniroma2.sag.kelp.predictionfunction.classifier | |
it.uniroma2.sag.kelp.predictionfunction.model | |
it.uniroma2.sag.kelp.predictionfunction.regressionfunction |
Modifier and Type | Method and Description |
---|---|
abstract BinaryModel |
BinaryClassifier.getModel() |
Modifier and Type | Class and Description |
---|---|
class |
BinaryKernelMachineModel
It is the model for a binary kernel machine consisting of an implicit hyperplane
in the Reproducing Kernel Hilbert Space.
|
class |
BinaryLinearModel
It is the model for a binary linear method consisting of an explicit hyperplane
|
Modifier and Type | Method and Description |
---|---|
List<BinaryModel> |
MulticlassModel.getModels() |
Modifier and Type | Method and Description |
---|---|
void |
MulticlassModel.setModels(List<BinaryModel> models) |
Modifier and Type | Method and Description |
---|---|
abstract BinaryModel |
UnivariateRegressionFunction.getModel() |
Copyright © 2018 Semantic Analytics Group @ Uniroma2. All rights reserved.