data_container | R Documentation |
Wrapper for creating a C++ DataContainer that parses parameter names
data_container(X, Y, epsilon, beta, lambda1 = 0, lambda2 = 0, weight = NULL)
X |
data matrix |
Y |
response vector |
epsilon |
error tolerance |
beta |
sigmoid steepness |
lambda1 |
L1 regularisation (default: 0) |
lambda2 |
L2 regularisation (default: 0) |
weight |
weight vector (default: NULL) |
DataContainer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.