yh_CART: CART Prediction

Description Usage Arguments Value Author(s) See Also Examples

Description

Given training data and test examples, the CART predictions for the test data are produced and the misclassification rate is returned.

Usage

1
yh_CART(dfTr, dfTe)

Arguments

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.

Value

tba. Not fully implemented yet.

Author(s)

A. I. McLeod

See Also

yh_C50, yh_RF, yh_svm, yh_NB, yh_kNN, yh_lda, yh_logistic, yh_qda

Examples

1

gencve documentation built on May 2, 2019, 6:08 a.m.