Uses of Class
de.dfg.oc.logfileanalyzer.ComparisonDataSet

Packages that use ComparisonDataSet
de.dfg.oc.logfileanalyzer.gui Contains classes defining the graphical user interface of the program. 
 

Uses of ComparisonDataSet in de.dfg.oc.logfileanalyzer.gui
 

Methods in de.dfg.oc.logfileanalyzer.gui that return ComparisonDataSet
 ComparisonDataSet TableClickMouseListener.determineMinMax(int _columnId, double selected)
          Determines the minimum and maximum value of a table column.
 

Constructor parameters in de.dfg.oc.logfileanalyzer.gui with type arguments of type ComparisonDataSet
ComparisonFrame(String firstTitle, String secondTitle, Vector<ComparisonDataSet> compDataForColumns)
          Creates a chart frame for comparing a selected classifier to a set of other classifiers.