de.dfg.oc.logfileanalyzer.histogram
Class SpecificityHistogram

java.lang.Object
  extended by de.dfg.oc.logfileanalyzer.histogram.AbstractHistogram
      extended by 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

Field Summary
 
Fields inherited from class de.dfg.oc.logfileanalyzer.histogram.AbstractHistogram
description
 
Constructor Summary
SpecificityHistogram()
          Constructor.
 
Method Summary
 Vector<Double> calculateHistogramData(DefaultTableModel _table)
          Abstract method.
 
Methods inherited from class de.dfg.oc.logfileanalyzer.histogram.AbstractHistogram
createHistogram, createHistogram, getNumberOfVisibleClassifiers, toString, valueWithinLimits
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SpecificityHistogram

public SpecificityHistogram()
Constructor.

Method Detail

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