#include <ClassificationReport.h>
This MarSystem typically follows a classification MarSystem and output various measures used to evaluate the accuracy of a classifier for a particular dataset. These include accuracy, error-rate, the confusion matrix. When the mode control is set to "predict" then the classification decisions are tracked and the measures are computed until the done control is set to true. Then the measures are displayed to stdout. The formatting is similar to the one used by the Weka machine learning software.
This MarSystem typically follows a classification MarSystem and output various measures used to evaluate the accuracy of a classifier for a particular dataset. These include accuracy, error-rate, the confusion matrix. When the mode control is set to "predict" then the classification decisions are tracked and the measures are computed until the done control is set to true. Then the measures are displayed to stdout. The formatting is similar to the one used by the Weka machine learning software.
Controls:
1.5.6