de.dfg.oc.logfileanalyzer.histogram
Class SpecificityHistogram
java.lang.Object
de.dfg.oc.logfileanalyzer.histogram.AbstractHistogram
de.dfg.oc.logfileanalyzer.histogram.SpecificityHistogram
public class SpecificityHistogram
- extends AbstractHistogram
Creates a histogram that calculates the specificity of classifier conditions
as histogram.
- Author:
- Clemens Gersbacher, Holger Prothmann
SpecificityHistogram
public SpecificityHistogram()
- Constructor.
calculateHistogramData
public Vector<Double> calculateHistogramData(DefaultTableModel _table)
- Description copied from class:
AbstractHistogram
- Abstract method. Determines the data displayed in the histogram.
- Specified by:
calculateHistogramData
in class AbstractHistogram
- Parameters:
_table
- the table that was selected by the user as basis for the
histogram
- Returns:
- the data that will be displayed in the histogram