Write alphasvm object
1 2 3 | ## S3 method for class 'alphasvm'
write(object, svm.file = "Rdata.svm",
scale.file = "Rdata.scale", yscale.file = "Rdata.yscale")
|
object |
Object of class "alphasvm", created by |
svm.file |
filename to export the |
scale.file |
filename to export the scaling data of the explanatory variables to. |
yscale.file |
filename to export the scaling data of the dependent variable to, if any. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.