Description Usage Arguments Value Author(s)
This function constructs an endpoint model using features calculated by citrus.
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.buildModel.classification(
features,
labels,
type,
regularizationThresholds,
...
)
citrus.buildModel.continuous(
features,
labels,
type,
regularizationThresholds,
...
)
citrus.buildEndpointModel(
features,
labels,
family = "classification",
type = "pamr",
regularizationThresholds = NULL,
...
)
|
features |
A numeric matrix of predictive features. Rows are observations and column entries are features. |
labels |
A vector of endpoint values (i.e. class labels) for each row of the feature matrix. |
type |
Statistical model to be used. For |
regularizationThresholds |
Vector of regularization values for penalized model construction. If |
... |
Other parameters passed to model-fitting procedures. |
family |
Family of endpoint model to be constructed. Valid values are |
An object of class citrus.endpointModel
with properties:
model |
The statistical model fit on supplied data. |
regularizationThresholds |
Regularization Thresholds used to constrain penalized models. |
family |
Family of model. |
type |
Model type. |
Robert Bruggner
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.