| decisionvalues | R Documentation | 
Returns decision values of a classifier
decisionvalues(object, newdata)
## S4 method for signature 'LeastSquaresClassifier'
decisionvalues(object, newdata)
## S4 method for signature 'KernelLeastSquaresClassifier'
decisionvalues(object, newdata)
## S4 method for signature 'LinearSVM'
decisionvalues(object, newdata)
## S4 method for signature 'SVM'
decisionvalues(object, newdata)
## S4 method for signature 'TSVM'
decisionvalues(object, newdata)
## S4 method for signature 'svmlinClassifier'
decisionvalues(object, newdata)
object | 
 Classifier object  | 
newdata | 
 new data to classify  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.