|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ScatterPlotter | |
---|---|
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.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.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 ScatterPlotter in org.knime.base.node.mine.regression.linear.view |
---|
Subclasses of ScatterPlotter in org.knime.base.node.mine.regression.linear.view | |
---|---|
class |
LinRegLinePlotter
A scatter plot with a regression line. |
Uses of ScatterPlotter in org.knime.base.node.mine.regression.polynomial.learner |
---|
Subclasses of ScatterPlotter in org.knime.base.node.mine.regression.polynomial.learner | |
---|---|
class |
PolyRegLineScatterPlotter
This class is the plotter used inside the PolyRegLineNodeView . |
Uses of ScatterPlotter in org.knime.base.node.viz.plotter.dendrogram |
---|
Subclasses of ScatterPlotter 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 ScatterPlotter in org.knime.base.node.viz.plotter.line |
---|
Subclasses of ScatterPlotter 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 ScatterPlotter in org.knime.base.node.viz.plotter.scatter |
---|
Constructors in org.knime.base.node.viz.plotter.scatter with parameters of type ScatterPlotter | |
---|---|
ScatterPlotterNodeView(NodeModel model,
ScatterPlotter plotter)
Adds a show/hide menu to the menu bar. |
Uses of ScatterPlotter in org.knime.base.node.viz.plotter.scattermatrix |
---|
Subclasses of ScatterPlotter 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 |