Learn R Programming

parallelML (version 1.2)

getArgs: Get all arguments of a machine learning call

Description

Converts a machine learning call to a named list of all its arguments.

Usage

getArgs(MLCall)

Arguments

MLCall
Your call to a machine learning algorithm. All arguments in this call should be named.

Value

A named list of all arguments present in your machine learning call

Examples

Run this code
## Not run: 
# library(e1071)
# MLCall <- "svm(formula = Species ~ ., data = iris)"
# getArgs(MLCall)
# ## End(Not run)

Run the code above in your browser using DataLab