liquidSVM (version 1.2.2)

command-args: liquidSVM command line options

Description

Should only be used by experts! liquidSVM command line tools svm-train, svm-select, and svm-test can be used by more advanced users to get the most advanced use. These three tools have command line arguments and those can be used from R as well.

Arguments

Examples

Run this code
# NOT RUN {
reg <- liquidData('reg-1d')
model <- init.liquidSVM(Y~., reg$train)
trainSVMs(model, command.args=list(L=2, T=2, d=1))
selectSVMs(model, command.args=list(R=0,d=2))
result <- test(model, reg$test, command.args=list(T=1, d=0))
# }

Run the code above in your browser using DataLab