CART Class Prediction: Two Data Sets

protocols

Use the CART module to build classifiers using the Classification And Regression Trees (CART) class prediction method, test previously generated CART classifiers, or classify unknown samples using previously generated CART classifiers.

Before you begin

Use one data set to train the classifier and the other to test it. Each gene expression data set consists of two files:

The data sets must contain the same genes or CART displays an error message.

learn more:
file formats

Step 1: CART

The CART module builds and/or tests a classifer by running the CART class prediction method:

learn more:
CART

Step 2: View results

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

The classifier (*.cart.model) is a binary (machine-readable) file. However, a matching pdf (*.tree.pdf) file shows the classification tree. To view the pdf file, click it.

Considerations
learn more:
PredictionResultsViewer

Step 3: Determine the class of an unknown sample

To classify unknown samples using the CART module:

The module uses the classifier to predict the class of each unknown sample and creates a prediction results file. Use the PredictionResultsViewer module to view the prediction results (*.pred.odf) file: