Description Usage Arguments Details Value Author(s) Examples
Returning classification result returned by function adaBoost
1 2 | ## S3 method for class 'ab'
classify(pars, dat)
|
pars |
Result returned by adaboost algorithm |
dat |
Data set to be classified |
Specific designed for result returned by adaBoost function
For more information adaBoost
An label (vector) obtained by classification method determined by pars
Xiaoyao Yang
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.