Write alphasvm object
# S3 method for alphasvm
write(
object,
svm.file = "Rdata.svm",
scale.file = "Rdata.scale",
yscale.file = "Rdata.yscale"
)
Object of class "alphasvm", created by alphasvm
.
filename to export the alphasvm
object to.
filename to export the scaling data of the explanatory variables to.
filename to export the scaling data of the dependent variable to, if any.