|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BasicDrawingPane | |
---|---|
org.knime.base.node.mine.regression.linear.view | Customized scatter plot view that also shows the regression line. |
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.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. |
Uses of BasicDrawingPane in org.knime.base.node.mine.regression.linear.view |
---|
Subclasses of BasicDrawingPane in org.knime.base.node.mine.regression.linear.view | |
---|---|
class |
LinRegLineDrawingPane
DrawingPane that also draws the regression line. |
Uses of BasicDrawingPane in org.knime.base.node.viz.plotter.basic |
---|
Subclasses of BasicDrawingPane in org.knime.base.node.viz.plotter.basic | |
---|---|
class |
BasicDrawingPaneImpl
|
Constructors in org.knime.base.node.viz.plotter.basic with parameters of type BasicDrawingPane | |
---|---|
BasicPlotterImpl(BasicDrawingPane pane)
|
|
BasicPlotterImpl(BasicDrawingPane pane,
AbstractPlotterProperties props)
Create a new basis plotter implementation. |
Uses of BasicDrawingPane in org.knime.base.node.viz.plotter.box |
---|
Subclasses of BasicDrawingPane in org.knime.base.node.viz.plotter.box | |
---|---|
class |
BoxPlotDrawingPane
Paints the Box es, the dots from
the DotInfoArray
(since it derives from
ScatterPlotterDrawingPane )
and the labels for the boxes and outliers. |
Uses of BasicDrawingPane in org.knime.base.node.viz.plotter.line |
---|
Subclasses of BasicDrawingPane in org.knime.base.node.viz.plotter.line | |
---|---|
class |
LinePlotterDrawingPane
Connects the dots in the passed DotInfoArray with lines. |
Uses of BasicDrawingPane in org.knime.base.node.viz.plotter.parcoord |
---|
Subclasses of BasicDrawingPane in org.knime.base.node.viz.plotter.parcoord | |
---|---|
class |
ParallelCoordinateDrawingPane
Since the ParallelCoordinatesPlotter
only calculates the mapped datapoints, the connection of them by lines or
curves is done here, also the missing values handling. |
Uses of BasicDrawingPane in org.knime.base.node.viz.plotter.scatter |
---|
Subclasses of BasicDrawingPane in org.knime.base.node.viz.plotter.scatter | |
---|---|
class |
ScatterPlotterDrawingPane
Shows the mapped data points and provides a tooltip for each data point with the domain value and the row ID. |
Uses of BasicDrawingPane in org.knime.base.node.viz.plotter.scattermatrix |
---|
Subclasses of BasicDrawingPane in org.knime.base.node.viz.plotter.scattermatrix | |
---|---|
class |
ScatterMatrixDrawingPane
Holds a matrix of ScatterMatrixElement s. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |