SwarmSVM (version 0.1-2)

write.alphasvm: Write alphasvm object

Description

Write alphasvm object

Usage

# S3 method for alphasvm
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.