CART Class Prediction: Evaluate Existing Classifier

protocols

To evaluate an existing Classification And Regression Trees (CART) classifier, run the CART module with the classifier (model) file and a test data set.

Before you begin

Evaluating an existing classifier requires:

Step 1: CART

To test a previously built CART classifier, run the CART module. Specify the classifier (*.cart.model) and the test data set. The module creates a prediction results file (*.pred.odf) that assesses the accuracy of the predictor.

learn more:
CART

Step 2: View results

To view the prediction results file (*.pred.odf), use the PredictionResultsViewer module. The viewer lists each sample with its actual and predicted class.

Considerations
learn more:
PredictionResultsViewer