Weighted Voting Class Prediction: Evaluate Existing Classifier

protocols

To evaluate an existing weighted voting classifier, run the WeightedVoting module with the classifier (model) file and a test data set.

Before you begin

Evaluating an existing classifier requires:

Step 1: WeightedVoting

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

learn more:
WeightedVoting

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