A B C D E F G H I L M N O P R S T U V W X Y Z

A

AbstractColorPaintlet - Class in adams.gui.visualization.stats.paintlet
Abstract class for paintlets with a stroke color option and instances member, all paintlets will use this.
AbstractColorPaintlet() - Constructor for class adams.gui.visualization.stats.paintlet.AbstractColorPaintlet
 
AbstractOverlayPaintlet - Class in adams.gui.visualization.stats.paintlet
Abstract class for paintlets that draw the overlays.
AbstractOverlayPaintlet() - Constructor for class adams.gui.visualization.stats.paintlet.AbstractOverlayPaintlet
 
AbstractProbabilityPaintlet - Class in adams.gui.visualization.stats.paintlet
Abstract class for paintlets that plot the regression in the probability plot.
AbstractProbabilityPaintlet() - Constructor for class adams.gui.visualization.stats.paintlet.AbstractProbabilityPaintlet
 
AbstractScatterPlot - Class in adams.gui.visualization.stats.scatterplot
Abstract class for displaying a single scatterplotpanel on a paintable panel.
AbstractScatterPlot() - Constructor for class adams.gui.visualization.stats.scatterplot.AbstractScatterPlot
 
AbstractScatterPlotOverlay - Class in adams.gui.visualization.stats.scatterplot
Abstract superclass for overlays on the scatterplot graph.
AbstractScatterPlotOverlay() - Constructor for class adams.gui.visualization.stats.scatterplot.AbstractScatterPlotOverlay
 
AbstractScatterPlotPaintlet - Class in adams.gui.visualization.stats.paintlet
Abstract class for creating scatterplot paintlets.
AbstractScatterPlotPaintlet() - Constructor for class adams.gui.visualization.stats.paintlet.AbstractScatterPlotPaintlet
 
AbstractZOverlayPaintlet - Class in adams.gui.visualization.stats.paintlet
abstract class for creating z score overlay paintlets.
AbstractZOverlayPaintlet() - Constructor for class adams.gui.visualization.stats.paintlet.AbstractZOverlayPaintlet
 
AbstractZScoreOverlay - Class in adams.gui.visualization.stats.zscore
Abstract superclass for overlays on the z score graph.
AbstractZScoreOverlay() - Constructor for class adams.gui.visualization.stats.zscore.AbstractZScoreOverlay
 
AbstractZScorePaintlet - Class in adams.gui.visualization.stats.paintlet
Abstract class for creating z score paintlets.
AbstractZScorePaintlet() - Constructor for class adams.gui.visualization.stats.paintlet.AbstractZScorePaintlet
 
accepts() - Method in class adams.flow.sink.BoxPlot
 
accepts() - Method in class adams.flow.sink.FourInOneDisplay
 
accepts() - Method in class adams.flow.sink.Histogram
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.MatrixPlot
 
accepts() - Method in class adams.flow.sink.ProbabilityPlotDisplay
 
accepts() - Method in class adams.flow.sink.ScatterDisplay
 
accepts() - Method in class adams.flow.sink.ZScoreDisplay
 
actionPerformed(ActionEvent) - Method in class adams.gui.visualization.stats.scatterplot.Matrix.action
 
actionPerformed(ActionEvent) - Method in class adams.gui.visualization.stats.zscore.ZScore.pushButton
 
actualAttributeTipText() - Method in class adams.flow.sink.FourInOneDisplay
Tip text for the actual attribute property
adams.flow.sink - package adams.flow.sink
 
adams.gui.visualization.stats.boxplot - package adams.gui.visualization.stats.boxplot
 
adams.gui.visualization.stats.core - package adams.gui.visualization.stats.core
 
adams.gui.visualization.stats.fourinone - package adams.gui.visualization.stats.fourinone
 
adams.gui.visualization.stats.histogram - package adams.gui.visualization.stats.histogram
 
adams.gui.visualization.stats.paintlet - package adams.gui.visualization.stats.paintlet
 
adams.gui.visualization.stats.probabilityplot - package adams.gui.visualization.stats.probabilityplot
 
adams.gui.visualization.stats.scatterplot - package adams.gui.visualization.stats.scatterplot
 
adams.gui.visualization.stats.zscore - package adams.gui.visualization.stats.zscore
 
addAllClicked() - Method in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Displays box plots for all attributes
addClicked() - Method in class adams.gui.visualization.stats.boxplot.BoxPlotManager
adds attributes to selected attributes list
addOverlay(AbstractScatterPlotOverlay) - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlotSimple
Add overlay to the list of overlays
antiAliasingEnabledTipText() - Method in class adams.gui.visualization.stats.paintlet.AbstractProbabilityPaintlet
Returns the tip text for this property.
antiAliasingEnabledTipText() - Method in class adams.gui.visualization.stats.paintlet.AbstractScatterPlotPaintlet
Returns the tip text for this property.
antiAliasingEnabledTipText() - Method in class adams.gui.visualization.stats.paintlet.AbstractZScorePaintlet
Returns the tip text for this property.
antiAliasingEnabledTipText() - Method in class adams.gui.visualization.stats.paintlet.DiagonalPaintlet
Returns the tip text for this property.
antiAliasingEnabledTipText() - Method in class adams.gui.visualization.stats.paintlet.LowessPaintlet
Returns the tip text for this property.
antiAliasingEnabledTipText() - Method in class adams.gui.visualization.stats.paintlet.VsFitPaintlet
Returns the tip text for this property.
antiAliasingEnabledTipText() - Method in class adams.gui.visualization.stats.paintlet.VsOrderPaintlet
Returns the tip text for this property.
attributeNameTipText() - Method in class adams.flow.sink.ProbabilityPlotDisplay
Return a tip text for the attribute name property
attributeNameTipText() - Method in class adams.flow.sink.ZScoreDisplay
Return a tip text for the attribute name property
attributesTipText() - Method in class adams.flow.sink.BoxPlot
Tip text to display for the option
attributeTipText() - Method in class adams.flow.sink.ProbabilityPlotDisplay
return a tip text for the attribute index property
attributeTipText() - Method in class adams.flow.sink.ZScoreDisplay
return a tip text for the attribute index property
axisSame(double, double) - Method in class adams.gui.visualization.stats.boxplot.BoxPlotGraph
Axis are the same for each graph, this sets boundary values
axisTypeTipText() - Method in class adams.gui.visualization.stats.histogram.HistogramOptions
Tip Text for the axis Type property

B

BoxPlot - Class in adams.flow.sink
* Actor for displaying box plots.
*
* For more information, see:
* http://en.wikipedia.org/wiki/Box_plot *

Valid options are:

BoxPlot() - Constructor for class adams.flow.sink.BoxPlot
 
BoxPlotGraph - Class in adams.gui.visualization.stats.boxplot
Class that displays a single box plot graph
BoxPlotGraph() - Constructor for class adams.gui.visualization.stats.boxplot.BoxPlotGraph
Constructor
BoxPlotManager - Class in adams.gui.visualization.stats.boxplot
Class that displays box plots for a number of attributes
BoxPlotManager() - Constructor for class adams.gui.visualization.stats.boxplot.BoxPlotManager
Constructor
BoxPlotTab - Class in weka.gui.explorer
Class that calls the box plot manager from within the explorer.
BoxPlotTab() - Constructor for class weka.gui.explorer.BoxPlotTab
 

C

calculate() - Method in class adams.gui.visualization.stats.paintlet.AbstractOverlayPaintlet
Calculates the data for the paintlet, doesn't handle the drawing of the overlay.
calculate() - Method in class adams.gui.visualization.stats.paintlet.AbstractZOverlayPaintlet
calculates the data for the paintlet, doesn't handle the drawing of the data
calculate() - Method in class adams.gui.visualization.stats.paintlet.DiagonalPaintlet
 
calculate() - Method in class adams.gui.visualization.stats.paintlet.LowessPaintlet
 
calculate() - Method in class adams.gui.visualization.stats.paintlet.MeanPaintlet
 
calculate() - Method in class adams.gui.visualization.stats.paintlet.StdDevPaintlet
 
calculateDimensions() - Method in class adams.gui.visualization.stats.paintlet.AbstractProbabilityPaintlet
For calculating the dimensions of the plot area.
calculateDimensions() - Method in class adams.gui.visualization.stats.paintlet.Exponential
For calculating the dimensions of the plot area.
calculateDimensions() - Method in class adams.gui.visualization.stats.paintlet.Gamma
For calculating the dimensions of the plot area.
calculateDimensions() - Method in class adams.gui.visualization.stats.paintlet.Logistic
For calculating the dimensions of the plot area.
calculateDimensions() - Method in class adams.gui.visualization.stats.paintlet.Loglogistic
For calculating the dimensions of the plot area.
calculateDimensions() - Method in class adams.gui.visualization.stats.paintlet.Lognormal
For calculating the dimensions of the plot area.
calculateDimensions() - Method in class adams.gui.visualization.stats.paintlet.Normal
For calculating the dimensions of the plot area.
canPaint(Graphics) - Method in class adams.gui.visualization.stats.fourinone.VersusFit
Returns true if the paintlets can be executed.
canPaint(Graphics) - Method in class adams.gui.visualization.stats.fourinone.VersusOrder
Returns true if the paintlets can be executed.
canPaint(Graphics) - Method in class adams.gui.visualization.stats.histogram.Histogram
Returns true if the paintlets can be executed.
canPaint(Graphics) - Method in class adams.gui.visualization.stats.probabilityplot.NormalPlot
Returns true if the paintlets can be executed.
canPaint(Graphics) - Method in class adams.gui.visualization.stats.probabilityplot.ProbabilityPlot
Returns true if the paintlets can be executed.
canPaint(Graphics) - Method in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlot
 
canPaint(Graphics) - Method in class adams.gui.visualization.stats.zscore.ZScore
 
change() - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlot
called when a field has changed, updates all paintlets etc
change() - Method in class adams.gui.visualization.stats.zscore.ZScore
prepare for displaying
changeGrid() - Method in class adams.gui.visualization.stats.probabilityplot.ProbabilityPlot
Called when the grid checkbox changes, displays or removes the grid overlay
changeLine() - Method in class adams.gui.visualization.stats.probabilityplot.ProbabilityPlot
Called when the line checkbox changes, Displays or removes the regression line overlay
changePaintlet() - Method in class adams.gui.visualization.stats.zscore.ZScore
called when the paintlet used is changed
changeRegression() - Method in class adams.gui.visualization.stats.probabilityplot.ProbabilityPlot
Called when the regression to plot changes
clearPanel() - Method in class adams.flow.sink.BoxPlot
 
clearPanel() - Method in class adams.flow.sink.FourInOneDisplay
 
clearPanel() - Method in class adams.flow.sink.Histogram
Clears the content of the panel.
clearPanel() - Method in class adams.flow.sink.MatrixPlot
 
clearPanel() - Method in class adams.flow.sink.ProbabilityPlotDisplay
 
clearPanel() - Method in class adams.flow.sink.ScatterDisplay
 
clearPanel() - Method in class adams.flow.sink.ZScoreDisplay
 
colorChange() - Method in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Color for box plots changes
colorTipText() - Method in class adams.flow.sink.BoxPlot
Tip text for the color property
colorTipText() - Method in class adams.gui.visualization.stats.paintlet.AbstractColorPaintlet
Tip text for the stroke color property
colorTipText() - Method in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlotOverlay
Tip text for the color property
colorTipText() - Method in class adams.gui.visualization.stats.zscore.AbstractZScoreOverlay
Tip text for the color property
compareTo(Object) - Method in class adams.gui.visualization.stats.core.Point
Compares this point object to the parameter depending on the m_X fields
configureAxes() - Method in class adams.gui.visualization.stats.paintlet.AbstractProbabilityPaintlet
Sets the axes to the correct type for the distribution.
configureAxes() - Method in class adams.gui.visualization.stats.paintlet.Exponential
 
configureAxes() - Method in class adams.gui.visualization.stats.paintlet.Gamma
 
configureAxes() - Method in class adams.gui.visualization.stats.paintlet.Logistic
 
configureAxes() - Method in class adams.gui.visualization.stats.paintlet.Loglogistic
 
configureAxes() - Method in class adams.gui.visualization.stats.paintlet.Lognormal
 
configureAxes() - Method in class adams.gui.visualization.stats.paintlet.Normal
 
createDisplayPanel(Token) - Method in class adams.flow.sink.ZScoreDisplay
Creates a new panel for the token.
customizePopupMenu(MouseEvent, JPopupMenu) - Method in class adams.gui.visualization.stats.zscore.ZScore
 

D

dataNameTipText() - Method in class adams.flow.sink.Histogram
Returns the tip text for this property.
defineOptions() - Method in class adams.flow.sink.BoxPlot
Adds options to the internal list of operations
defineOptions() - Method in class adams.flow.sink.FourInOneDisplay
 
defineOptions() - Method in class adams.flow.sink.Histogram
Adds options to the internal list of operations
defineOptions() - Method in class adams.flow.sink.MatrixPlot
 
defineOptions() - Method in class adams.flow.sink.ProbabilityPlotDisplay
 
defineOptions() - Method in class adams.flow.sink.ScatterDisplay
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.ZScoreDisplay
 
defineOptions() - Method in class adams.gui.visualization.stats.fourinone.VersusFitOptions
 
defineOptions() - Method in class adams.gui.visualization.stats.fourinone.VersusOrderOptions
 
defineOptions() - Method in class adams.gui.visualization.stats.histogram.HistogramOptions
 
defineOptions() - Method in class adams.gui.visualization.stats.paintlet.AbstractColorPaintlet
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.stats.paintlet.AbstractProbabilityPaintlet
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.stats.paintlet.AbstractScatterPlotPaintlet
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.stats.paintlet.AbstractZScorePaintlet
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.stats.paintlet.DiagonalPaintlet
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.stats.paintlet.Gamma
 
defineOptions() - Method in class adams.gui.visualization.stats.paintlet.HistogramPaintlet
 
defineOptions() - Method in class adams.gui.visualization.stats.paintlet.LowessPaintlet
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.stats.paintlet.ScatterPaintletCircle
 
defineOptions() - Method in class adams.gui.visualization.stats.paintlet.ScatterPaintletCross
 
defineOptions() - Method in class adams.gui.visualization.stats.paintlet.VsFitPaintlet
 
defineOptions() - Method in class adams.gui.visualization.stats.paintlet.VsOrderPaintlet
 
defineOptions() - Method in class adams.gui.visualization.stats.paintlet.ZScoreCircle
 
defineOptions() - Method in class adams.gui.visualization.stats.probabilityplot.NormalPlotOptions
 
defineOptions() - Method in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlotOverlay
 
defineOptions() - Method in class adams.gui.visualization.stats.scatterplot.Diagonal
 
defineOptions() - Method in class adams.gui.visualization.stats.scatterplot.Lowess
 
defineOptions() - Method in class adams.gui.visualization.stats.zscore.AbstractZScoreOverlay
 
defineOptions() - Method in class adams.gui.visualization.stats.zscore.StdDev
 
Diagonal - Class in adams.gui.visualization.stats.scatterplot
Display a diagonal line overlay

Valid options are:

Diagonal() - Constructor for class adams.gui.visualization.stats.scatterplot.Diagonal
 
DiagonalPaintlet - Class in adams.gui.visualization.stats.paintlet
Paintlet for displaying the diagonal overlay on the scatter plot.
DiagonalPaintlet() - Constructor for class adams.gui.visualization.stats.paintlet.DiagonalPaintlet
 
dialogs - Variable in class adams.gui.visualization.stats.zscore.ZScore
Current displayexplorers containing instance explorers being displayed
display(Token) - Method in class adams.flow.sink.BoxPlot
 
display(Token) - Method in class adams.flow.sink.FourInOneDisplay
 
display(Token) - Method in class adams.flow.sink.Histogram
Displays the token (the panel and dialog have already been created at this stage).
display(Token) - Method in class adams.flow.sink.MatrixPlot
 
display(Token) - Method in class adams.flow.sink.ProbabilityPlotDisplay
 
display(Token) - Method in class adams.flow.sink.ScatterDisplay
Displays the token (the panel and dialog have already been created at this stage).
display(Token) - Method in class adams.flow.sink.ZScoreDisplay
 
DisplayExplorer - Class in adams.gui.visualization.stats.zscore
Class that displays an instance explorer.
DisplayExplorer() - Constructor for class adams.gui.visualization.stats.zscore.DisplayExplorer
 
displayPanelRequiresScrollPane() - Method in class adams.flow.sink.ZScoreDisplay
Returns whether the created display panel requires a scroll pane or not.
drawData(Graphics) - Method in class adams.gui.visualization.stats.paintlet.AbstractOverlayPaintlet
Draw the overlay onto the scatter plot, only calculates the value to position in this method
drawData(Graphics) - Method in class adams.gui.visualization.stats.paintlet.AbstractScatterPlotPaintlet
draws the data on the graphics object
drawData(Graphics) - Method in class adams.gui.visualization.stats.paintlet.AbstractZOverlayPaintlet
Draw the overlay onto the z score plot, only calculates the value to position in this method
drawData(Graphics) - Method in class adams.gui.visualization.stats.paintlet.AbstractZScorePaintlet
 
drawData(Graphics) - Method in class adams.gui.visualization.stats.paintlet.DiagonalPaintlet
Draws the data on the graphics object
drawData(Graphics) - Method in class adams.gui.visualization.stats.paintlet.LowessPaintlet
 
drawData(Graphics) - Method in class adams.gui.visualization.stats.paintlet.MeanPaintlet
 
drawData(Graphics) - Method in class adams.gui.visualization.stats.paintlet.ScatterPaintletCircle
 
drawData(Graphics) - Method in class adams.gui.visualization.stats.paintlet.ScatterPaintletCross
 
drawData(Graphics) - Method in class adams.gui.visualization.stats.paintlet.ScatterPaintletErrors
 
drawData(Graphics) - Method in class adams.gui.visualization.stats.paintlet.StdDevPaintlet
 
drawData(Graphics) - Method in class adams.gui.visualization.stats.paintlet.ZScoreCircle
 
drawData(Graphics) - Method in class adams.gui.visualization.stats.paintlet.ZScoreCross
 

E

explore - Variable in class adams.gui.visualization.stats.zscore.DisplayExplorer
Instances explorer to display
Exponential - Class in adams.gui.visualization.stats.paintlet
Paints the transformed exponential distribution

Valid options are:

Exponential() - Constructor for class adams.gui.visualization.stats.paintlet.Exponential
 

F

fillBinsTipText() - Method in class adams.gui.visualization.stats.paintlet.HistogramPaintlet
Tip text for the fill bins property
fillBoxTipText() - Method in class adams.flow.sink.BoxPlot
Tip Text for the fill box property
fillChange(ItemEvent) - Method in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Fill boxes check box is changed
fillColorTipText() - Method in class adams.gui.visualization.stats.paintlet.AbstractProbabilityPaintlet
Tip text for the fill color property
fillColorTipText() - Method in class adams.gui.visualization.stats.paintlet.HistogramPaintlet
Tip text for the color property
fillColorTipText() - Method in class adams.gui.visualization.stats.paintlet.ScatterPaintletCircle
Tip text for the fill color property
fillColorTipText() - Method in class adams.gui.visualization.stats.paintlet.VsFitPaintlet
Tip text for the color property
fillColorTipText() - Method in class adams.gui.visualization.stats.paintlet.VsOrderPaintlet
Tip text for the color property
fillColorTipText() - Method in class adams.gui.visualization.stats.paintlet.ZScoreCircle
Tip text for the fill color property
fillPointTipText() - Method in class adams.gui.visualization.stats.paintlet.AbstractProbabilityPaintlet
Tip text for the fill point property
fillPointTipText() - Method in class adams.gui.visualization.stats.paintlet.ScatterPaintletCircle
Tip text for the fill property
fillPointTipText() - Method in class adams.gui.visualization.stats.paintlet.VsFitPaintlet
Tip text for the fill points property
fillPointTipText() - Method in class adams.gui.visualization.stats.paintlet.VsOrderPaintlet
Tip text for the fill point property
fillPointTipText() - Method in class adams.gui.visualization.stats.paintlet.ZScoreCircle
Tip text for the fill points property
finishInit() - Method in class adams.gui.visualization.stats.boxplot.BoxPlotManager
finishes the initialization.
FourInOne - Class in adams.gui.visualization.stats.fourinone
Class that displays a four-in-1 plot containing a histogram, vs order plot, vs fit plot and a normal probability plot.
FourInOne() - Constructor for class adams.gui.visualization.stats.fourinone.FourInOne
 
FourInOneDisplay - Class in adams.flow.sink
Actor for displaying a four-in-one plot.
FourInOneDisplay() - Constructor for class adams.flow.sink.FourInOneDisplay
 

G

Gamma - Class in adams.gui.visualization.stats.paintlet
Paints the transformed gamma distribution

Valid options are:

Gamma() - Constructor for class adams.gui.visualization.stats.paintlet.Gamma
 
getActualAttribute() - Method in class adams.flow.sink.FourInOneDisplay
Get the string used for the index for the actual attribute
getArray() - Method in class adams.gui.visualization.stats.histogram.Histogram
Returns the current array.
getAttribute() - Method in class adams.flow.sink.ProbabilityPlotDisplay
Get the string used to set the attribute using an index
getAttribute() - Method in class adams.flow.sink.ZScoreDisplay
Get the string used to set the attribute using an index
getAttributeName() - Method in class adams.flow.sink.ProbabilityPlotDisplay
Get the string to set the attribute using a regular expression
getAttributeName() - Method in class adams.flow.sink.ZScoreDisplay
Get the string to set the attribute using a regular expression
getAttributes() - Method in class adams.flow.sink.BoxPlot
get the attributes to be displayed initially
getAxisType() - Method in class adams.gui.visualization.stats.histogram.HistogramOptions
Get the axis type used in bin calculation
getAxisWidth() - Method in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Get the width of the left axis for each boxplot
getBinWidth() - Method in class adams.gui.visualization.stats.histogram.Histogram
Returns the bin width.
getBottom() - Method in class adams.gui.visualization.stats.zscore.ZScorePanel
Get the x axis
getBoxHeight() - Method in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Get the height of each box plot
getBoxWidth() - Method in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Get the width of each box plot drawn
getCalculated() - Method in class adams.gui.visualization.stats.paintlet.AbstractOverlayPaintlet
Get whether the paintlet has been calculated
getCalculated() - Method in class adams.gui.visualization.stats.paintlet.AbstractZOverlayPaintlet
Get whether the paintlet has been calculated
getColor() - Method in class adams.flow.sink.BoxPlot
Get the color to fill the box plots
getColor() - Method in class adams.gui.visualization.stats.paintlet.AbstractColorPaintlet
Get the stroke color for the paintlet
getColor() - Method in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlotOverlay
Get the color for this overlay
getColor() - Method in class adams.gui.visualization.stats.zscore.AbstractZScoreOverlay
get the color of the overlay
getDataName() - Method in class adams.flow.sink.Histogram
Returns the attirbute index in case of Instances data.
getDataName() - Method in class adams.gui.visualization.stats.histogram.Histogram
Returns the name for the x-axis.
getDefaultHeight() - Method in class adams.flow.sink.BoxPlot
 
getDefaultHeight() - Method in class adams.flow.sink.FourInOneDisplay
 
getDefaultHeight() - Method in class adams.flow.sink.MatrixPlot
 
getDefaultHeight() - Method in class adams.flow.sink.ProbabilityPlotDisplay
 
getDefaultHeight() - Method in class adams.flow.sink.ScatterDisplay
 
getDefaultHeight() - Method in class adams.flow.sink.ZScoreDisplay
 
getDefaultWidth() - Method in class adams.flow.sink.BoxPlot
 
getDefaultWidth() - Method in class adams.flow.sink.FourInOneDisplay
 
getDefaultWidth() - Method in class adams.flow.sink.MatrixPlot
 
getDefaultWidth() - Method in class adams.flow.sink.ProbabilityPlotDisplay
 
getDefaultWidth() - Method in class adams.flow.sink.ScatterDisplay
 
getDefaultWidth() - Method in class adams.flow.sink.ZScoreDisplay
 
getExplore() - Method in class adams.gui.visualization.stats.zscore.DisplayExplorer
Get the instance explorer this display explorer contains
getExplorer() - Method in class weka.gui.explorer.BoxPlotTab
returns the parent explorer frame
getExplorer() - Method in class weka.gui.explorer.ScatterPanel
returns the parent explorer frame
getExplorer() - Method in class weka.gui.explorer.ZScoreTab
Returns the parent explorer frame
getFillBins() - Method in class adams.gui.visualization.stats.paintlet.HistogramPaintlet
get whether the bins should be filled with color
getFillBox() - Method in class adams.flow.sink.BoxPlot
get whether the box should be filled with color
getFillColor() - Method in class adams.gui.visualization.stats.paintlet.AbstractProbabilityPaintlet
get the color for filling the data points
getFillColor() - Method in class adams.gui.visualization.stats.paintlet.HistogramPaintlet
Get the color for filling the bins
getFillColor() - Method in class adams.gui.visualization.stats.paintlet.ScatterPaintletCircle
Get the color for filling the data points
getFillColor() - Method in class adams.gui.visualization.stats.paintlet.VsFitPaintlet
Get the color for filling the data points
getFillColor() - Method in class adams.gui.visualization.stats.paintlet.VsOrderPaintlet
Get the color to fill the points
getFillColor() - Method in class adams.gui.visualization.stats.paintlet.ZScoreCircle
Get the color for filling the data points
getFillPoint() - Method in class adams.gui.visualization.stats.paintlet.AbstractProbabilityPaintlet
Get whether the data points should be filled with color
getFillPoint() - Method in class adams.gui.visualization.stats.paintlet.ScatterPaintletCircle
Get whether data points are filled
getFillPoint() - Method in class adams.gui.visualization.stats.paintlet.VsFitPaintlet
get whether the data points should be filled
getFillPoint() - Method in class adams.gui.visualization.stats.paintlet.VsOrderPaintlet
get whether the data points should be filled
getFillPoint() - Method in class adams.gui.visualization.stats.paintlet.ZScoreCircle
get whether the data points are filled
getGrid() - Method in class adams.flow.sink.ProbabilityPlotDisplay
Get whether a grid overlay should be added
getHeightPlot() - Method in class adams.flow.sink.BoxPlot
get the height of each box plot
getHistogramOptions() - Method in class adams.flow.sink.FourInOneDisplay
Get the options for the histogram
getIndex() - Method in class adams.flow.sink.Histogram
Returns the attirbute index in case of Instances data.
getIndex(BaseRegExp, Index, Instances, int) - Static method in class adams.gui.visualization.stats.core.IndexSet
Returns the position of the desired attribute.
getIndex() - Method in class adams.gui.visualization.stats.histogram.Histogram
Returns the currently set index.
getIndex() - Method in class adams.gui.visualization.stats.zscore.ZScore
get the index of the attribute being displayed
getIndicator() - Method in class adams.gui.visualization.stats.scatterplot.Diagonal
get whether an indicator should be displayed
getInstances() - Method in class adams.gui.visualization.stats.fourinone.VersusFit
get the instances being plotted
getInstances() - Method in class adams.gui.visualization.stats.fourinone.VersusOrder
Get the instances for this versus order
getInstances() - Method in class adams.gui.visualization.stats.histogram.Histogram
Returns the instanecs for the histogram.
getInstances() - Method in class adams.gui.visualization.stats.paintlet.AbstractColorPaintlet
Get the instances for the paintlet
getInstances() - Method in class adams.gui.visualization.stats.probabilityplot.ProbabilityPlot
get the instances used for this probability plot
getInstances() - Method in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlot
Get the instances being plotted
getInstances() - Method in class adams.gui.visualization.stats.zscore.ZScore
Get the instances being used by the z score plot
getLeft() - Method in class adams.gui.visualization.stats.zscore.ZScorePanel
Get the y axis
getLineColor() - Method in class adams.gui.visualization.stats.paintlet.AbstractZScorePaintlet
Get the color for drawing the lines
getName() - Method in class adams.gui.visualization.stats.zscore.DisplayExplorer
Get the name of this display explorer
getNormalPlotOptions() - Method in class adams.flow.sink.FourInOneDisplay
get the options for the normal plot
getNumberBins() - Method in class adams.gui.visualization.stats.histogram.HistogramOptions
get the number of bins in the histogram
getNumHorizontal() - Method in class adams.flow.sink.BoxPlot
Get the number of box plots to display on each row
getNumHorizontal() - Method in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Get the number of box plots to display on each row
getOptions() - Method in class adams.flow.sink.Histogram
Returns the display options
getOptions() - Method in class adams.gui.visualization.stats.histogram.Histogram
Returns the option for this histogram.
getOptionsVisible() - Method in class adams.gui.visualization.stats.zscore.ZScore
Returns whether to hide/show the options panel.
getOverlays() - Method in class adams.flow.sink.MatrixPlot
Get the overlays for each scatterplot
getOverlays() - Method in class adams.flow.sink.ScatterDisplay
Get the overlays to be drawn on the scatter plot
getOverlays() - Method in class adams.flow.sink.ZScoreDisplay
get the overlays to be drawn on the z score plot
getOverlays() - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlot
Get the overlays array containing overlays to apply
getOwner() - Method in class adams.gui.visualization.stats.zscore.ZScoreHitDetector
Get the zscore plot for detection
getPaintlet() - Method in class adams.flow.sink.MatrixPlot
Gets the paintlet to use for each scatter plot
getPaintlet() - Method in class adams.flow.sink.ScatterDisplay
get the paintlet used to draw the data with
getPaintlet() - Method in class adams.flow.sink.ZScoreDisplay
Get the paintlet to be used for plotting the data
getPaintlet() - Method in class adams.gui.visualization.stats.fourinone.VersusFitOptions
Get the paintlet used to plot the versus fit
getPaintlet() - Method in class adams.gui.visualization.stats.fourinone.VersusOrderOptions
Get the paintlet for the versus order plot
getPaintlet() - Method in class adams.gui.visualization.stats.histogram.HistogramOptions
Get the paintlet for plotting the histogram
getPaintlet() - Method in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlotOverlay
Get the paintlet that is doing the drawing
getPaintlet() - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlot
Get the paintlet used initially to plot the data
getPaintlet() - Method in class adams.gui.visualization.stats.zscore.AbstractZScoreOverlay
get the paintlet used to plot the overlay
getPaintMoment() - Method in class adams.gui.visualization.stats.paintlet.AbstractOverlayPaintlet
 
getPaintMoment() - Method in class adams.gui.visualization.stats.paintlet.AbstractProbabilityPaintlet
Returns when this paintlet is to be executed.
getPaintMoment() - Method in class adams.gui.visualization.stats.paintlet.AbstractScatterPlotPaintlet
 
getPaintMoment() - Method in class adams.gui.visualization.stats.paintlet.AbstractZOverlayPaintlet
 
getPaintMoment() - Method in class adams.gui.visualization.stats.paintlet.AbstractZScorePaintlet
 
getPaintMoment() - Method in class adams.gui.visualization.stats.paintlet.HistogramPaintlet
 
getPaintMoment() - Method in class adams.gui.visualization.stats.paintlet.VsFitPaintlet
 
getPaintMoment() - Method in class adams.gui.visualization.stats.paintlet.VsOrderPaintlet
Returns when this paintlet is to be executed.
getParent() - Method in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlotOverlay
Return the scatter plot parent the overlay is being drawn on
getParent() - Method in class adams.gui.visualization.stats.zscore.AbstractZScoreOverlay
get the parent of the overlay
getPercent() - Method in class adams.flow.sink.MatrixPlot
Get the percent of the the instances in each attribute to work with
getPlot() - Method in class adams.gui.visualization.stats.fourinone.VersusFit
Returns the plot panel of the panel, null if no panel present.
getPlot() - Method in class adams.gui.visualization.stats.fourinone.VersusOrder
Returns the plot panel of the panel, null if no panel present.
getPlot() - Method in class adams.gui.visualization.stats.histogram.Histogram
Returns the plot panel of the panel, null if no panel present.
getPlot() - Method in class adams.gui.visualization.stats.probabilityplot.NormalPlot
Returns the plot panel of the panel, null if no panel present.
getPlot() - Method in class adams.gui.visualization.stats.probabilityplot.ProbabilityPlot
Returns the plot panel of the panel, null if no panel present.
getPlot() - Method in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlot
 
getPlot() - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlot
 
getPlot() - Method in class adams.gui.visualization.stats.zscore.ZScore
 
getPlotdata() - Method in class adams.gui.visualization.stats.histogram.Histogram
Returns the plot data.
getPlotSize() - Method in class adams.flow.sink.MatrixPlot
Get the size of each scatter plot
getPredictedAttribute() - Method in class adams.flow.sink.FourInOneDisplay
Get the string used for the index for the predicted attribute
getQuickInfo() - Method in class adams.flow.sink.BoxPlot
Returns a quick info about the actor, which will be displayed in the GUI.
getRange() - Method in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Get the range of box plots to be displayed initially
getRegLine() - Method in class adams.gui.visualization.stats.probabilityplot.NormalPlotOptions
Get whether a regression line should be drawn
getRegression() - Method in class adams.flow.sink.ProbabilityPlotDisplay
get the regression used to transform the data
getRegressionLine() - Method in class adams.flow.sink.ProbabilityPlotDisplay
Get whether a regression line should be added
getSameAxis() - Method in class adams.flow.sink.BoxPlot
gets whether the box plots are drawn using the same axis
getSameAxis() - Method in class adams.gui.visualization.stats.boxplot.BoxPlotManager
get whether the box plots should all use the same axis scale
getScale() - Method in class adams.gui.visualization.stats.paintlet.Gamma
Get the scale parameter for the gamma distribution
getShape() - Method in class adams.gui.visualization.stats.paintlet.Gamma
Get the shape parameter for the gamma distribution
getShowOptions() - Method in class adams.flow.sink.ZScoreDisplay
Returns whether to show the options or not.
getSize() - Method in class adams.gui.visualization.stats.paintlet.AbstractProbabilityPaintlet
Get the size of the data points
getSize() - Method in class adams.gui.visualization.stats.paintlet.ScatterPaintletCircle
Get the size of each data point
getSize() - Method in class adams.gui.visualization.stats.paintlet.ScatterPaintletCross
Get the size of each data point
getSize() - Method in class adams.gui.visualization.stats.paintlet.VsFitPaintlet
Get the size of the data points
getSize() - Method in class adams.gui.visualization.stats.paintlet.VsOrderPaintlet
Get the size of the data points
getSize() - Method in class adams.gui.visualization.stats.paintlet.ZScoreCircle
Get the size of each data point
getStandardDeviations() - Method in class adams.gui.visualization.stats.zscore.StdDev
get the number of standard deviations for the overlay
getTabTitle() - Method in class weka.gui.explorer.BoxPlotTab
returns the title for the tab shown in the explorer
getTabTitle() - Method in class weka.gui.explorer.ScatterPanel
returns the title for the tab shown in the explorer
getTabTitle() - Method in class weka.gui.explorer.ZScoreTab
returns the title for the tab shown in the explorer
getTabTitleToolTip() - Method in class weka.gui.explorer.BoxPlotTab
Tip text for the tab
getTabTitleToolTip() - Method in class weka.gui.explorer.ScatterPanel
tool tip for the tab shown in the explorer
getTabTitleToolTip() - Method in class weka.gui.explorer.ZScoreTab
Tool tip for the tab shown in the explorer
getTechnicalInformation() - Method in class adams.gui.visualization.stats.scatterplot.Lowess
 
getThickness() - Method in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlotOverlay
Get the thickness of the overlay
getThickness() - Method in class adams.gui.visualization.stats.zscore.AbstractZScoreOverlay
Get the thickness of the overlay
getVersusFitOptions() - Method in class adams.flow.sink.FourInOneDisplay
Get the options for the vsfit plot
getVersusOrderOptions() - Method in class adams.flow.sink.FourInOneDisplay
Get the options for the vsorder plot
getWidthAx() - Method in class adams.flow.sink.BoxPlot
Get the width of the left axis of each box plot
getWidthBin() - Method in class adams.gui.visualization.stats.histogram.HistogramOptions
Get the width of each bin in histogram
getWidthPlot() - Method in class adams.flow.sink.BoxPlot
Get the width of each box plot
getWindowSize() - Method in class adams.gui.visualization.stats.paintlet.LowessPaintlet
Get the Window size for calculating the lowess loverlay
getWindowSize() - Method in class adams.gui.visualization.stats.scatterplot.Lowess
get the size of the data window
getX() - Method in class adams.gui.visualization.stats.core.Point
Get the x value of the point
getX_Ind() - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlot
Get the index object for choosing the attribute to display
getX_Index() - Method in class adams.gui.visualization.stats.paintlet.AbstractScatterPlotPaintlet
get index of chosen attribute for x axis
getX_Index() - Method in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlot
gets the index of the x attribute
getX_IndexReg() - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlot
Gets the regular expression used when determining the x attribute
getXAttribute() - Method in class adams.flow.sink.ScatterDisplay
Get the index of the attribute displayed on the x axis
getXAttributeName() - Method in class adams.flow.sink.ScatterDisplay
Returns the regular expression for the attribute to be displayed on the x axis
getY() - Method in class adams.gui.visualization.stats.core.Point
get the y value of the point
getY_Ind() - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlot
Get the index object for choosing the y attribute
getY_Index() - Method in class adams.gui.visualization.stats.paintlet.AbstractScatterPlotPaintlet
Get index of chosen attribute for y axis
getY_Index() - Method in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlot
Sets the index of the y attribute
getY_IndexReg() - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlot
Gets the regular expression used when determining the y attribute
getYAttribute() - Method in class adams.flow.sink.ScatterDisplay
Get the index of the attribute displayed on the y axis
getYAttributeName() - Method in class adams.flow.sink.ScatterDisplay
Returns the attribute to be displayed on the y axis
globalInfo() - Method in class adams.flow.sink.BoxPlot
 
globalInfo() - Method in class adams.flow.sink.FourInOneDisplay
 
globalInfo() - Method in class adams.flow.sink.Histogram
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.MatrixPlot
 
globalInfo() - Method in class adams.flow.sink.ProbabilityPlotDisplay
 
globalInfo() - Method in class adams.flow.sink.ScatterDisplay
 
globalInfo() - Method in class adams.flow.sink.ZScoreDisplay
 
globalInfo() - Method in class adams.gui.visualization.stats.fourinone.VersusFitOptions
 
globalInfo() - Method in class adams.gui.visualization.stats.fourinone.VersusOrderOptions
 
globalInfo() - Method in class adams.gui.visualization.stats.histogram.HistogramOptions
 
globalInfo() - Method in class adams.gui.visualization.stats.paintlet.DiagonalPaintlet
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.stats.paintlet.Exponential
 
globalInfo() - Method in class adams.gui.visualization.stats.paintlet.Gamma
 
globalInfo() - Method in class adams.gui.visualization.stats.paintlet.HistogramPaintlet
 
globalInfo() - Method in class adams.gui.visualization.stats.paintlet.Logistic
 
globalInfo() - Method in class adams.gui.visualization.stats.paintlet.Loglogistic
 
globalInfo() - Method in class adams.gui.visualization.stats.paintlet.Lognormal
 
globalInfo() - Method in class adams.gui.visualization.stats.paintlet.LowessPaintlet
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.stats.paintlet.MeanPaintlet
 
globalInfo() - Method in class adams.gui.visualization.stats.paintlet.Normal
 
globalInfo() - Method in class adams.gui.visualization.stats.paintlet.ScatterPaintletCircle
 
globalInfo() - Method in class adams.gui.visualization.stats.paintlet.ScatterPaintletCross
 
globalInfo() - Method in class adams.gui.visualization.stats.paintlet.ScatterPaintletErrors
 
globalInfo() - Method in class adams.gui.visualization.stats.paintlet.StdDevPaintlet
 
globalInfo() - Method in class adams.gui.visualization.stats.paintlet.VsFitPaintlet
 
globalInfo() - Method in class adams.gui.visualization.stats.paintlet.VsOrderPaintlet
 
globalInfo() - Method in class adams.gui.visualization.stats.paintlet.ZScoreCircle
 
globalInfo() - Method in class adams.gui.visualization.stats.paintlet.ZScoreCross
 
globalInfo() - Method in class adams.gui.visualization.stats.probabilityplot.NormalPlotOptions
 
globalInfo() - Method in class adams.gui.visualization.stats.scatterplot.Diagonal
 
globalInfo() - Method in class adams.gui.visualization.stats.scatterplot.Lowess
 
globalInfo() - Method in class adams.gui.visualization.stats.zscore.Mean
 
globalInfo() - Method in class adams.gui.visualization.stats.zscore.StdDev
 
grid - Variable in class adams.gui.visualization.stats.probabilityplot.ProbabilityPlot
Check box for grid overlay
gridTipText() - Method in class adams.flow.sink.ProbabilityPlotDisplay
Tip text for the grid property

H

hasFitLine() - Method in class adams.gui.visualization.stats.paintlet.AbstractProbabilityPaintlet
Whether a regression line has been implemented for this regresion paintlet
hasFitLine() - Method in class adams.gui.visualization.stats.paintlet.Exponential
 
hasFitLine() - Method in class adams.gui.visualization.stats.paintlet.Gamma
 
hasFitLine() - Method in class adams.gui.visualization.stats.paintlet.Logistic
 
hasFitLine() - Method in class adams.gui.visualization.stats.paintlet.Loglogistic
 
hasFitLine() - Method in class adams.gui.visualization.stats.paintlet.Lognormal
 
hasFitLine() - Method in class adams.gui.visualization.stats.paintlet.Normal
 
heightPlotTipText() - Method in class adams.flow.sink.BoxPlot
Tip text to display for the option
Histogram - Class in adams.flow.sink
Generates a histogram based on the incoming data.
Histogram() - Constructor for class adams.flow.sink.Histogram
 
Histogram - Class in adams.gui.visualization.stats.histogram
Class that displays a histogram displaying the data provided.
Histogram() - Constructor for class adams.gui.visualization.stats.histogram.Histogram
 
HistogramOptions - Class in adams.gui.visualization.stats.histogram
Class containing options for the histogram plot

Valid options are:

HistogramOptions() - Constructor for class adams.gui.visualization.stats.histogram.HistogramOptions
 
HistogramOptions.BoxType - Enum in adams.gui.visualization.stats.histogram
Enum for bincalculation type without some of the options
histogramOptionsTipText() - Method in class adams.flow.sink.FourInOneDisplay
Tip text for the histogram options property
HistogramPaintlet - Class in adams.gui.visualization.stats.paintlet
Paints the histogram

Valid options are:

HistogramPaintlet() - Constructor for class adams.gui.visualization.stats.paintlet.HistogramPaintlet
 
HistogramPanel - Class in adams.gui.visualization.stats.histogram
Panel for displaying the histogram data.
HistogramPanel() - Constructor for class adams.gui.visualization.stats.histogram.HistogramPanel
 

I

IndexSet - Class in adams.gui.visualization.stats.core
Class containing a static method for setting an attribute index using provided index or regular expression.
IndexSet() - Constructor for class adams.gui.visualization.stats.core.IndexSet
 
indexTipText() - Method in class adams.flow.sink.Histogram
Returns the tip text for this property.
indicatorTipText() - Method in class adams.gui.visualization.stats.scatterplot.Diagonal
Tip text for the indicator property
initGUI() - Method in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Initializes the gui
initGUI() - Method in class adams.gui.visualization.stats.fourinone.FourInOne
 
initGUI() - Method in class adams.gui.visualization.stats.fourinone.VersusFit
For initializing the GUI.
initGUI() - Method in class adams.gui.visualization.stats.fourinone.VersusFitPanel
 
initGUI() - Method in class adams.gui.visualization.stats.fourinone.VersusOrder
For initializing the GUI.
initGUI() - Method in class adams.gui.visualization.stats.fourinone.VersusOrderPanel
 
initGUI() - Method in class adams.gui.visualization.stats.histogram.Histogram
For initializing the GUI.
initGUI() - Method in class adams.gui.visualization.stats.histogram.HistogramPanel
 
initGUI() - Method in class adams.gui.visualization.stats.probabilityplot.NormalPlot
For initializing the GUI.
initGUI() - Method in class adams.gui.visualization.stats.probabilityplot.ProbabilityPlot
For initializing the GUI.
initGUI() - Method in class adams.gui.visualization.stats.probabilityplot.ProbabilityPlotPanel
 
initGUI() - Method in class adams.gui.visualization.stats.scatterplot.Matrix
 
initGUI() - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlot
 
initGUI() - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlotPanel
 
initGUI() - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlotSimple
 
initGUI() - Method in class adams.gui.visualization.stats.zscore.ZScore
 
initGUI() - Method in class adams.gui.visualization.stats.zscore.ZScorePanel
 
initialize() - Method in class adams.gui.visualization.stats.boxplot.BoxPlotManager
 
initialize() - Method in class adams.gui.visualization.stats.histogram.Histogram
Initializes the members.
initialize() - Method in class adams.gui.visualization.stats.paintlet.AbstractProbabilityPaintlet
Initializes the members.
initialize() - Method in class adams.gui.visualization.stats.paintlet.AbstractScatterPlotPaintlet
Initializes the members.
initialize() - Method in class adams.gui.visualization.stats.paintlet.AbstractZOverlayPaintlet
 
initialize() - Method in class adams.gui.visualization.stats.paintlet.AbstractZScorePaintlet
 
initialize() - Method in class adams.gui.visualization.stats.paintlet.Gamma
 
initialize() - Method in class adams.gui.visualization.stats.probabilityplot.NormalPlot
 
initialize() - Method in class adams.gui.visualization.stats.scatterplot.Matrix
 
initialize() - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlot
 
initialize() - Method in class adams.gui.visualization.stats.zscore.ZScore
 
inst(Instances) - Method in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlotOverlay
Pass the instances to the overlay object
isAntiAliasingEnabled() - Method in class adams.gui.visualization.stats.paintlet.AbstractProbabilityPaintlet
Returns whether anti-aliasing is used.
isAntiAliasingEnabled() - Method in class adams.gui.visualization.stats.paintlet.AbstractScatterPlotPaintlet
Returns whether anti-aliasing is used.
isAntiAliasingEnabled() - Method in class adams.gui.visualization.stats.paintlet.AbstractZScorePaintlet
Returns whether anti-aliasing is used.
isAntiAliasingEnabled() - Method in class adams.gui.visualization.stats.paintlet.DiagonalPaintlet
Returns whether anti-aliasing is used.
isAntiAliasingEnabled() - Method in class adams.gui.visualization.stats.paintlet.LowessPaintlet
Returns whether anti-aliasing is used.
isAntiAliasingEnabled() - Method in class adams.gui.visualization.stats.paintlet.VsFitPaintlet
Returns whether anti-aliasing is used.
isAntiAliasingEnabled() - Method in class adams.gui.visualization.stats.paintlet.VsOrderPaintlet
Returns whether anti-aliasing is used.
isHit(MouseEvent) - Method in class adams.gui.visualization.stats.zscore.ZScoreHitDetector
 
itemStateChanged(ItemEvent) - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlot.AttXListener
 
itemStateChanged(ItemEvent) - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlot.AttYListener
 
itemStateChanged(ItemEvent) - Method in class adams.gui.visualization.stats.zscore.ZScore.AttListener
 
itemStateChanged(ItemEvent) - Method in class adams.gui.visualization.stats.zscore.ZScore.gridListener
 

L

line - Variable in class adams.gui.visualization.stats.probabilityplot.ProbabilityPlot
Check box for line overlay
lineColorTipText() - Method in class adams.gui.visualization.stats.paintlet.AbstractZScorePaintlet
Tip text for the line color property.
Logistic - Class in adams.gui.visualization.stats.paintlet
paints the transformed logistic distribution

Valid options are:

Logistic() - Constructor for class adams.gui.visualization.stats.paintlet.Logistic
 
Loglogistic - Class in adams.gui.visualization.stats.paintlet
paints the transformed loglogistic distribution

Valid options are:

Loglogistic() - Constructor for class adams.gui.visualization.stats.paintlet.Loglogistic
 
Lognormal - Class in adams.gui.visualization.stats.paintlet
paints the transformed lognormal distribution

Valid options are:

Lognormal() - Constructor for class adams.gui.visualization.stats.paintlet.Lognormal
 
Lowess - Class in adams.gui.visualization.stats.scatterplot
Display a lowess curve as an overlay.
Lowess() - Constructor for class adams.gui.visualization.stats.scatterplot.Lowess
 
LowessPaintlet - Class in adams.gui.visualization.stats.paintlet
Paintlet for drawing the lowess overlay.
LowessPaintlet() - Constructor for class adams.gui.visualization.stats.paintlet.LowessPaintlet
 

M

m_Act - Variable in class adams.flow.sink.FourInOneDisplay
the 0-based index of the actual attribute.
m_Act - Variable in class adams.gui.visualization.stats.fourinone.FourInOne
Index for setting the position of the actual attribute
m_ActInd - Variable in class adams.gui.visualization.stats.fourinone.FourInOne
Position of the actual attribute
m_Add - Variable in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Button to add selected attribute to chosen attributes list
m_AddAll - Variable in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Button to add all attributes to chosen attributes list
m_AntiAliasingEnabled - Variable in class adams.gui.visualization.stats.paintlet.AbstractProbabilityPaintlet
whether anti-aliasing is enabled.
m_AntiAliasingEnabled - Variable in class adams.gui.visualization.stats.paintlet.AbstractScatterPlotPaintlet
whether anti-aliasing is enabled.
m_AntiAliasingEnabled - Variable in class adams.gui.visualization.stats.paintlet.AbstractZScorePaintlet
whether anti-aliasing is enabled.
m_AntiAliasingEnabled - Variable in class adams.gui.visualization.stats.paintlet.DiagonalPaintlet
whether anti-aliasing is enabled.
m_AntiAliasingEnabled - Variable in class adams.gui.visualization.stats.paintlet.LowessPaintlet
whether anti-aliasing is enabled.
m_AntiAliasingEnabled - Variable in class adams.gui.visualization.stats.paintlet.VsFitPaintlet
whether anti-aliasing is enabled.
m_AntiAliasingEnabled - Variable in class adams.gui.visualization.stats.paintlet.VsOrderPaintlet
whether anti-aliasing is enabled.
m_Array - Variable in class adams.gui.visualization.stats.histogram.Histogram
double array to plot.
m_Array - Variable in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlot
Array of overlay options
m_Array - Variable in class adams.gui.visualization.stats.scatterplot.Matrix
Overlays to be displayed
m_Att - Variable in class adams.flow.sink.ProbabilityPlotDisplay
name of attribute to display
m_Att - Variable in class adams.flow.sink.ZScoreDisplay
String for regular expression for attribute
m_Att - Variable in class adams.gui.visualization.stats.zscore.ZScore
combo box for attribute selection
m_AttIndex - Variable in class adams.flow.sink.ProbabilityPlotDisplay
Index of attribute to display
m_AttIndex - Variable in class adams.flow.sink.ZScoreDisplay
String for index to set attribute
m_AttReg - Variable in class adams.gui.visualization.stats.probabilityplot.ProbabilityPlot
Regular expression for choosing the attribute to plot
m_AttReg - Variable in class adams.gui.visualization.stats.zscore.ZScore
String for regular expression
m_Attributes - Variable in class adams.gui.visualization.stats.boxplot.BoxPlotManager
attributes that can be chosen
m_AttributesDis - Variable in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Object that contains a list and a group of buttons for choosing attributes
m_AttString - Variable in class adams.flow.sink.BoxPlot
range of box plots to display, in string form
m_AttX - Variable in class adams.gui.visualization.stats.scatterplot.ScatterPlot
For choosing attribute to display on y axis
m_AttY - Variable in class adams.gui.visualization.stats.scatterplot.ScatterPlot
For choosing attribute to display on x axis
m_AxisBottom - Variable in class adams.gui.visualization.stats.paintlet.AbstractOverlayPaintlet
X axis of scatter plot
m_AxisBottom - Variable in class adams.gui.visualization.stats.paintlet.AbstractProbabilityPaintlet
y axis of the plot
m_AxisBottom - Variable in class adams.gui.visualization.stats.paintlet.AbstractScatterPlotPaintlet
x axis of plot
m_AxisBottom - Variable in class adams.gui.visualization.stats.paintlet.AbstractZOverlayPaintlet
x axis of plot
m_AxisBottom - Variable in class adams.gui.visualization.stats.paintlet.AbstractZScorePaintlet
x axis of plot
m_AxisLeft - Variable in class adams.gui.visualization.stats.paintlet.AbstractOverlayPaintlet
y axis of scatter plot
m_AxisLeft - Variable in class adams.gui.visualization.stats.paintlet.AbstractProbabilityPaintlet
x axis of the plot
m_AxisLeft - Variable in class adams.gui.visualization.stats.paintlet.AbstractScatterPlotPaintlet
y axis of plot
m_AxisLeft - Variable in class adams.gui.visualization.stats.paintlet.AbstractZOverlayPaintlet
y axis of plot
m_AxisLeft - Variable in class adams.gui.visualization.stats.paintlet.AbstractZScorePaintlet
y axis of plot
m_AxisSame - Variable in class adams.gui.visualization.stats.boxplot.BoxPlotManager
whether the axis should have the same scale
m_AxisWidSpin - Variable in class adams.gui.visualization.stats.boxplot.BoxPlotManager
spinner to choose the axis width of each box plot
m_AxisWidth - Variable in class adams.gui.visualization.stats.boxplot.BoxPlotManager
width of the axis of each box plot
m_Bar - Variable in class adams.gui.visualization.stats.scatterplot.Matrix
Progress bar for displaying update progress
m_BinWidth - Variable in class adams.gui.visualization.stats.histogram.Histogram
the bin width.
m_BoxPlot - Variable in class adams.flow.sink.BoxPlot
panel to display on the actor
m_boxPlots - Variable in class weka.gui.explorer.BoxPlotTab
Box plot panel to display
m_BoxType - Variable in class adams.gui.visualization.stats.histogram.HistogramOptions
bin calculation type
m_Calculated - Variable in class adams.gui.visualization.stats.paintlet.AbstractOverlayPaintlet
Whether the overlay has been calculated
m_Calculated - Variable in class adams.gui.visualization.stats.paintlet.AbstractZOverlayPaintlet
whether the overlay has been calcualated
m_Centre - Variable in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Panel for displaying box plots
m_Centre - Variable in class adams.gui.visualization.stats.fourinone.FourInOne
Panel for displaying the four plots
m_Centre - Variable in class adams.gui.visualization.stats.scatterplot.Matrix
Panel for displaying the scatter plots
m_Chosen - Variable in class adams.gui.visualization.stats.boxplot.BoxPlotManager
attributes that have been chosen
m_ChosenDis - Variable in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Object that contains a list and a group of buttons for removing attributes
m_Color - Variable in class adams.flow.sink.BoxPlot
Color to fill the box
m_Color - Variable in class adams.gui.visualization.stats.boxplot.BoxPlotGraph
Color to fill the boxes
m_Color - Variable in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Color to fill boxes with
m_Color - Variable in class adams.gui.visualization.stats.paintlet.AbstractColorPaintlet
Color of the stroke for the paintlet
m_Color - Variable in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlotOverlay
Color of the overlay
m_Color - Variable in class adams.gui.visualization.stats.zscore.AbstractZScoreOverlay
colour to draw the overlay line
m_Colorbutton - Variable in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Button to choose color of boxes
m_ComboBox - Variable in class adams.gui.visualization.stats.zscore.ZScore
Model for the attribute combo box
m_ComboBoxX - Variable in class adams.gui.visualization.stats.scatterplot.ScatterPlot
Model for the comboBox choosing the x attribute to display
m_ComboBoxY - Variable in class adams.gui.visualization.stats.scatterplot.ScatterPlot
Model for the comboBox choosing the y attribute to display
m_Data - Variable in class adams.gui.visualization.stats.boxplot.BoxPlotGraph
array for each value within an attribute
m_Data - Variable in class adams.gui.visualization.stats.paintlet.AbstractProbabilityPaintlet
the sorted data.
m_Data - Variable in class adams.gui.visualization.stats.paintlet.AbstractZScorePaintlet
data from the attribute
m_DataName - Variable in class adams.flow.sink.Histogram
the name for the data.
m_DataName - Variable in class adams.gui.visualization.stats.histogram.Histogram
the name to use for the x-axis.
m_def - Variable in class adams.gui.visualization.stats.probabilityplot.ProbabilityPlot
Default paintlet for the GOE
m_Def - Variable in class adams.gui.visualization.stats.scatterplot.Matrix
Default paintlet for GOEpanel
m_Def - Variable in class adams.gui.visualization.stats.scatterplot.ScatterPlot
default paintlet for GOEpanel
m_Def - Variable in class adams.gui.visualization.stats.zscore.ZScore
Default paintlet for the GOE panel
m_Default - Variable in class adams.gui.visualization.stats.scatterplot.Matrix
for default value for overlays
m_Default - Variable in class adams.gui.visualization.stats.scatterplot.ScatterPlot
default object for the GAE
m_Default - Variable in class adams.gui.visualization.stats.zscore.ZScore
default overlays for the GAE
m_DeleteOverlay - Variable in class adams.gui.visualization.stats.scatterplot.Matrix
Commandline strings of overlays to be deleted
m_Detect - Variable in class adams.gui.visualization.stats.zscore.ZScore
Hit detector for tip text and pop up menu
m_Explorer - Variable in class weka.gui.explorer.BoxPlotTab
the parent frame
m_Explorer - Variable in class weka.gui.explorer.ScatterPanel
parent frame
m_Explorer - Variable in class weka.gui.explorer.ZScoreTab
Parent frame
m_Fill - Variable in class adams.flow.sink.BoxPlot
Fill the box with color
m_Fill - Variable in class adams.gui.visualization.stats.boxplot.BoxPlotGraph
Fill each of the boxes with color
m_Fill - Variable in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Whether boxes should be filled
m_Fill - Variable in class adams.gui.visualization.stats.paintlet.AbstractProbabilityPaintlet
Whether to fill the data points
m_Fill - Variable in class adams.gui.visualization.stats.paintlet.HistogramPaintlet
Whether to fill the bins with color
m_Fill - Variable in class adams.gui.visualization.stats.paintlet.ScatterPaintletCircle
Whether to fill data points
m_Fill - Variable in class adams.gui.visualization.stats.paintlet.VsFitPaintlet
Whether to fill data points
m_Fill - Variable in class adams.gui.visualization.stats.paintlet.VsOrderPaintlet
Whether to fill the data points
m_Fill - Variable in class adams.gui.visualization.stats.paintlet.ZScoreCircle
Whether to fill the data points
m_FillCheck - Variable in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Check box to choose if boxes should b filled
m_FillColor - Variable in class adams.gui.visualization.stats.paintlet.AbstractProbabilityPaintlet
Color to fill data points
m_FillColor - Variable in class adams.gui.visualization.stats.paintlet.HistogramPaintlet
Color to fill the bins with if fill is chosen
m_FillColor - Variable in class adams.gui.visualization.stats.paintlet.ScatterPaintletCircle
 
m_FillColor - Variable in class adams.gui.visualization.stats.paintlet.VsFitPaintlet
Color for filling data points
m_FillColor - Variable in class adams.gui.visualization.stats.paintlet.VsOrderPaintlet
Color to fill the data points
m_FillColor - Variable in class adams.gui.visualization.stats.paintlet.ZScoreCircle
Color for filling data points
m_Grid - Variable in class adams.flow.sink.ProbabilityPlotDisplay
Whether a grid overlay is drawn
m_Grid - Variable in class adams.gui.visualization.stats.probabilityplot.ProbabilityPlot
Whether to display the grid
m_GridSpin - Variable in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Spinner for choosing the number of box plots to be displayed horizontally
m_Height - Variable in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Height of graphs drawn
m_HeightPlot - Variable in class adams.flow.sink.BoxPlot
height of plots to be drawn
m_HeightSpin - Variable in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Spinner to choose the height of each box plot
m_HistogramOptions - Variable in class adams.flow.sink.FourInOneDisplay
Options for the histogram
m_HistogramOptions - Variable in class adams.gui.visualization.stats.fourinone.FourInOne
Options for the histogram plot
m_HistOptions - Variable in class adams.gui.visualization.stats.histogram.Histogram
Options for the histogram
m_Ind - Variable in class adams.gui.visualization.stats.paintlet.AbstractZOverlayPaintlet
index of the attribute being displayed
m_Index - Variable in class adams.flow.sink.Histogram
the attribute index, in case of Instances.
m_Index - Variable in class adams.gui.visualization.stats.fourinone.FourInOne
Index for the position of the residuals attribute
m_Index - Variable in class adams.gui.visualization.stats.fourinone.VersusFit
Index of the residuals attribute in the instances
m_Index - Variable in class adams.gui.visualization.stats.fourinone.VersusOrder
index of the residuals attribute within the instances
m_Index - Variable in class adams.gui.visualization.stats.histogram.Histogram
Position of the residuals attribute within the instances
m_Index - Variable in class adams.gui.visualization.stats.paintlet.AbstractProbabilityPaintlet
Index of the attribute in the instances
m_Index - Variable in class adams.gui.visualization.stats.paintlet.AbstractZScorePaintlet
index of the attribute being plotted
m_Index - Variable in class adams.gui.visualization.stats.paintlet.VsFitPaintlet
Index of residuals in the instances
m_Index - Variable in class adams.gui.visualization.stats.paintlet.VsOrderPaintlet
Index of residuals attribute in the instances
m_Index - Variable in class adams.gui.visualization.stats.probabilityplot.NormalPlot
Index of the residuals attribute in the instances
m_Index - Variable in class adams.gui.visualization.stats.probabilityplot.ProbabilityPlot
Index for choosing the attribute to plot
m_Index - Variable in class adams.gui.visualization.stats.zscore.ZScore
Index of the attribute to be plotted
m_Index - Variable in class adams.gui.visualization.stats.zscore.ZScorePanel
Index of the attribute plotted
m_Indicator - Variable in class adams.gui.visualization.stats.paintlet.DiagonalPaintlet
Whether an indicator should be shown on the side indicating where the diagonal is and at what gradient
m_Indicator - Variable in class adams.gui.visualization.stats.scatterplot.Diagonal
Whether an indicator should be displayed on the side of the plot showing where the diagonal is and at what gradient
m_Indx - Variable in class adams.gui.visualization.stats.zscore.ZScore
Index for choosing attribute
m_Instances - Variable in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Instances to be graphed
m_Instances - Variable in class adams.gui.visualization.stats.core.SubSample
Instances to plot
m_Instances - Variable in class adams.gui.visualization.stats.fourinone.FourInOne
Instances containing the data
m_Instances - Variable in class adams.gui.visualization.stats.fourinone.VersusFit
Instances containing the data
m_Instances - Variable in class adams.gui.visualization.stats.fourinone.VersusOrder
Instances containing the data
m_Instances - Variable in class adams.gui.visualization.stats.histogram.Histogram
Instances to be plotted
m_Instances - Variable in class adams.gui.visualization.stats.paintlet.AbstractColorPaintlet
Instances containing the data
m_Instances - Variable in class adams.gui.visualization.stats.probabilityplot.NormalPlot
Instances to plot
m_Instances - Variable in class adams.gui.visualization.stats.probabilityplot.ProbabilityPlot
Instances to display
m_Instances - Variable in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlot
Instances to be plotted
m_Instances - Variable in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlotOverlay
Instances object containing data
m_Instances - Variable in class adams.gui.visualization.stats.zscore.AbstractZScoreOverlay
Instances object containing the data
m_Instances - Variable in class adams.gui.visualization.stats.zscore.ZScore
Instances to be displayed
m_Instances - Variable in class adams.gui.visualization.stats.zscore.ZScorePanel
instances to be displayed
m_Instances - Variable in class weka.gui.explorer.BoxPlotTab
Instances object containing the data
m_Instances - Variable in class weka.gui.explorer.ScatterPanel
instances to pass to plot
m_Instances - Variable in class weka.gui.explorer.ZScoreTab
instances to pass to the plot
m_IntIndex - Variable in class adams.gui.visualization.stats.probabilityplot.ProbabilityPlot
Index of attribute in the instances
m_Key - Variable in class adams.gui.visualization.stats.zscore.ZScore
Panel for displaying the key
m_Line - Variable in class adams.gui.visualization.stats.probabilityplot.ProbabilityPlot
Whether a best fit line is drawn
m_LineColor - Variable in class adams.gui.visualization.stats.paintlet.AbstractZScorePaintlet
the line color.
m_Lower - Variable in class adams.gui.visualization.stats.boxplot.BoxPlotGraph
lower quartile for attribute
m_Max - Variable in class adams.gui.visualization.stats.boxplot.BoxPlotGraph
maximum value for attribute
m_Mean - Variable in class adams.gui.visualization.stats.paintlet.MeanPaintlet
mean of the data set
m_Mean - Variable in class adams.gui.visualization.stats.probabilityplot.ProbabilityPlot
Label showing the mean of the dataset
m_Median - Variable in class adams.gui.visualization.stats.boxplot.BoxPlotGraph
median for attribute
m_Min - Variable in class adams.gui.visualization.stats.boxplot.BoxPlotGraph
Minimum value for attribute
m_Name - Variable in class adams.gui.visualization.stats.histogram.Histogram
the name of the x-axis.
m_Name - Variable in class adams.gui.visualization.stats.zscore.DisplayExplorer
Name of this dialog, will contain what number it is
m_NeedUpdate - Variable in class adams.gui.visualization.stats.scatterplot.Matrix
Whether an update is required, if an option has been changed
m_NewOverlay - Variable in class adams.gui.visualization.stats.scatterplot.Matrix
Commandline strings of new overlays to be added
m_NormalPlotOptions - Variable in class adams.flow.sink.FourInOneDisplay
options for the normal plot
m_NormOptions - Variable in class adams.gui.visualization.stats.fourinone.FourInOne
Options for the normal probability plot
m_NormOptions - Variable in class adams.gui.visualization.stats.probabilityplot.NormalPlot
Options for this normal distribution
m_NumBins - Variable in class adams.gui.visualization.stats.histogram.HistogramOptions
Number of bins in the histogram used if manual bin calculation type is chosen
m_NumDialogs - Variable in class adams.gui.visualization.stats.zscore.ZScore
number of instance explorer panels displayed
m_NumHorizontal - Variable in class adams.flow.sink.BoxPlot
Number of plots on each row
m_NumHorizontal - Variable in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Number of box plots to display horizontally
m_OldHash - Variable in class adams.gui.visualization.stats.scatterplot.Matrix
Commandline strings of overlays before new overlays chosen
m_OptionPanel - Variable in class adams.gui.visualization.stats.probabilityplot.ProbabilityPlot
Panel containing the options for the probability plot
m_OptionPanel - Variable in class adams.gui.visualization.stats.scatterplot.Matrix
Panel containing the matrix options
m_Options - Variable in class adams.flow.sink.Histogram
the histogram options themselves.
m_Over - Variable in class adams.gui.visualization.stats.zscore.ZScore
overlays to be displayed
m_Overlays - Variable in class adams.flow.sink.MatrixPlot
Array of overlays for each scatterplot
m_Overlays - Variable in class adams.flow.sink.ScatterDisplay
Array containing scatter plot overlays
m_Overlays - Variable in class adams.flow.sink.ZScoreDisplay
Array containing initial z score overlays
m_overs - Variable in class adams.gui.visualization.stats.scatterplot.ScatterPlotSimple
Arraylist of overlays applied currently
m_Owner - Variable in class adams.gui.visualization.stats.zscore.ZScoreHitDetector
zscore plot for detection
m_Paintlet - Variable in class adams.flow.sink.MatrixPlot
Paintlet for plotting the data on each scatter plot
m_Paintlet - Variable in class adams.flow.sink.ScatterDisplay
Paintlet to draw original data with
m_Paintlet - Variable in class adams.flow.sink.ZScoreDisplay
Paintlet to draw initial data with
m_Paintlet - Variable in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlotOverlay
Paintlet to do the drawing
m_Paintlet - Variable in class adams.gui.visualization.stats.zscore.AbstractZScoreOverlay
Paintlet for the plotting
m_PanelOverlay - Variable in class adams.gui.visualization.stats.scatterplot.Matrix
Displays a GAE for choosing overlays for the scatter plots
m_PanelOverlay - Variable in class adams.gui.visualization.stats.scatterplot.ScatterPlot
for displaying a genericarrayEditor for choosing overlays
m_PanelOverlay - Variable in class adams.gui.visualization.stats.zscore.ZScore
For displaying a generic array editor for choosing overlays
m_PanelPaintlet - Variable in class adams.gui.visualization.stats.scatterplot.Matrix
Displas a GOE for choosing the paintlet for the scatterplots
m_PanelPaintlet - Variable in class adams.gui.visualization.stats.scatterplot.ScatterPlot
for displaying a genericobjecteditor for choosing paintlet
m_PanelPaintlet - Variable in class adams.gui.visualization.stats.zscore.ZScore
For displaying a generic object editor for choosing the paintlet
m_PanelParams - Variable in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Object that contains a set of label and component objects, aids displaying
m_PanelRegression - Variable in class adams.gui.visualization.stats.probabilityplot.ProbabilityPlot
GOE for choosing the regression to fit
m_Panels - Variable in class adams.gui.visualization.stats.scatterplot.Matrix
panels displaying names of attributes
m_Parent - Variable in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlotOverlay
parent scatter plot to plot data on
m_Parent - Variable in class adams.gui.visualization.stats.zscore.AbstractZScoreOverlay
parent z score plot to plot data on
m_Percent - Variable in class adams.flow.sink.MatrixPlot
Percentage of sample for subsample
m_Percent - Variable in class adams.gui.visualization.stats.scatterplot.Matrix
Percentage of sample to use for sum-sample
m_Percentage - Variable in class adams.gui.visualization.stats.core.SubSample
Percentage of data to take
m_Plot - Variable in class adams.flow.sink.FourInOneDisplay
panel to display the actor
m_Plot - Variable in class adams.flow.sink.MatrixPlot
matrix to display
m_Plot - Variable in class adams.flow.sink.ProbabilityPlotDisplay
Probability plot to display
m_Plot - Variable in class adams.gui.visualization.stats.fourinone.VersusFit
Panel for displaying the data
m_Plot - Variable in class adams.gui.visualization.stats.fourinone.VersusOrder
Panel for displaying the data
m_Plot - Variable in class adams.gui.visualization.stats.histogram.Histogram
Panel for displaying the histogram
m_Plot - Variable in class adams.gui.visualization.stats.probabilityplot.NormalPlot
Panel for displaying data
m_Plot - Variable in class adams.gui.visualization.stats.probabilityplot.ProbabilityPlot
Panel to display data on
m_Plot - Variable in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlot
Scatter plot panel to display
m_Plot - Variable in class adams.gui.visualization.stats.zscore.ZScore
z score plot to be displayed
m_Plotdata - Variable in class adams.gui.visualization.stats.histogram.Histogram
the data to plot.
m_PlotSize - Variable in class adams.flow.sink.MatrixPlot
Size of each scatterplot
m_pred - Variable in class adams.flow.sink.FourInOneDisplay
the 0-based index of the predicted attribute.
m_Pred - Variable in class adams.gui.visualization.stats.fourinone.FourInOne
index for setting the position of the predicted attribute
m_PredInd - Variable in class adams.gui.visualization.stats.fourinone.FourInOne
Position of the predicted attribute
m_PredInd - Variable in class adams.gui.visualization.stats.fourinone.VersusFit
Index of the predicted attribute in the instances
m_PredInd - Variable in class adams.gui.visualization.stats.paintlet.VsFitPaintlet
Index of the predicted attribute in the instances
m_Progress - Variable in class adams.gui.visualization.stats.scatterplot.Matrix
Panel for displaying the progress bar
m_Range - Variable in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Range of box plots to display initially
m_RegLine - Variable in class adams.gui.visualization.stats.probabilityplot.NormalPlotOptions
Whether to display a regression diagonal line
m_Regression - Variable in class adams.flow.sink.ProbabilityPlotDisplay
Whether a best regression line is drawn
m_RegressionLine - Variable in class adams.gui.visualization.stats.paintlet.AbstractProbabilityPaintlet
Whether to draw a regression line
m_Remove - Variable in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Button to remove a selected attribute from chosen attributes list
m_RemoveAll - Variable in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Button to remove all attributes from the chosen attributes list
m_SameAxis - Variable in class adams.flow.sink.BoxPlot
same axis for each box plot
m_SameAxis - Variable in class adams.gui.visualization.stats.boxplot.BoxPlotManager
select whether graphs have the same axis
m_Scale - Variable in class adams.gui.visualization.stats.paintlet.Gamma
Scale parameter for the gamma distribution
m_ScatPlot - Variable in class adams.flow.sink.ScatterDisplay
scatter panel to display using the actor
m_scatter - Variable in class weka.gui.explorer.ScatterPanel
scatter plot to display
m_ScatterPlots - Variable in class adams.gui.visualization.stats.scatterplot.Matrix
array list contatining all of the scatter plots displayed in this matrix plot
m_Shape - Variable in class adams.gui.visualization.stats.paintlet.Gamma
Shape parameter for the gamma distribution
m_ShowOptions - Variable in class adams.flow.sink.ZScoreDisplay
whether to show the options in the display or not.
m_Size - Variable in class adams.gui.visualization.stats.paintlet.AbstractProbabilityPaintlet
Size of the points
m_Size - Variable in class adams.gui.visualization.stats.paintlet.AbstractScatterPlotPaintlet
size of the plot points
m_Size - Variable in class adams.gui.visualization.stats.paintlet.VsFitPaintlet
Size of data points
m_Size - Variable in class adams.gui.visualization.stats.paintlet.VsOrderPaintlet
Size of the data points
m_Size - Variable in class adams.gui.visualization.stats.paintlet.ZScoreCircle
size of data point
m_Spin - Variable in class adams.gui.visualization.stats.scatterplot.Matrix
for choosing the size of each scatter plot
m_SpinPercent - Variable in class adams.gui.visualization.stats.scatterplot.Matrix
Spinner for choosing percent of data to sample
m_SplitPane - Variable in class adams.gui.visualization.stats.zscore.ZScore
the split pane.
m_Std - Variable in class adams.gui.visualization.stats.probabilityplot.ProbabilityPlot
Label showing the std deviation of the dataset
m_StdDev - Variable in class adams.gui.visualization.stats.zscore.StdDev
Number of standard deviations from the mean
m_stdDevNum - Variable in class adams.gui.visualization.stats.paintlet.StdDevPaintlet
number of standard deviations
m_Stop - Variable in class adams.gui.visualization.stats.scatterplot.Matrix
Button to stop the thread updating the overlays
m_Thickness - Variable in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlotOverlay
Thickness for overlay line
m_Thickness - Variable in class adams.gui.visualization.stats.zscore.AbstractZScoreOverlay
Thickness of overlay
m_ToPlot - Variable in class adams.gui.visualization.stats.paintlet.LowessPaintlet
Points to plot for the lowess curve
m_TransformedY - Variable in class adams.gui.visualization.stats.paintlet.AbstractProbabilityPaintlet
Transformed data for the y axis
m_Upper - Variable in class adams.gui.visualization.stats.boxplot.BoxPlotGraph
upper quartile for attribute
m_Val - Variable in class adams.flow.sink.ProbabilityPlotDisplay
Paintlet for plotting the data
m_val - Variable in class adams.gui.visualization.stats.fourinone.VersusFit
Paintlet for plotting
m_Val - Variable in class adams.gui.visualization.stats.fourinone.VersusFitOptions
Paintlet for plotting the versus fit
m_Val - Variable in class adams.gui.visualization.stats.fourinone.VersusOrder
Paintlet for plotting the data
m_Val - Variable in class adams.gui.visualization.stats.fourinone.VersusOrderOptions
Paintlet for plotting the data
m_Val - Variable in class adams.gui.visualization.stats.histogram.Histogram
Paintlet for plotting the data
m_Val - Variable in class adams.gui.visualization.stats.histogram.HistogramOptions
Paintlet for plotting the histogram
m_Val - Variable in class adams.gui.visualization.stats.probabilityplot.NormalPlot
Normal distribution paintlet for the regression fitting
m_val - Variable in class adams.gui.visualization.stats.probabilityplot.ProbabilityPlot
Paintlet for plotting the data using a regression
m_Val - Variable in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlot
Paintlet to display the data points on the scatter plot
m_Val - Variable in class adams.gui.visualization.stats.scatterplot.Matrix
Paintlet for plotting, chosen using GOE
m_Val - Variable in class adams.gui.visualization.stats.zscore.ZScore
Paintlet used for drawing the data
m_VersusFitOptions - Variable in class adams.flow.sink.FourInOneDisplay
Options for the vs fit
m_VersusOrderOptions - Variable in class adams.flow.sink.FourInOneDisplay
Options for the vs order
m_VsFitOptions - Variable in class adams.gui.visualization.stats.fourinone.FourInOne
options for the vs fit plot
m_VsFitOptions - Variable in class adams.gui.visualization.stats.fourinone.VersusFit
Options for the plot
m_VsOrderOptions - Variable in class adams.gui.visualization.stats.fourinone.FourInOne
options for the vs order plot
m_VsOrderOptions - Variable in class adams.gui.visualization.stats.fourinone.VersusOrder
Options for the vsorder plot
m_Width - Variable in class adams.gui.visualization.stats.boxplot.BoxPlotManager
width of graphs drawn
m_WidthAx - Variable in class adams.flow.sink.BoxPlot
same axis for each box plot
m_WidthBin - Variable in class adams.gui.visualization.stats.histogram.HistogramOptions
Width of each bin in the histogram, used if density bin calculation type is chosen
m_WidthLeft - Variable in class adams.gui.visualization.stats.boxplot.BoxPlotManager
width of left hand panel of the box plot manager
m_WidthPlot - Variable in class adams.flow.sink.BoxPlot
width of plots to be drawn
m_WidthSpin - Variable in class adams.gui.visualization.stats.boxplot.BoxPlotManager
spinner to choose the width of each box plot
m_WindowSize - Variable in class adams.gui.visualization.stats.scatterplot.Lowess
Size of window for calculating lowess
m_Work - Variable in class adams.gui.visualization.stats.scatterplot.Matrix
Swing worker for displaying gui during update
m_X - Variable in class adams.gui.visualization.stats.core.Point
x value of the point
m_XAttribute - Variable in class adams.flow.sink.ScatterDisplay
the 0-based index of the X attribute.
m_XAttributeName - Variable in class adams.flow.sink.ScatterDisplay
String for setting x attribute using regular expression
m_XData - Variable in class adams.gui.visualization.stats.paintlet.AbstractScatterPlotPaintlet
Data to display on the x axis
m_XInd - Variable in class adams.gui.visualization.stats.paintlet.AbstractOverlayPaintlet
Index of the attribute displayed on the x axis
m_XInd - Variable in class adams.gui.visualization.stats.scatterplot.ScatterPlot
Index object given as an option to choose x object
m_XIndex - Variable in class adams.gui.visualization.stats.paintlet.AbstractScatterPlotPaintlet
index of attribute for x axis
m_XIndex - Variable in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlot
Index of attribute to be displayed on x axis
m_XIndexReg - Variable in class adams.gui.visualization.stats.scatterplot.ScatterPlot
Regular expression given as an option to choose x attribute
m_Y - Variable in class adams.gui.visualization.stats.core.Point
y value of the point
m_YAttribute - Variable in class adams.flow.sink.ScatterDisplay
the 0-based index of the Y attribute.
m_YAttributeName - Variable in class adams.flow.sink.ScatterDisplay
String for setting y attribute using regular expression
m_YData - Variable in class adams.gui.visualization.stats.paintlet.AbstractScatterPlotPaintlet
Data to display on the y axis
m_YInd - Variable in class adams.gui.visualization.stats.paintlet.AbstractOverlayPaintlet
Index of the attribute displayed on the y axis
m_YInd - Variable in class adams.gui.visualization.stats.scatterplot.ScatterPlot
Index given as an option to choose y attribute
m_YIndex - Variable in class adams.gui.visualization.stats.paintlet.AbstractScatterPlotPaintlet
Index of attribute for y axis
m_YIndex - Variable in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlot
Index of attribute to be displayed on y axis
m_YIndexReg - Variable in class adams.gui.visualization.stats.scatterplot.ScatterPlot
regular expression given as an option to choose y attribute
m_ZScore - Variable in class adams.flow.sink.ZScoreDisplay
zscore to display using the actor
m_ZScore - Variable in class weka.gui.explorer.ZScoreTab
z score plot to display
Matrix - Class in adams.gui.visualization.stats.scatterplot
Displays a grid of scatter plots with each attribute plotted against each of the other attributes, also can choose overlays etc.
Matrix() - Constructor for class adams.gui.visualization.stats.scatterplot.Matrix
 
Matrix.action - Class in adams.gui.visualization.stats.scatterplot
Listener for when the update button is pressed
Matrix.action() - Constructor for class adams.gui.visualization.stats.scatterplot.Matrix.action
 
Matrix.prop - Class in adams.gui.visualization.stats.scatterplot
Updates the progress bar using the "progress" of the swing worker
Matrix.prop() - Constructor for class adams.gui.visualization.stats.scatterplot.Matrix.prop
 
MatrixPlot - Class in adams.flow.sink
Actor for displaying a matrix of scatter plots

Valid options are:

MatrixPlot() - Constructor for class adams.flow.sink.MatrixPlot
 
Mean - Class in adams.gui.visualization.stats.zscore
Plot a mean line as an overlay on the z score graph

Valid options are:

Mean() - Constructor for class adams.gui.visualization.stats.zscore.Mean
 
MeanPaintlet - Class in adams.gui.visualization.stats.paintlet
paintlet for displaying mean overlay on the ZScore graph

Valid options are:

MeanPaintlet() - Constructor for class adams.gui.visualization.stats.paintlet.MeanPaintlet
 

N

name() - Method in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlotOverlay
Returns a string to display info on the overlay
newPanel() - Method in class adams.flow.sink.BoxPlot
 
newPanel() - Method in class adams.flow.sink.FourInOneDisplay
 
newPanel() - Method in class adams.flow.sink.Histogram
Creates the panel to display in the dialog.
newPanel() - Method in class adams.flow.sink.MatrixPlot
 
newPanel() - Method in class adams.flow.sink.ProbabilityPlotDisplay
 
newPanel() - Method in class adams.flow.sink.ScatterDisplay
 
newPanel() - Method in class adams.flow.sink.ZScoreDisplay
 
Normal - Class in adams.gui.visualization.stats.paintlet
Paints the transformed normal distribution on the panel

Valid options are:

Normal() - Constructor for class adams.gui.visualization.stats.paintlet.Normal
 
NormalPlot - Class in adams.gui.visualization.stats.probabilityplot
Probability plot that only displays the normal distribution, used in the 4-in1 plot.
NormalPlot() - Constructor for class adams.gui.visualization.stats.probabilityplot.NormalPlot
 
NormalPlotOptions - Class in adams.gui.visualization.stats.probabilityplot
Class for setting the options for the normal probability plot

Valid options are:

NormalPlotOptions() - Constructor for class adams.gui.visualization.stats.probabilityplot.NormalPlotOptions
 
normalPlotOptionsTipText() - Method in class adams.flow.sink.FourInOneDisplay
tip text for the normalplot options property
numberBinsTipText() - Method in class adams.gui.visualization.stats.histogram.HistogramOptions
Tip text for the number of bins property
numHorizontalTipText() - Method in class adams.flow.sink.BoxPlot
Return a tip text for the number of box plots on each row property

O

optionsTipText() - Method in class adams.flow.sink.Histogram
Returns the tip text for this property.
overlaysTipText() - Method in class adams.flow.sink.MatrixPlot
return a string for the overlays option
overlaysTipText() - Method in class adams.flow.sink.ScatterDisplay
Returns the tip text for the overlays property.
overlaysTipText() - Method in class adams.flow.sink.ZScoreDisplay
Returns a tip text for the overlays property

P

paint(Graphics) - Method in class adams.gui.visualization.stats.boxplot.BoxPlotGraph
repaints the data for the box plot
paint(Graphics) - Method in class adams.gui.visualization.stats.scatterplot.Matrix
 
painted(PaintEvent) - Method in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Controls the painting of the box plots
paintletTipText() - Method in class adams.flow.sink.MatrixPlot
returns a string for the paintlet option
paintletTipText() - Method in class adams.flow.sink.ScatterDisplay
Returns the tip text for the paintlet property
paintletTipText() - Method in class adams.flow.sink.ZScoreDisplay
Returns a tip text for the paintlet property
paintletTipText() - Method in class adams.gui.visualization.stats.fourinone.VersusFitOptions
Tip text for the paintlet property
paintletTipText() - Method in class adams.gui.visualization.stats.fourinone.VersusOrderOptions
Tip Text for the paintlet property
paintletTipText() - Method in class adams.gui.visualization.stats.histogram.HistogramOptions
Tip Text for the paintlet property
paintPlot(Graphics) - Method in class adams.gui.visualization.stats.boxplot.BoxPlotGraph
Performs the painting on the graphics area
parameters(Instances, int, int) - Method in class adams.gui.visualization.stats.paintlet.AbstractOverlayPaintlet
Pass the parameters required by the overlay paintlet
parameters(Instances, int) - Method in class adams.gui.visualization.stats.paintlet.AbstractZOverlayPaintlet
Pass the paramters required by the overlay paintlet
parameters(Instances, int) - Method in class adams.gui.visualization.stats.paintlet.AbstractZScorePaintlet
pass the required parameters for the paintlet
pass(Instances, Attribute) - Method in class adams.gui.visualization.stats.boxplot.BoxPlotGraph
Passes in the data to construct the box plot graph
percentTipText() - Method in class adams.flow.sink.MatrixPlot
Tip text for the percent of instances property
performPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.gui.visualization.stats.paintlet.AbstractOverlayPaintlet
The paint routine of the paintlet.
performPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.gui.visualization.stats.paintlet.AbstractScatterPlotPaintlet
The paint routine of the paintlet.
performPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.gui.visualization.stats.paintlet.AbstractZOverlayPaintlet
The paint routine of the paintlet.
performPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.gui.visualization.stats.paintlet.AbstractZScorePaintlet
The paint routine of the paintlet.
performPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.gui.visualization.stats.paintlet.Exponential
The paint routine of the paintlet.
performPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.gui.visualization.stats.paintlet.Gamma
The paint routine of the paintlet.
performPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.gui.visualization.stats.paintlet.HistogramPaintlet
The paint routine of the paintlet.
performPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.gui.visualization.stats.paintlet.Logistic
The paint routine of the paintlet.
performPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.gui.visualization.stats.paintlet.Loglogistic
The paint routine of the paintlet.
performPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.gui.visualization.stats.paintlet.Lognormal
The paint routine of the paintlet.
performPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.gui.visualization.stats.paintlet.Normal
The paint routine of the paintlet.
performPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.gui.visualization.stats.paintlet.VsFitPaintlet
The paint routine of the paintlet.
performPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.gui.visualization.stats.paintlet.VsOrderPaintlet
The paint routine of the paintlet.
plotSizeTipText() - Method in class adams.flow.sink.MatrixPlot
return a string for the plot size option
Point - Class in adams.gui.visualization.stats.core
Class for points that contain a double x and y value, use for sorting.
Point(double, double) - Constructor for class adams.gui.visualization.stats.core.Point
Constructor
predictedAttributeTipText() - Method in class adams.flow.sink.FourInOneDisplay
Tip text for the predicted attribute property
prepareUpdate() - Method in class adams.gui.visualization.stats.fourinone.VersusFit
Prepares the update, i.e., calculations etc.
prepareUpdate() - Method in class adams.gui.visualization.stats.fourinone.VersusOrder
Prepares the update, i.e., calculations etc.
prepareUpdate() - Method in class adams.gui.visualization.stats.histogram.Histogram
Prepares the update, i.e., calculations etc.
prepareUpdate() - Method in class adams.gui.visualization.stats.probabilityplot.NormalPlot
Prepares the update, i.e., calculations etc.
prepareUpdate() - Method in class adams.gui.visualization.stats.probabilityplot.ProbabilityPlot
Prepares the update, i.e., calculations etc.
prepareUpdate() - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlot
Updates the overlays, calculates each
prepareUpdate() - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlotSimple
 
prepareUpdate() - Method in class adams.gui.visualization.stats.zscore.ZScore
 
ProbabilityPlot - Class in adams.gui.visualization.stats.probabilityplot
Probability plot visualization.
ProbabilityPlot() - Constructor for class adams.gui.visualization.stats.probabilityplot.ProbabilityPlot
 
ProbabilityPlotDisplay - Class in adams.flow.sink
Actor for displaying a probability plot

Valid options are:

ProbabilityPlotDisplay() - Constructor for class adams.flow.sink.ProbabilityPlotDisplay
 
ProbabilityPlotPanel - Class in adams.gui.visualization.stats.probabilityplot
Panel for displaying the probability plot data.
ProbabilityPlotPanel() - Constructor for class adams.gui.visualization.stats.probabilityplot.ProbabilityPlotPanel
 
processHit(MouseEvent, Object) - Method in class adams.gui.visualization.stats.zscore.ZScoreHitDetector
 
processTipText(PlotPanel, Point, String) - Method in class adams.gui.visualization.stats.zscore.ZScore
 
propertyChange(PropertyChangeEvent) - Method in class adams.gui.visualization.stats.scatterplot.Matrix.prop
 

R

redoPaintlets() - Method in class adams.gui.visualization.stats.scatterplot.Matrix
Change the paintlet for each scatterplot
regLineTipText() - Method in class adams.gui.visualization.stats.probabilityplot.NormalPlotOptions
Tip text for the regression line property
regressionLineTipText() - Method in class adams.flow.sink.ProbabilityPlotDisplay
Tip text for the regression line property
regressionTipText() - Method in class adams.flow.sink.ProbabilityPlotDisplay
Tip text for the regression property
removeAllClicked() - Method in class adams.gui.visualization.stats.boxplot.BoxPlotManager
removes all attributes from the chosen attribute list
removeAllOverlays() - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlotSimple
 
removeClicked() - Method in class adams.gui.visualization.stats.boxplot.BoxPlotManager
removes attribute from selected list and places in attribute list
removeOverlays() - Method in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlot
Removes all overlays from the scatterplot.
removeOverlays(HashSet<String>) - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlotSimple
removes existing overlays
removeOverlays() - Method in class adams.gui.visualization.stats.zscore.ZScore
remove existing overlays and their paintlets
reset() - Method in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Called when the fields set from the class that created this boxplotmanager object
reset() - Method in class adams.gui.visualization.stats.fourinone.FourInOne
Called by the class that creates this four-in-one class once the fields have been set
reset() - Method in class adams.gui.visualization.stats.probabilityplot.ProbabilityPlotPanel
Called by the probability plot once the fields have been set
reset() - Method in class adams.gui.visualization.stats.scatterplot.Matrix
Called by the class that creates this matrix panel once all he fields have been set
reset() - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlot
Called by the class that creates this scatterplot called after fields have been set
reset() - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlotPanel
Set up the scatter plot panel called by the calling class when all the fields have been set
reset() - Method in class adams.gui.visualization.stats.zscore.ZScore
called by the class that creates this z score plot called after the fields have all been set
reset() - Method in class adams.gui.visualization.stats.zscore.ZScorePanel
Sets up the graph, called when all the fields have been set

S

sameAxisChange(ItemEvent) - Method in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Sets the axis scale to be the same for each box plot
sameAxisTipText() - Method in class adams.flow.sink.BoxPlot
Returns the tip text for this property
sample() - Method in class adams.gui.visualization.stats.core.SubSample
Take a sample of the dataset
scaleTipText() - Method in class adams.gui.visualization.stats.paintlet.Gamma
Tip text for the scale property
ScatterDisplay - Class in adams.flow.sink
Actor for displaying a scatter plot

Valid options are:

ScatterDisplay() - Constructor for class adams.flow.sink.ScatterDisplay
 
ScatterPaintletCircle - Class in adams.gui.visualization.stats.paintlet
Paintlet for displaying points on the scatter point as circles.
ScatterPaintletCircle() - Constructor for class adams.gui.visualization.stats.paintlet.ScatterPaintletCircle
 
ScatterPaintletCross - Class in adams.gui.visualization.stats.paintlet
Class for plotting data on a scatter plot as crosses.
ScatterPaintletCross() - Constructor for class adams.gui.visualization.stats.paintlet.ScatterPaintletCross
 
ScatterPaintletErrors - Class in adams.gui.visualization.stats.paintlet
Paintlet that draws data on the scatter plot as crosses whose size depends on the error between x and y values.
ScatterPaintletErrors() - Constructor for class adams.gui.visualization.stats.paintlet.ScatterPaintletErrors
 
ScatterPanel - Class in weka.gui.explorer
Class that creates a scatter plot and displays it from the explorer.
ScatterPanel() - Constructor for class weka.gui.explorer.ScatterPanel
 
ScatterPlot - Class in adams.gui.visualization.stats.scatterplot
create a paintable panel displaying a scatter plot panel as well as combo boxes for choosing attributes.
ScatterPlot() - Constructor for class adams.gui.visualization.stats.scatterplot.ScatterPlot
 
ScatterPlot.AttXListener - Class in adams.gui.visualization.stats.scatterplot
Listener for when the x attribute JComboBox selection changes
ScatterPlot.AttXListener(ScatterPlot) - Constructor for class adams.gui.visualization.stats.scatterplot.ScatterPlot.AttXListener
 
ScatterPlot.AttYListener - Class in adams.gui.visualization.stats.scatterplot
Listener for when the y attribute JComboBox selection changes
ScatterPlot.AttYListener(ScatterPlot) - Constructor for class adams.gui.visualization.stats.scatterplot.ScatterPlot.AttYListener
 
ScatterPlotPanel - Class in adams.gui.visualization.stats.scatterplot
Panel for displaying scatter plot data.
ScatterPlotPanel() - Constructor for class adams.gui.visualization.stats.scatterplot.ScatterPlotPanel
 
ScatterPlotSimple - Class in adams.gui.visualization.stats.scatterplot
Class for displaying a single scatterplotpanel only, used in the matrix.
ScatterPlotSimple() - Constructor for class adams.gui.visualization.stats.scatterplot.ScatterPlotSimple
 
serialVersionUID - Static variable in class adams.gui.visualization.stats.core.Point
for serialization
setAct(Index) - Method in class adams.gui.visualization.stats.fourinone.FourInOne
Set the index for the position of the actual attribute
setActualAttribute(String) - Method in class adams.flow.sink.FourInOneDisplay
Set the string to use as an index for the actual attribute
setAntiAliasingEnabled(boolean) - Method in class adams.gui.visualization.stats.paintlet.AbstractProbabilityPaintlet
Sets whether to use anti-aliasing.
setAntiAliasingEnabled(boolean) - Method in class adams.gui.visualization.stats.paintlet.AbstractScatterPlotPaintlet
Sets whether to use anti-aliasing.
setAntiAliasingEnabled(boolean) - Method in class adams.gui.visualization.stats.paintlet.AbstractZScorePaintlet
Sets whether to use anti-aliasing.
setAntiAliasingEnabled(boolean) - Method in class adams.gui.visualization.stats.paintlet.DiagonalPaintlet
Sets whether to use anti-aliasing.
setAntiAliasingEnabled(boolean) - Method in class adams.gui.visualization.stats.paintlet.LowessPaintlet
Sets whether to use anti-aliasing.
setAntiAliasingEnabled(boolean) - Method in class adams.gui.visualization.stats.paintlet.VsFitPaintlet
Sets whether to use anti-aliasing.
setAntiAliasingEnabled(boolean) - Method in class adams.gui.visualization.stats.paintlet.VsOrderPaintlet
Sets whether to use anti-aliasing.
setArray(Double[]) - Method in class adams.gui.visualization.stats.histogram.Histogram
Sets the array for this histogram.
setAttIndex(Index) - Method in class adams.gui.visualization.stats.probabilityplot.ProbabilityPlot
Set the index to use to choose the attribute to display
setAttindex(Index) - Method in class adams.gui.visualization.stats.zscore.ZScore
Set the index to use when setting the attribute using an index
setAttReg(BaseRegExp) - Method in class adams.gui.visualization.stats.probabilityplot.ProbabilityPlot
Set the regular expression for chossing the attribute to display
setAttReg(BaseRegExp) - Method in class adams.gui.visualization.stats.zscore.ZScore
Set the regular expression used when choosing the attribute
setAttribute(String) - Method in class adams.flow.sink.ProbabilityPlotDisplay
Set the string to use for setting the attribute using an index
setAttribute(String) - Method in class adams.flow.sink.ZScoreDisplay
Set the string to use for setting the attribute using an index
setAttributeName(BaseRegExp) - Method in class adams.flow.sink.ProbabilityPlotDisplay
Set the attribute to use with a regular expression
setAttributeName(BaseRegExp) - Method in class adams.flow.sink.ZScoreDisplay
Set the attribute to use with a regular expression
setAttributes(Range) - Method in class adams.flow.sink.BoxPlot
Set the attributes to be displayed initially
setAxisType(HistogramOptions.BoxType) - Method in class adams.gui.visualization.stats.histogram.HistogramOptions
Set the axis type for bin calculation
setAxisWidth(int) - Method in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Set the width of the left axis for each box plot
setBoxHeight(int) - Method in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Set the height of each box plot drawn
setBoxWidth(int) - Method in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Set the width of each box plot
setCalculated(boolean) - Method in class adams.gui.visualization.stats.paintlet.AbstractOverlayPaintlet
set whether the paintlet has been calculated
setCalculated(boolean) - Method in class adams.gui.visualization.stats.paintlet.AbstractZOverlayPaintlet
set whether the paintlet has been calculated
setColor(Color) - Method in class adams.flow.sink.BoxPlot
Set the color to fill the box plots
setColor(Color) - Method in class adams.gui.visualization.stats.boxplot.BoxPlotGraph
Set the color used to fill the plots
setColor(Color) - Method in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Set the color to fill the boxes with
setColor(Color) - Method in class adams.gui.visualization.stats.paintlet.AbstractColorPaintlet
Set the stroke color for the paintlet
setColor(Color) - Method in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlotOverlay
Set the color for this overlay
setColor(Color) - Method in class adams.gui.visualization.stats.zscore.AbstractZScoreOverlay
Set the color of the overlay
setDataName(String) - Method in class adams.flow.sink.Histogram
Sets the attribute index in case of Instances data.
setDataName(String) - Method in class adams.gui.visualization.stats.histogram.Histogram
Sets the name for the x-axis.
setExplore(InstanceExplorer) - Method in class adams.gui.visualization.stats.zscore.DisplayExplorer
Set the instance explorer this display explorer contains
setExplorer(Explorer) - Method in class weka.gui.explorer.BoxPlotTab
sets the explorer to use as a parent frame(for sending notifications about changes in the data
setExplorer(Explorer) - Method in class weka.gui.explorer.ScatterPanel
sets the explorer to use as a parent frame
setExplorer(Explorer) - Method in class weka.gui.explorer.ZScoreTab
Set the explorer to use as a parent frame
setFill(boolean) - Method in class adams.gui.visualization.stats.boxplot.BoxPlotGraph
Set whether the box plots should be filled with color
setFill(boolean) - Method in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Set whether the boxes should be filled with color
setFillBins(boolean) - Method in class adams.gui.visualization.stats.paintlet.HistogramPaintlet
Set whether the bins should be filled with color
setFillBox(boolean) - Method in class adams.flow.sink.BoxPlot
Set whether the box plots should be filled with color
setFillColor(Color) - Method in class adams.gui.visualization.stats.paintlet.AbstractProbabilityPaintlet
Set the color for filling the data points
setFillColor(Color) - Method in class adams.gui.visualization.stats.paintlet.HistogramPaintlet
Set the color for filling the bins
setFillColor(Color) - Method in class adams.gui.visualization.stats.paintlet.ScatterPaintletCircle
Set the color for filling the data points
setFillColor(Color) - Method in class adams.gui.visualization.stats.paintlet.VsFitPaintlet
Set the color for filling the data points
setFillColor(Color) - Method in class adams.gui.visualization.stats.paintlet.VsOrderPaintlet
Set the color for filling the points
setFillColor(Color) - Method in class adams.gui.visualization.stats.paintlet.ZScoreCircle
Set the color to fill the data points
setFillPoint(boolean) - Method in class adams.gui.visualization.stats.paintlet.AbstractProbabilityPaintlet
Set whether the data points are filled with color
setFillPoint(boolean) - Method in class adams.gui.visualization.stats.paintlet.ScatterPaintletCircle
Set whether to fill data points
setFillPoint(boolean) - Method in class adams.gui.visualization.stats.paintlet.VsFitPaintlet
Set whether data points should be filled
setFillPoint(boolean) - Method in class adams.gui.visualization.stats.paintlet.VsOrderPaintlet
Set whether the data points should be filled
setFillPoint(boolean) - Method in class adams.gui.visualization.stats.paintlet.ZScoreCircle
Set whether the data points are filled
setGrid(boolean) - Method in class adams.flow.sink.ProbabilityPlotDisplay
Set whether a grid overlay is added
setGrid(boolean) - Method in class adams.gui.visualization.stats.probabilityplot.ProbabilityPlot
Set whether the grid overlay is displayed
setHeightPlot(int) - Method in class adams.flow.sink.BoxPlot
Set the height of each box plot
setHistogramOptions(HistogramOptions) - Method in class adams.flow.sink.FourInOneDisplay
Set the options for the histogram
setIndex(Index) - Method in class adams.flow.sink.Histogram
Sets the attribute index in case of Instances data.
setIndex(int) - Method in class adams.gui.visualization.stats.fourinone.VersusOrder
Set the index of the residuals attribute within the instances
setIndex(int) - Method in class adams.gui.visualization.stats.histogram.Histogram
Set the index of residuals attribute within the instances
setIndex(int) - Method in class adams.gui.visualization.stats.paintlet.AbstractProbabilityPaintlet
Set the index of the attribute used
setIndex(int) - Method in class adams.gui.visualization.stats.paintlet.AbstractZScorePaintlet
set the index of the attribute
setIndex(int) - Method in class adams.gui.visualization.stats.paintlet.VsOrderPaintlet
Set the index of the residuals attribute in the instances
setIndex(int) - Method in class adams.gui.visualization.stats.probabilityplot.NormalPlot
Set the index of the residuals attribute in the instances
setIndex(int) - Method in class adams.gui.visualization.stats.zscore.ZScorePanel
Sets the index of the attribute to be plotted
setIndicator(boolean) - Method in class adams.gui.visualization.stats.paintlet.AbstractOverlayPaintlet
Set whether an indicator should be shown on the sides
setIndicator(boolean) - Method in class adams.gui.visualization.stats.paintlet.DiagonalPaintlet
 
setIndicator(boolean) - Method in class adams.gui.visualization.stats.scatterplot.Diagonal
Set whether an indicator should be displayed
setIndices(int, int) - Method in class adams.gui.visualization.stats.fourinone.VersusFit
Set the index of the residuals attribute in the instances
setIndices(int, int) - Method in class adams.gui.visualization.stats.paintlet.VsFitPaintlet
Set the indices of the residuals attribute and the predicted attribute in the instances
setInstances(Instances) - Method in class adams.gui.visualization.stats.boxplot.BoxPlotManager
sets the instances to be displayed
setInstances(Instances) - Method in class adams.gui.visualization.stats.fourinone.FourInOne
Set the instances used in the four-in-plot
setInstances(Instances) - Method in class adams.gui.visualization.stats.fourinone.VersusFit
Set the instances to be plotted
setInstances(Instances) - Method in class adams.gui.visualization.stats.fourinone.VersusOrder
Set the instances for this versus order
setInstances(Instances) - Method in class adams.gui.visualization.stats.histogram.Histogram
Set the instances for the histogram
setInstances(Instances) - Method in class adams.gui.visualization.stats.paintlet.AbstractColorPaintlet
Set the instances for the paintlet
setInstances(Instances) - Method in class adams.gui.visualization.stats.probabilityplot.NormalPlot
Set the instances to plot
setInstances(Instances) - Method in class adams.gui.visualization.stats.probabilityplot.ProbabilityPlot
Set the instances to be plotted
setInstances(Instances) - Method in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlot
Sets the instances to be plotted
setInstances(Instances) - Method in class adams.gui.visualization.stats.scatterplot.Matrix
Set the instances to be displayed
setinstances(Instances) - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlotPanel
set the instances for the scatter plot panel
setInstances(Instances) - Method in class adams.gui.visualization.stats.zscore.AbstractZScoreOverlay
Set the instances for the overlay
setInstances(Instances) - Method in class adams.gui.visualization.stats.zscore.ZScore
set the instances to be used when drawing the z score graph
setInstances(Instances) - Method in class adams.gui.visualization.stats.zscore.ZScorePanel
Set the instances of the z score panel
setInstances(Instances) - Method in class weka.gui.explorer.BoxPlotTab
Set the instances for the tab
setInstances(Instances) - Method in class weka.gui.explorer.ScatterPanel
sets instances to pass to the plot
setInstances(Instances) - Method in class weka.gui.explorer.ZScoreTab
Set instances to pass to the plot
setLine(boolean) - Method in class adams.gui.visualization.stats.paintlet.AbstractProbabilityPaintlet
Set whether a regression line is drawn
setLineColor(Color) - Method in class adams.gui.visualization.stats.paintlet.AbstractZScorePaintlet
Set the color to draw the lines.
setName(String) - Method in class adams.gui.visualization.stats.zscore.DisplayExplorer
Set the name for this display explorer
setNormalPlotOptions(NormalPlotOptions) - Method in class adams.flow.sink.FourInOneDisplay
Set the options for the normal plot
setNumberBins(int) - Method in class adams.gui.visualization.stats.histogram.HistogramOptions
Set the number of bins in the histogram
setNumHorizontal(int) - Method in class adams.flow.sink.BoxPlot
Set the number of box plots to display on each row
setNumHorizontal(int) - Method in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Set the number of box plots to display on each row
setOptions(HistogramOptions) - Method in class adams.flow.sink.Histogram
Sets the display options.
setOptions(HistogramOptions, VersusFitOptions, VersusOrderOptions, NormalPlotOptions) - Method in class adams.gui.visualization.stats.fourinone.FourInOne
Set the options for each of the plots within the four-in-one
setOptions(VersusFitOptions) - Method in class adams.gui.visualization.stats.fourinone.VersusFit
Set the options for this versus fit
setOptions(VersusOrderOptions) - Method in class adams.gui.visualization.stats.fourinone.VersusOrder
Set the options for the versus order
setOptions(HistogramOptions) - Method in class adams.gui.visualization.stats.histogram.Histogram
Set the options for this histogram
setOptions(NormalPlotOptions) - Method in class adams.gui.visualization.stats.probabilityplot.NormalPlot
Set the options for this plot
setOptionsVisible(boolean) - Method in class adams.gui.visualization.stats.zscore.ZScore
Sets whether to hide/show the options panel.
setOverlays(AbstractScatterPlotOverlay[]) - Method in class adams.flow.sink.MatrixPlot
Set the overlays for each scatterplot in the matrix
setOverlays(AbstractScatterPlotOverlay[]) - Method in class adams.flow.sink.ScatterDisplay
Set the overlays to be drawn on the scatter plot
setOverlays(AbstractZScoreOverlay[]) - Method in class adams.flow.sink.ZScoreDisplay
set the overlays to be drawn on the z score plot
setOverlays(AbstractScatterPlotOverlay[]) - Method in class adams.gui.visualization.stats.scatterplot.Matrix
Set the overlays to be applied to each of the scatter plots
setOverlays(AbstractScatterPlotOverlay[]) - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlot
Set the overlays array containing overlays to apply
setOverlays(AbstractZScoreOverlay[]) - Method in class adams.gui.visualization.stats.zscore.ZScore
set the overlays to be displayed on the z score
setPaintlet(AbstractScatterPlotPaintlet) - Method in class adams.flow.sink.MatrixPlot
Sets the paintlet for each scatter plot
setPaintlet(AbstractScatterPlotPaintlet) - Method in class adams.flow.sink.ScatterDisplay
Set the paintlet to draw the data points with
setPaintlet(AbstractZScorePaintlet) - Method in class adams.flow.sink.ZScoreDisplay
Setbefore regular expression if this is provide the paintlet to be used for displaying the data
setPaintlet(VsFitPaintlet) - Method in class adams.gui.visualization.stats.fourinone.VersusFitOptions
Set the paintlet for plotting the versus fit
setPaintlet(VsOrderPaintlet) - Method in class adams.gui.visualization.stats.fourinone.VersusOrderOptions
Set the paintlet for the versus order plot
setPaintlet(HistogramPaintlet) - Method in class adams.gui.visualization.stats.histogram.HistogramOptions
Set the paintlet for plotting the histogram
setPaintlet(AbstractScatterPlotPaintlet) - Method in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlot
Set the paintlet for dawing the data
setPaintlet(AbstractScatterPlotPaintlet) - Method in class adams.gui.visualization.stats.scatterplot.Matrix
Set the paintlet used for plotting the data on each scatter plot
setPaintlet(AbstractScatterPlotPaintlet) - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlot
Set the paintlet to use initially to plot the data
setPaintlet(AbstractZScorePaintlet) - Method in class adams.gui.visualization.stats.zscore.ZScore
Set the paintlet to be used when plotting the data
setParent(AbstractScatterPlot) - Method in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlotOverlay
Set the scatterplot that this overlay is being drawn on
setParent(ZScore) - Method in class adams.gui.visualization.stats.zscore.AbstractZScoreOverlay
set the parent for the overlay
setPercent(int) - Method in class adams.flow.sink.MatrixPlot
Set the percent of the instances for each attribute to work with
setPercent(int) - Method in class adams.gui.visualization.stats.scatterplot.Matrix
Set the value to use for the percent subsample
setPlotSize(int) - Method in class adams.flow.sink.MatrixPlot
Set the size of each scatter plot
setPlotSize(int) - Method in class adams.gui.visualization.stats.scatterplot.Matrix
Set the size of each of the scatter plots
setPred(Index) - Method in class adams.gui.visualization.stats.fourinone.FourInOne
Set the index for the position of the predicted attribute
setPredictedAttribute(String) - Method in class adams.flow.sink.FourInOneDisplay
Set the string to use as an index for the predicted attribute
setRange(Range) - Method in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Set the range of box plots to display initially
setRegLine(boolean) - Method in class adams.gui.visualization.stats.probabilityplot.NormalPlotOptions
Set whether a regression line should be drawn
setRegression(AbstractProbabilityPaintlet) - Method in class adams.flow.sink.ProbabilityPlotDisplay
Set the regression used to transform the data
setRegression(AbstractProbabilityPaintlet) - Method in class adams.gui.visualization.stats.probabilityplot.ProbabilityPlot
Set the regression to use for the probability plot
setRegressionLine(boolean) - Method in class adams.flow.sink.ProbabilityPlotDisplay
Set whether a regression line overlay should be added
setRegressionLine(boolean) - Method in class adams.gui.visualization.stats.probabilityplot.ProbabilityPlot
Set whether the regression linear line is displayed
setSameAxis(boolean) - Method in class adams.flow.sink.BoxPlot
Set whether the box plots use the same axis scale
setSameAxis(boolean) - Method in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Set whether each box plot should have the same axis scale
setScale(double) - Method in class adams.gui.visualization.stats.paintlet.Gamma
Set the scale parameter for the gamma distribution
setShape(double) - Method in class adams.gui.visualization.stats.paintlet.Gamma
Set the shape parameter for the gamma distribution
setShowOptions(boolean) - Method in class adams.flow.sink.ZScoreDisplay
Sets whether to show the options panel or not.
setSize(int) - Method in class adams.gui.visualization.stats.paintlet.AbstractProbabilityPaintlet
Set the size of the data points
setSize(int) - Method in class adams.gui.visualization.stats.paintlet.ScatterPaintletCircle
Set the size of each data point
setSize(int) - Method in class adams.gui.visualization.stats.paintlet.ScatterPaintletCross
Set the size of each data point
setSize(int) - Method in class adams.gui.visualization.stats.paintlet.VsFitPaintlet
Set the size of each data point
setSize(int) - Method in class adams.gui.visualization.stats.paintlet.VsOrderPaintlet
Set the size for the data points
setSize(int) - Method in class adams.gui.visualization.stats.paintlet.ZScoreCircle
Set the size of each data point
setStandardDeviations(double) - Method in class adams.gui.visualization.stats.zscore.StdDev
Set the number of standard deviations for the overlay
setStd(double) - Method in class adams.gui.visualization.stats.paintlet.AbstractZOverlayPaintlet
set the number of standard deviations for the overlay only relevant for the stddev overlay
setStd(double) - Method in class adams.gui.visualization.stats.paintlet.MeanPaintlet
 
setStd(double) - Method in class adams.gui.visualization.stats.paintlet.StdDevPaintlet
Set the number of standard deviations for this overlay
setThickness(float) - Method in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlotOverlay
Set the thickness of the overlay
setThickness(float) - Method in class adams.gui.visualization.stats.zscore.AbstractZScoreOverlay
Set the thickness of the overlay
setUp() - Method in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlotOverlay
set up the overlay and it's paintlet
setUp() - Method in class adams.gui.visualization.stats.scatterplot.Diagonal
 
setUp() - Method in class adams.gui.visualization.stats.scatterplot.Lowess
 
setUp() - Method in class adams.gui.visualization.stats.zscore.AbstractZScoreOverlay
set up the overlay and it's paintlet
setUp() - Method in class adams.gui.visualization.stats.zscore.Mean
 
setUp() - Method in class adams.gui.visualization.stats.zscore.StdDev
 
setVersusFitOptions(VersusFitOptions) - Method in class adams.flow.sink.FourInOneDisplay
Set the options for the vsfit plot
setVersusOrderOptions(VersusOrderOptions) - Method in class adams.flow.sink.FourInOneDisplay
Set the options for the vs order plot
setWidthAx(int) - Method in class adams.flow.sink.BoxPlot
Set the width of the left axis for each box plot
setWidthBin(double) - Method in class adams.gui.visualization.stats.histogram.HistogramOptions
Set the width of each bin in the histogram
setWidthPlot(int) - Method in class adams.flow.sink.BoxPlot
Set the width of each box plot
setWindowSize(int) - Method in class adams.gui.visualization.stats.paintlet.AbstractOverlayPaintlet
Set the window size, only applicable for the lowess overlay paintlet
setWindowSize(int) - Method in class adams.gui.visualization.stats.paintlet.LowessPaintlet
 
setWindowSize(int) - Method in class adams.gui.visualization.stats.scatterplot.Lowess
Set the size of the data window for the lowess fitting
setX(int) - Method in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlot
Set the index of the attribute to be displayed on the x axis
setX(int) - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlotPanel
Set index of x attribute
setX_Ind(Index) - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlot
Set the x attribute index
setX_Index(int) - Method in class adams.gui.visualization.stats.paintlet.AbstractScatterPlotPaintlet
Set the index of attribute for x axis
setX_IndexReg(BaseRegExp) - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlot
Set the regular expression to use when determining the x attribute
setXAttribute(String) - Method in class adams.flow.sink.ScatterDisplay
Sets the index of the attribute to display on x axis
setXAttributeName(BaseRegExp) - Method in class adams.flow.sink.ScatterDisplay
Set the x attribute on the scatter plot using a regular expression
setY(int) - Method in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlot
Set the index of the attribute to be displayed on the y axis
setY(int) - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlotPanel
set the index of the y attribute
setY_Ind(Index) - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlot
Set the index for the y attribute
setY_Index(int) - Method in class adams.gui.visualization.stats.paintlet.AbstractScatterPlotPaintlet
Set the index of attribute for y axis
setY_IndexReg(BaseRegExp) - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlot
Set the regular expression to use when determining the y attribute
setYAttribute(String) - Method in class adams.flow.sink.ScatterDisplay
Set the attribute to be displayed on the y axis using an index
setYAttributeName(BaseRegExp) - Method in class adams.flow.sink.ScatterDisplay
Set the y attribute on the scatter plot using a regular expression
shallowCopy() - Method in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlotOverlay
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy(boolean) - Method in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlotOverlay
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy() - Method in class adams.gui.visualization.stats.zscore.AbstractZScoreOverlay
create a shallow copy of an overlay
shallowCopy(boolean) - Method in class adams.gui.visualization.stats.zscore.AbstractZScoreOverlay
create a shallow copy of an overlay
shapeTipText() - Method in class adams.gui.visualization.stats.paintlet.Gamma
Tip text for the shape property
shortName() - Method in class adams.gui.visualization.stats.zscore.AbstractZScoreOverlay
Return a short name for the overlay to display in the key
shortName() - Method in class adams.gui.visualization.stats.zscore.Mean
 
shortName() - Method in class adams.gui.visualization.stats.zscore.StdDev
 
showOptionsTipText() - Method in class adams.flow.sink.ZScoreDisplay
Return a tip text for the attribute name property
sizeTipText() - Method in class adams.gui.visualization.stats.paintlet.AbstractProbabilityPaintlet
Tip text for the data point size property
sizeTipText() - Method in class adams.gui.visualization.stats.paintlet.ScatterPaintletCircle
Returns the tip text for this property.
sizeTipText() - Method in class adams.gui.visualization.stats.paintlet.ScatterPaintletCross
Returns the tip text for this property.
sizeTipText() - Method in class adams.gui.visualization.stats.paintlet.VsFitPaintlet
Tip text for the size property
sizeTipText() - Method in class adams.gui.visualization.stats.paintlet.VsOrderPaintlet
Tip text for the size property
sizeTipText() - Method in class adams.gui.visualization.stats.paintlet.ZScoreCircle
Returns the tip text for this property.
spinAxisChange(ChangeEvent) - Method in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Changes the width of the left axis on each box plot
spinHeightChange(ChangeEvent) - Method in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Changes the height of the box plots
spinHorizontalChange(ChangeEvent) - Method in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Change the number of box plots to be displayed in each row
spinWidthChange(ChangeEvent) - Method in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Changes the width of the box plots
standardDeviationsTipText() - Method in class adams.gui.visualization.stats.zscore.StdDev
return a string for the standard deviations option
StdDev - Class in adams.gui.visualization.stats.zscore
Display a standard deviation line on the z score above and below the mean

Valid options are:

StdDev() - Constructor for class adams.gui.visualization.stats.zscore.StdDev
 
StdDevPaintlet - Class in adams.gui.visualization.stats.paintlet
paintlet for displaying stddev overlay on the Z score graph

Valid options are:

StdDevPaintlet() - Constructor for class adams.gui.visualization.stats.paintlet.StdDevPaintlet
 
SubSample - Class in adams.gui.visualization.stats.core
Class for taking a smaller sample of a dataset.
SubSample(Instances, double) - Constructor for class adams.gui.visualization.stats.core.SubSample
constructor

T

thicknessTipText() - Method in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlotOverlay
Return a tip text for the thickness property
thicknessTipText() - Method in class adams.gui.visualization.stats.zscore.AbstractZScoreOverlay
Return a tip text for the thickness property
toString() - Method in class adams.gui.visualization.stats.paintlet.AbstractScatterPlotPaintlet
Returns info on scatterpaintlet object

U

update() - Method in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Update the display with box plots required
updateButtons() - Method in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Updates whether each of the buttons can be pressed depending on the selected list objects
updateGui() - Method in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Updates the state of gui components after options have been set
updateOverlays() - Method in class adams.gui.visualization.stats.scatterplot.Matrix
Updates the display.

V

valueOf(String) - Static method in enum adams.gui.visualization.stats.histogram.HistogramOptions.BoxType
Returns the enum constant of this type with the specified name.
values() - Static method in enum adams.gui.visualization.stats.histogram.HistogramOptions.BoxType
Returns an array containing the constants of this enum type, in the order they are declared.
VersusFit - Class in adams.gui.visualization.stats.fourinone
Class that displays a versus fit graph.
VersusFit() - Constructor for class adams.gui.visualization.stats.fourinone.VersusFit
 
VersusFitOptions - Class in adams.gui.visualization.stats.fourinone
Class that contains options for the versusfit plot

Valid options are:

VersusFitOptions() - Constructor for class adams.gui.visualization.stats.fourinone.VersusFitOptions
 
versusFitOptionsTipText() - Method in class adams.flow.sink.FourInOneDisplay
Tip text for the vs fit options property
VersusFitPanel - Class in adams.gui.visualization.stats.fourinone
Panel for displaying the versus plot data.
VersusFitPanel() - Constructor for class adams.gui.visualization.stats.fourinone.VersusFitPanel
 
VersusOrder - Class in adams.gui.visualization.stats.fourinone
Class that creates a versus order plot with the residuals on the y axis and the position in the data on the x axis.
VersusOrder() - Constructor for class adams.gui.visualization.stats.fourinone.VersusOrder
 
VersusOrderOptions - Class in adams.gui.visualization.stats.fourinone
Class containing the options for the versus order plot

Valid options are:

VersusOrderOptions() - Constructor for class adams.gui.visualization.stats.fourinone.VersusOrderOptions
 
versusOrderOptionsTipText() - Method in class adams.flow.sink.FourInOneDisplay
Tip text for the vsorder options property
VersusOrderPanel - Class in adams.gui.visualization.stats.fourinone
Panel for displaying the versus order data
VersusOrderPanel() - Constructor for class adams.gui.visualization.stats.fourinone.VersusOrderPanel
 
VsFitPaintlet - Class in adams.gui.visualization.stats.paintlet
Paints the data for the versus fit graph

Valid options are:

VsFitPaintlet() - Constructor for class adams.gui.visualization.stats.paintlet.VsFitPaintlet
 
VsOrderPaintlet - Class in adams.gui.visualization.stats.paintlet
Paints the data for the versus order graph

Valid options are:

VsOrderPaintlet() - Constructor for class adams.gui.visualization.stats.paintlet.VsOrderPaintlet
 

W

weka.gui.explorer - package weka.gui.explorer
 
widthAxTipText() - Method in class adams.flow.sink.BoxPlot
Tip text to display for the option
widthBinTipText() - Method in class adams.gui.visualization.stats.histogram.HistogramOptions
Tip text for the bin width property
widthPlotTipText() - Method in class adams.flow.sink.BoxPlot
Tip text to display for the option
windowSizeTipText() - Method in class adams.gui.visualization.stats.paintlet.LowessPaintlet
Returns the tip text for this property.
windowSizeTipText() - Method in class adams.gui.visualization.stats.scatterplot.Lowess
Returns a tip text for the data window size property

X

xAttributeNameTipText() - Method in class adams.flow.sink.ScatterDisplay
Tip text to display for x attribute regular expression
xAttributeTipText() - Method in class adams.flow.sink.ScatterDisplay
Returns the tip text for x attribute set using index.

Y

yAttributeNameTipText() - Method in class adams.flow.sink.ScatterDisplay
Tip text to display for y attribute regular expression
yAttributeTipText() - Method in class adams.flow.sink.ScatterDisplay
Returns the tip text setting the y attribute using an index

Z

ZScore - Class in adams.gui.visualization.stats.zscore
Create a paintable panel displaying a z score plot panel as well being able to choose attribute, paintlet and overlays.
ZScore() - Constructor for class adams.gui.visualization.stats.zscore.ZScore
 
ZScore.AttListener - Class in adams.gui.visualization.stats.zscore
Listener for when the attribute combobox selection changes
ZScore.AttListener(ZScore) - Constructor for class adams.gui.visualization.stats.zscore.ZScore.AttListener
 
ZScore.gridListener - Class in adams.gui.visualization.stats.zscore
Listener for the grid check box
ZScore.gridListener() - Constructor for class adams.gui.visualization.stats.zscore.ZScore.gridListener
 
ZScore.pushButton - Class in adams.gui.visualization.stats.zscore
Listener for when the user clicks on an overlay in the key
ZScore.pushButton() - Constructor for class adams.gui.visualization.stats.zscore.ZScore.pushButton
 
ZScoreCircle - Class in adams.gui.visualization.stats.paintlet
paintlet for plotting cirle points on the z score visualisation

Valid options are:

ZScoreCircle() - Constructor for class adams.gui.visualization.stats.paintlet.ZScoreCircle
 
ZScoreCross - Class in adams.gui.visualization.stats.paintlet
paintlet for plotting cross error points on the z score graph whose size depends on the difference between x and y values

Valid options are:

ZScoreCross() - Constructor for class adams.gui.visualization.stats.paintlet.ZScoreCross
 
ZScoreDisplay - Class in adams.flow.sink
Actor for displaying a z score plot

Valid options are:

ZScoreDisplay() - Constructor for class adams.flow.sink.ZScoreDisplay
 
ZScoreHitDetector - Class in adams.gui.visualization.stats.zscore
Hit detector for the zscore visualisation
ZScoreHitDetector(ZScore) - Constructor for class adams.gui.visualization.stats.zscore.ZScoreHitDetector
Constructor
ZScorePanel - Class in adams.gui.visualization.stats.zscore
A panel that contains the a z score graph.
ZScorePanel() - Constructor for class adams.gui.visualization.stats.zscore.ZScorePanel
 
ZScoreTab - Class in weka.gui.explorer
Tab to display a z score plot in the explorer, not currently being used.
ZScoreTab() - Constructor for class weka.gui.explorer.ZScoreTab
 

A B C D E F G H I L M N O P R S T U V W X Y Z

Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.