|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BasicPlotter | |
---|---|
org.knime.base.node.mine.regression.linear.view | Customized scatter plot view that also shows the regression line. |
org.knime.base.node.mine.regression.polynomial.learner | The polyreg's predictor package contains just the two classes that make up the predictor node: the model and its factory. |
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. |
Uses of BasicPlotter in org.knime.base.node.mine.regression.linear.view |
---|
Subclasses of BasicPlotter in org.knime.base.node.mine.regression.linear.view | |
---|---|
class |
LinRegLinePlotter
A scatter plot with a regression line. |
Uses of BasicPlotter in org.knime.base.node.mine.regression.polynomial.learner |
---|
Subclasses of BasicPlotter in org.knime.base.node.mine.regression.polynomial.learner | |
---|---|
class |
PolyRegLineScatterPlotter
This class is the plotter used inside the PolyRegLineNodeView . |
Uses of BasicPlotter in org.knime.base.node.viz.plotter.basic |
---|
Subclasses of BasicPlotter in org.knime.base.node.viz.plotter.basic | |
---|---|
class |
BasicPlotterImpl
|
Uses of BasicPlotter in org.knime.base.node.viz.plotter.box |
---|
Subclasses of BasicPlotter in org.knime.base.node.viz.plotter.box | |
---|---|
class |
BoxPlotter
The BoxPlotter calculates, based on the statistical
parameters determined by the
BoxPlotNodeModel , the
Box es to
draw in the updateSize method. |
class |
ConditionalBoxPlotter
|
Uses of BasicPlotter in org.knime.base.node.viz.plotter.columns |
---|
Subclasses of BasicPlotter in org.knime.base.node.viz.plotter.columns | |
---|---|
class |
TwoColumnPlotter
Wraps the functionality where the data of two columns have to be displayed. |
Uses of BasicPlotter in org.knime.base.node.viz.plotter.dendrogram |
---|
Subclasses of BasicPlotter in org.knime.base.node.viz.plotter.dendrogram | |
---|---|
class |
DendrogramPlotter
Converts a DendrogramNode
into a BinaryTree of
DendrogramPoint s, which
is the visual representation of a hierachical clustering result stored in the
DendrogramNode . |
Uses of BasicPlotter in org.knime.base.node.viz.plotter.line |
---|
Subclasses of BasicPlotter in org.knime.base.node.viz.plotter.line | |
---|---|
class |
LinePlotter
Plots the values of all selected numeric columns as lines in a plot, where the x axis are the rows and the y axis are the values from the minimum of the values in all columns to the maximum of the values of all selected columns. |
Uses of BasicPlotter in org.knime.base.node.viz.plotter.parcoord |
---|
Subclasses of BasicPlotter in org.knime.base.node.viz.plotter.parcoord | |
---|---|
class |
ParallelCoordinatesPlotter
|
Uses of BasicPlotter in org.knime.base.node.viz.plotter.scatter |
---|
Subclasses of BasicPlotter in org.knime.base.node.viz.plotter.scatter | |
---|---|
class |
ScatterPlotter
Maps the two selected columns to the screen coordinates. |
Uses of BasicPlotter in org.knime.base.node.viz.plotter.scattermatrix |
---|
Subclasses of BasicPlotter in org.knime.base.node.viz.plotter.scattermatrix | |
---|---|
class |
ScatterMatrixPlotter
Creates the scatter matrix elements as rectangles with a x and y coordinates, passes these ScatterMatrixElement s
to the
ScatterMatrixDrawingPane . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |