Description Usage Arguments Value Examples
View source: R/multiclass_hw3c.R
This function classifies observations for multiple classes. This algorithm will use the "one-vs-all" approach.
| 1 | multiclass_hw3c(X, y, maxiter = 50, tol = 1e-12)
 | 
| X | Numeric (continuous or categorical) data matrix | 
| y | Categorical Response/Target vector (should be a factor) | 
| maxiter | Maximum number of iterations | 
| tol | Tolerance | 
The predicted class/category for each observation
| 1 2 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.