Learn R Programming

SwarmSVM (version 0.1)

write.alphasvm: Write alphasvm object

Description

Write alphasvm object

Usage

"write"(object, svm.file = "Rdata.svm", scale.file = "Rdata.scale", yscale.file = "Rdata.yscale")

Arguments

object
Object of class "alphasvm", created by alphasvm.
svm.file
filename to export the alphasvm object to.
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.