Modifier and Type | Method and Description |
---|---|
Model |
PredictionFunction.getModel()
Returns the model
|
Modifier and Type | Method and Description |
---|---|
void |
SequencePredictionFunction.setModel(Model model) |
void |
PredictionFunction.setModel(Model model)
Sets the model
|
Modifier and Type | Method and Description |
---|---|
void |
BinaryLinearClassifier.setModel(Model model) |
void |
BinaryKernelMachineClassifier.setModel(Model model) |
Modifier and Type | Method and Description |
---|---|
void |
OneVsOneClassifier.setModel(Model model) |
void |
OneVsAllClassifier.setModel(Model model) |
void |
MultiLabelClassifier.setModel(Model model) |
Modifier and Type | Interface and Description |
---|---|
interface |
KernelMachineModel
It is the model for a Kernel Machine Method
|
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
|
class |
BinaryModel
It is the model for a binary method consisting on a hyperplane
|
class |
MulticlassModel
It is a model which aggregates BinaryModels.
|
class |
SequenceModel
This class implements a model produced by a
SequenceClassificationLearningAlgorithm |
Modifier and Type | Method and Description |
---|---|
void |
UnivariateLinearRegressionFunction.setModel(Model model) |
void |
UnivariateKernelMachineRegressionFunction.setModel(Model model) |
Copyright © 2018 Semantic Analytics Group @ Uniroma2. All rights reserved.