class |
AbstractComponentDisplayPanel |
Ancestor for panels that can be created from tokens and supply the
underlying component.
|
class |
AbstractGraphicalDisplay |
Ancestor for actors that display stuff.
|
class |
AbstractTextAndComponentDisplayPanel |
Ancestor for panels that can be created from tokens and supply the
underlying component or text.
|
class |
ActualVsPredictedPlot |
Plots actual vs predicted columns obtained from a spreadsheet.
|
class |
ArrayDisplay |
Displays the array elements in a single panel.
|
class |
BoxPlot |
* Actor for displaying box plots.
*
* For more information, see:
* http://en.wikipedia.org/wiki/Box_plot
*
Valid options are:
|
class |
Canvas |
General purpose drawing canvas.
|
class |
ControlChartPlot |
Actor for generating control chart plots.
The plot needs to be initialized with a class adams.flow.container.ControlChartContainer.
|
class |
DisplayPanelGrid |
Sink that places a panel in the grid for each each arriving token.
Uses the user-defined panel provider for creating the panels.
|
class |
DisplayPanelManager |
Actor that displays a 'history' of panels created by the selected panel provider.
|
class |
DOMDisplay |
Displays a DOM node object as tree structure.
|
class |
FilePreview |
Actor for previewing file contents.
|
static class |
FilePreview.FilePreviewDisplayPanel |
|
class |
FlowDisplay |
Displays an actor or flow.
|
class |
FourInOneDisplay |
Actor for displaying a four-in-one plot.
|
class |
Histogram |
Generates a histogram based on the incoming data.
|
class |
Html4Display |
Viewer for HTML 4.
|
class |
ImageHistogram |
Displays a histogram of a gray image or histograms per channel for color image.
|
class |
ImageSegmentationViewer |
Displays image segmentation containers.
|
static class |
ImageSegmentationViewer.ImageSegmentationViewerDisplayPanel |
|
class |
ImageViewer |
Actor for displaying an image.
|
static class |
ImageViewer.ImageViewerDisplayPanel |
|
class |
JFreeChartPlot |
Generates and displays a plot using JFreeChart.
|
class |
JsonDisplay |
Displays a JSON object as tree structure.
|
class |
MatrixPlot |
Actor for displaying a matrix of scatter plots
Valid options are:
|
class |
ObjectPreview |
Actor for previewing file contents.
|
static class |
ObjectPreview.FilePreviewDisplayPanel |
|
class |
ObjectViewer |
Allows to inspect any object using ADAMS' inspection capabilities.
|
class |
PDFViewer |
Actor for displaying PDF files.
|
class |
ProbabilityPlotDisplay |
Actor for displaying a probability plot
Valid options are:
|
class |
ProgressBar |
Displays a progress bar.
|
class |
ScatterDisplay |
Actor for displaying a scatter plot of one attribute vs another.
|
class |
SequencePlotter |
Actor that plots sequences over time.
See also:
adams.flow.sink.SimplePlot
Input/output:
- accepts:
adams.flow.container.SequencePlotterContainer
adams.flow.container.SequencePlotterContainer[]
Container information:
- adams.flow.container.SequencePlotterContainer: PlotName, X, Y, Content type, Error X, Error Y, MetaData
|
class |
SideBySideDiff |
Actor for displaying a side-by-side diff.
|
class |
SimplePlot |
Actor for generating simple plots.
See also:
adams.flow.sink.SequencePlotter
Input/output:
- accepts:
adams.flow.container.SequencePlotterContainer
adams.flow.container.SequencePlotterContainer[]
Container information:
- adams.flow.container.SequencePlotterContainer: PlotName, X, Y, Content type, Error X, Error Y, MetaData
|
class |
SpreadSheetDisplay |
Actor for displaying a spreadsheet.
Custom background for negative/positive values can be specified as well.
|
static class |
SpreadSheetDisplay.SpreadSheetDisplayPanel |
|
class |
SpreadSheetRowViewer |
Actor for displaying spreadsheet rows in a graphical way, like the 'Spreadsheet Explorer' tool.
|
class |
StringTree |
Generates a tree from the strings arriving at the input, splitting them into parts using the specified separator.
|
class |
TimeseriesDisplay |
Actor that displays timeseries.
|
protected class |
TimeseriesDisplay.DisplayPanel |
|
class |
WekaAttributeSummary |
Displays an attribute summary.
|
class |
WekaClassifierErrors |
Actor for displaying classifier errors.
|
class |
WekaCostBenefitAnalysis |
Actor for displaying a cost benefit analysis dialog.
|
class |
WekaCostCurve |
Actor for displaying a cost curve.
|
class |
WekaGraphVisualizer |
Displays BayesNet graphs in XML or BIF notation
Either displays the contents of a file or an object that implements weka.core.Drawable and generates a BayesNet graph.
|
class |
WekaInstancesDisplay |
Actor for displaying a weka.core.Instances object in table format.
|
class |
WekaInstancesPlot |
Actor for plotting one attribute vs another.
|
class |
WekaInstanceViewer |
Actor for displaying adams.data.instance.Instance objects in a graphical way (using the internal format), like the 'Instance Explorer' tool.
|
class |
WekaMarginCurve |
Actor for displaying margin errors.
|
class |
WekaThresholdCurve |
Actor for displaying threshold curves, like ROC or precision/recall.
|
class |
WekaTreeVisualizer |
Displays trees in dot notation.
|
class |
ZScoreDisplay |
Actor for displaying a z score plot
Valid options are:
|