Description Usage Arguments Examples
implementation of multiclass logistic regression capable of classifying more than 2 classes
1 | multiclass(formula, data, maxit = 50, er = 1e-04)
|
formula |
feature variables and response variables specification |
data |
dataframe |
maxit |
maximum iteration |
er |
allowed errors |
1 | multiclass(Species ~.,iris)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.