setup.MARS | R Documentation |
Set s_MARS parameters
setup.MARS(
hidden = 1,
activation = NULL,
learning.rate = 0.8,
momentum = 0.5,
learningrate_scale = 1,
output = NULL,
numepochs = 100,
batchsize = NULL,
hidden_dropout = 0,
visible_dropout = 0,
...
)
... |
Additional parameters to pass to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.