public interface KernelMachineModel extends Model
Modifier and Type | Method and Description |
---|---|
Kernel |
getKernel() |
int |
getNumberOfSupportVectors() |
boolean |
isSupportVector(Example instance)
Returns whether
instance is a support vector in this model |
void |
setKernel(Kernel kernel) |
int getNumberOfSupportVectors()
boolean isSupportVector(Example instance)
instance
is a support vector in this modelinstance
- the instanceinstance
is a support vector in this modelKernel getKernel()
void setKernel(Kernel kernel)
kernel
- the kernel to setCopyright © 2018 Semantic Analytics Group @ Uniroma2. All rights reserved.