write.alphasvm: Write alphasvm object

write.alphasvmR Documentation

Write alphasvm object

Description

Write alphasvm object

Usage

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


SwarmSVM documentation built on Dec. 28, 2022, 1:24 a.m.