Uses of Class
adams.data.statistics.ArrayHistogram
-
-
Uses of ArrayHistogram in adams.data.filter
Fields in adams.data.filter declared as ArrayHistogram Modifier and Type Field Description protected ArrayHistogram
AbstractHistogram. m_Histogram
the array histogram setup to use.Methods in adams.data.filter that return ArrayHistogram Modifier and Type Method Description protected ArrayHistogram
AbstractHistogram. getDefaultHistogram()
Returns the default setup for the array histogram.ArrayHistogram
AbstractHistogram. getHistogram()
Returns the array histogram setup to use.Methods in adams.data.filter with parameters of type ArrayHistogram Modifier and Type Method Description void
AbstractHistogram. setHistogram(ArrayHistogram value)
Sets the array histogram setup to use. -
Uses of ArrayHistogram in adams.gui.tools.spreadsheetviewer.chart
Fields in adams.gui.tools.spreadsheetviewer.chart declared as ArrayHistogram Modifier and Type Field Description protected ArrayHistogram
Histogram. m_Histogram
the histogram setup.Methods in adams.gui.tools.spreadsheetviewer.chart that return ArrayHistogram Modifier and Type Method Description ArrayHistogram
Histogram. getHistogram()
Returns the histogram setup to use.Methods in adams.gui.tools.spreadsheetviewer.chart with parameters of type ArrayHistogram Modifier and Type Method Description void
Histogram. setHistogram(ArrayHistogram value)
Sets the histogram setup to use. -
Uses of ArrayHistogram in adams.gui.tools.wekainvestigator.tab.classifytab.history
Methods in adams.gui.tools.wekainvestigator.tab.classifytab.history that return ArrayHistogram Modifier and Type Method Description protected ArrayHistogram
CompareModels. promptHistogramSetup()
Prompts the user for a histogram setup. -
Uses of ArrayHistogram in adams.gui.visualization.instance
Methods in adams.gui.visualization.instance with parameters of type ArrayHistogram Modifier and Type Method Description void
HistogramFactory.Dialog. add(ArrayHistogram hist, Instance c)
Adds a plot of the given instance.void
HistogramFactory.Dialog. add(ArrayHistogram hist, Instance c, String name)
Adds a plot of the given instance.void
HistogramFactory.Panel. add(ArrayHistogram hist, Instance c)
Adds a plot of the given instance.void
HistogramFactory.Panel. add(ArrayHistogram hist, Instance c, String name)
Adds a plot of the given instance. -
Uses of ArrayHistogram in adams.gui.visualization.spreadsheet
Methods in adams.gui.visualization.spreadsheet with parameters of type ArrayHistogram Modifier and Type Method Description void
HistogramFactory.Dialog. add(ArrayHistogram hist, SpreadSheetRow c)
Adds a plot of the given row.void
HistogramFactory.Dialog. add(ArrayHistogram hist, SpreadSheetRow c, String name)
Adds a plot of the given row.void
HistogramFactory.Panel. add(ArrayHistogram hist, SpreadSheetRow c)
Adds a plot of the given row.void
HistogramFactory.Panel. add(ArrayHistogram hist, SpreadSheetRow c, String name)
Adds a plot of the given row. -
Uses of ArrayHistogram in adams.gui.visualization.statistics
Methods in adams.gui.visualization.statistics with parameters of type ArrayHistogram Modifier and Type Method Description void
HistogramFactory.Dialog. add(ArrayHistogram hist, double[] data, String name)
Generates from the specified data using the configured ArrayHistogram object and adds the plot.void
HistogramFactory.Dialog. add(ArrayHistogram hist, Number[] data, String name)
Generates from the specified data using the configured ArrayHistogram object and adds the plot.void
HistogramFactory.Panel. add(ArrayHistogram hist, double[] data, String name)
Generates from the specified data using the configured ArrayHistogram object and adds the plot.void
HistogramFactory.Panel. add(ArrayHistogram hist, Number[] data, String name)
Generates from the specified data using the configured ArrayHistogram object and adds the plot.
-