| Package | Description |
|---|---|
| ws.palladian.classification |
| Modifier and Type | Class and Description |
|---|---|
class |
LinearKernel
An SVM kernel using a linear base function.
|
class |
RBFKernel
A LibSvm kernel using a gaussian basis function.
|
| Constructor and Description |
|---|
LibSvmLearner(LibSvmKernel kernel)
Creates a new completely initialized
LibSvmLearner using a linear kernel. |
Copyright © 2018. All rights reserved.