Description Usage Arguments Details Value References Examples
predict projection pursuit classification tree
1 | PPclassify(Tree.result,test.data,Rule,true.class=NULL,...)
|
Tree.result |
PPtreeclass object |
test.data |
the test dataset |
Rule |
split rule 1: mean of two group means 2: weighted mean of two group means - weight with group size 3: weighted mean of two group means - weight with group sd 4: weighted mean of two group means - weight with group se 5: mean of two group medians 6: weighted mean of two group medians - weight with group size 7: weighted mean of two group median - weight with group IQR 8: weighted mean of two group median - weight with group IQR and size |
true.class |
true class of test dataset if available |
... |
arguments to be passed to methods |
Predict class for the test set with the fitted projection pursuit classification tree and calculate prediction error.
predict.class predicted class
predict.error number of the prediction errors
Lee, YD, Cook, D., Park JW, and Lee, EK(2013) PPtree: Projection Pursuit Classification Tree, Electronic Journal of Statistics, 7:1369-1386.
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.