Package | Description |
---|---|
org.knime.base.node.mine.cluster.hierarchical |
Contains the implementation of a node performing hierarchical clustering.
|
org.knime.base.node.mine.regression.linear.view |
Customized scatter plot view that also shows the regression line.
|
org.knime.base.node.mine.regression.linear2.view |
Customized scatter plot view that also shows the regression line.
|
org.knime.base.node.viz.histogram.impl |
This package contains the different plotter implementations of the histogram
and the root class AbstractHistogramPlotter and AbstractHistogramProperties
that need to be implemented by the concrete implementation.
|
org.knime.base.node.viz.histogram.impl.fixed |
This is the memory saving implementation of the abstract histogram plotter.
|
org.knime.base.node.viz.histogram.impl.interactive |
This is the interactive implementation of the abstract histogram plotter.
|
org.knime.base.node.viz.pie.impl |
This package contains the plotter framework implementation classes.
|
org.knime.base.node.viz.pie.impl.fixed |
This package contains the fixed pie chart plotter classes.
|
org.knime.base.node.viz.pie.impl.interactive |
This package contains the interactive pie chart plotter classes.
|
org.knime.base.node.viz.plotter |
Contains the basic viewing framework for KNIME.
|
org.knime.base.node.viz.plotter.basic |
The idea behind the
BasicPlotter is to provide a small fraction of the
functionality known from "R" or "GnuPlot", if you have some basic elements,
such as lines, ellipses, rectangles, you want to add to your view you can use
the BasicPlotter . |
org.knime.base.node.viz.plotter.box |
Contains all classes that realize a box plot.
|
org.knime.base.node.viz.plotter.columns |
This package contains convenient classes when two or
n columns
should be displayed. |
org.knime.base.node.viz.plotter.dendrogram |
Contains all classes necessary to visualize a hierachical clustering result
represented by a
DendrogramNode . |
org.knime.base.node.viz.plotter.line |
A line plot plots the numeric columns of the input table as lines.
|
org.knime.base.node.viz.plotter.parcoord |
A ParallelCoordinatePlot is a representation of multi-dimensional information
or data, in which multiple dimensions are allocated to parallel axes on-screen.
|
org.knime.base.node.viz.plotter.scatter |
A scatter plot maps to columns (dimensions) of data to 2-dimensional space, which
results that each row (data instance) can be represented as one 2-dimensional point.
|
org.knime.base.node.viz.plotter.scattermatrix |
A scatter matrix plot is a matrix of scatter plots, where each selected column
is plotted against each selected column.
|
Modifier and Type | Class and Description |
---|---|
class |
DistancePlotProperties |
Modifier and Type | Class and Description |
---|---|
class |
LinRegLinePlotterProperties
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
LinReg2LinePlotterProperties
Properties for the
LinReg2LinePlotter which ensures
that the y axis is fixed to the target column and the x column selection box
only contains the columns used for the model calculation. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractHistogramProperties
Abstract class which handles the default properties like layouting.
|
Modifier and Type | Class and Description |
---|---|
class |
FixedHistogramProperties
The properties panel of the Histogram plotter which allows the user to change
the look and behaviour of the histogram plotter.
|
Modifier and Type | Class and Description |
---|---|
class |
InteractiveHistogramProperties
The properties panel of the Histogram plotter which allows the user to change
the look and behaviour of the histogram plotter.
|
Modifier and Type | Class and Description |
---|---|
class |
PieProperties<D extends PieVizModel>
The abstract pie properties panel which allows to change the different
view options.
|
Modifier and Type | Class and Description |
---|---|
class |
FixedPieProperties
The fixed implementation of the
PieProperties panel. |
Modifier and Type | Class and Description |
---|---|
class |
InteractivePieProperties
The interactive implementation of the
PieProperties panel which
allows the changing of the pie and aggregation column. |
Modifier and Type | Method and Description |
---|---|
AbstractPlotterProperties |
AbstractPlotter.getProperties() |
Constructor and Description |
---|
AbstractPlotter(AbstractDrawingPane drawingPane,
AbstractPlotterProperties properties)
Creates a new plotter with a drawing pane and a properties panel.
|
Constructor and Description |
---|
BasicPlotter(AbstractDrawingPane panel,
AbstractPlotterProperties properties)
Always provide a possibility to construct a customized plotter.
|
BasicPlotterImpl(BasicDrawingPane pane,
AbstractPlotterProperties props)
Create a new basis plotter implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
BoxPlotterProperties
Tab to select whether to normalize the drawing or not.
|
Modifier and Type | Class and Description |
---|---|
class |
MultiColumnPlotterProperties
This class adds to the default properties
(
AbstractPlotterProperties ) a column
filter and provides the possibility to update the columns displayed in this
column filter. |
class |
TwoColumnProperties
Provides functionality to select the x and the y column to display.
|
Constructor and Description |
---|
TwoColumnPlotter(AbstractDrawingPane panel,
AbstractPlotterProperties properties)
Constructor for extending classes.
|
Modifier and Type | Class and Description |
---|---|
class |
DendrogramPlotterProperties
In addition to the
AbstractPlotterProperties a
LinePlotterAppearanceTab is
added, to adjust the dot size and line thickness and to show or hide the
dots. |
Modifier and Type | Class and Description |
---|---|
class |
LinePlotterProperties
One tab for the color legend with the possibility to change the color for
each column, one tab to set whether missing values should be interpolated
or not and one tab to adjust dot size and line thickness and to select
whether to show or hide the dots.
|
Constructor and Description |
---|
LinePlotter(AbstractDrawingPane panel,
AbstractPlotterProperties properties)
The construction kit constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
ParallelCoordinatePlotterProperties
In addition to the
MultiColumnPlotterProperties
a tab to select how to handle missing values and a tab to adjust dot size,
line thickness and select whether to show or hide dots is provided. |
Modifier and Type | Class and Description |
---|---|
class |
ScatterPlotterProperties
In addition to the
TwoColumnProperties a
tab to adjust the dot size and the jitter rate is provided. |
Constructor and Description |
---|
ScatterPlotter(AbstractDrawingPane panel,
AbstractPlotterProperties properties)
Construction kit constructor to construct a customized plotter,
registeres all necessary listeners.
|
Modifier and Type | Class and Description |
---|---|
class |
ScatterMatrixProperties
Extends the
MultiColumnPlotterProperties
by adding a
ScatterPlotterAppearanceTab . |
KNIME GmbH, Konstanz, Germany
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.