Description Usage Arguments Value Examples
An internal function that converts an R vector of numerics or integers into
an R list containing java.lang.Double objects. This method does not need to
be used directly by the user, as train
will automatically
handle numeric responses if you're working in the regression settings.
1 | Numeric(y)
|
y |
The R vector of numbers |
An R list containing rJava Doubles.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.