Description Usage Arguments Value Author(s) See Also Examples
Given training data and test examples, the C50 predictions for the test data are produced and the misclassification rate is returned.
1 | yh_C50(dfTr, dfTe)
|
dfTr |
dataframe with last column for the output. The output must be a factor. |
dfTe |
dataframe for test data. Must have columns corresponding to the training columns except the test output is not needed. |
tba. Not fully implemented yet.
A. I. McLeod
yh_CART
,
yh_RF
,
yh_svm
,
yh_NB
,
yh_kNN
,
yh_lda
,
yh_logistic
,
yh_qda
1 | yh_C50(SinghTrain, SinghTest)#0.235
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.