Description Usage Arguments Details Value Examples
Functions for SVM access (used only for testing purpose)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | predictSVM.KernelMatrix(x, model, predictionType, verbose, ...)
## S4 method for signature 'missing'
predictSVM(x, model, predictionType, verbose, ...)
## S4 method for signature 'ExplicitRepresentation'
predictSVM(x, model, predictionType, verbose,
...)
## S4 method for signature 'KernelMatrix'
trainSVM(x, y = NULL, svmInfo, verbose, ...)
## S4 method for signature 'ExplicitRepresentation'
trainSVM(x, y = NULL, svmInfo, verbose,
...)
|
x |
kernel matrix or explicit representation |
model |
KeBABS model |
predictionType |
type of prediction |
verbose |
controlling verbosity |
... |
additional arguments to be passed to the selected SVM |
y |
label vector |
svmInfo |
SVM related info |
These methods are exported only for test purpose and are not meant to be generally used.
trainSVM:
returns the SVM specific model
predictSVM:
returns the prediction in native format
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.