|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object rdr.results.Results
public class Results
Generates and outputs experimental results
Constructor Summary | |
---|---|
Results(java.lang.String location,
java.lang.String suffix,
DomainModel dm,
Classifier classifier,
Log log)
|
Method Summary | |
---|---|
void |
basicResults()
Output all the basic experimental results to file |
void |
conditionsPerRule()
Output the number of conditions per rule. |
void |
cornerstonesPerRule()
Generate a csv detailing the number of cornerstones seen per rule |
void |
correctClassificationsProvided()
Determine how many conclusions the system provided per case that were already considered correct. |
void |
depthBranches()
Output the depth of each branch of the knowledge base. |
void |
outputCSV(java.lang.String name,
common.datastructures.MyFastVector<common.datastructures.MyFastVector<java.lang.String>> output)
Outputs a vector of vectors of strings to csv file. |
void |
rulesPerCase()
Output the number of rules created per case. |
void |
timePerRule()
Determine the time taken between commencing and completing each rule Output in csv format "ruleid,timeforrule" (in milliseconds) |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Results(java.lang.String location, java.lang.String suffix, DomainModel dm, Classifier classifier, Log log)
Method Detail |
---|
public void basicResults()
public void rulesPerCase()
public void timePerRule()
public void correctClassificationsProvided()
public void depthBranches()
root
- public void conditionsPerRule()
public void cornerstonesPerRule()
log
- public void outputCSV(java.lang.String name, common.datastructures.MyFastVector<common.datastructures.MyFastVector<java.lang.String>> output)
name
- output
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |