Description Usage Arguments Value Author(s)
Generate a range of regularization thresholds for model construction
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | citrus.generateRegularizationThresholds.classification(
features,
labels,
modelType,
n = 100,
...
)
citrus.generateRegularizationThresholds.continuous(
features,
labels,
modelType,
n = 100,
...
)
citrus.generateRegularizationThresholds(
features,
labels,
modelType,
family,
n = 100,
...
)
|
features |
Features used to construct model |
labels |
Endpoint lables for samples and features |
modelType |
Method used to construct endpoint model. Valid options are: |
n |
Number of regularization thresholds to generate |
... |
Other arguments passed to model-fitting methods |
family |
Model family. Valid options are: |
A vector of regularization threshold values.
Robert Bruggner
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.