Package | Description |
---|---|
it.uniroma2.sag.kelp.predictionfunction.model |
Modifier and Type | Method and Description |
---|---|
SupportVector |
BinaryKernelMachineModel.getSupportVector(Example instance)
Returns the support vector associated to a given instance, null the instance
is not a support vector in this model
|
Modifier and Type | Method and Description |
---|---|
List<SupportVector> |
BinaryKernelMachineModel.getSupportVectors()
Returns all the support vectors
|
Modifier and Type | Method and Description |
---|---|
void |
BinaryKernelMachineModel.addSupportVector(SupportVector supportVector)
Adds a support vector
NOTE: it does not check whether a support vector with the same instance of the
given supportVector is already in the model
|
void |
BinaryKernelMachineModel.setSupportVector(SupportVector sv,
int position)
Substitutes the support vector in position
position with
sv |
Modifier and Type | Method and Description |
---|---|
void |
BinaryKernelMachineModel.setSupportVectors(List<SupportVector> supportVectors) |
Copyright © 2018 Semantic Analytics Group @ Uniroma2. All rights reserved.