rdr.results
Class MCRDRResults

java.lang.Object
  extended by rdr.results.Results
      extended by rdr.results.MCRDRResults

public class MCRDRResults
extends Results


Constructor Summary
MCRDRResults(java.lang.String location, java.lang.String suffix, DomainModel dm, Classifier classifier, Log log)
           
 
Method Summary
 void basicResults()
          Outputs the basic results to file
 void classificationSummary()
          To produce a CSV detailing the number of times each classification is used in the MCRDR tree.
 
Methods inherited from class rdr.results.Results
conditionsPerRule, cornerstonesPerRule, correctClassificationsProvided, depthBranches, outputCSV, rulesPerCase, timePerRule
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MCRDRResults

public MCRDRResults(java.lang.String location,
                    java.lang.String suffix,
                    DomainModel dm,
                    Classifier classifier,
                    Log log)
Method Detail

basicResults

public void basicResults()
Outputs the basic results to file

Overrides:
basicResults in class Results

classificationSummary

public void classificationSummary()
To produce a CSV detailing the number of times each classification is used in the MCRDR tree.

Parameters:
root -