|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.knime.base.node.viz.plotter.scatter | |
---|---|
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.box | Contains all classes that realize a box plot. |
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. |
Classes in org.knime.base.node.viz.plotter.scatter used by org.knime.base.node.mine.regression.linear.view | |
---|---|
ScatterPlotter
Maps the two selected columns to the screen coordinates. |
|
ScatterPlotterDrawingPane
Shows the mapped data points and provides a tooltip for each data point with the domain value and the row ID. |
|
ScatterPlotterProperties
In addition to the TwoColumnProperties a
tab to adjust the dot size and the jitter rate is provided. |
Classes in org.knime.base.node.viz.plotter.scatter used by org.knime.base.node.mine.regression.polynomial.learner | |
---|---|
ScatterPlotter
Maps the two selected columns to the screen coordinates. |
Classes in org.knime.base.node.viz.plotter.scatter used by org.knime.base.node.viz.plotter.box | |
---|---|
DotInfo
This is a helper class for the ScatterPlotView. |
|
ScatterPlotterDrawingPane
Shows the mapped data points and provides a tooltip for each data point with the domain value and the row ID. |
Classes in org.knime.base.node.viz.plotter.scatter used by org.knime.base.node.viz.plotter.dendrogram | |
---|---|
ScatterPlotter
Maps the two selected columns to the screen coordinates. |
Classes in org.knime.base.node.viz.plotter.scatter used by org.knime.base.node.viz.plotter.line | |
---|---|
DotInfo
This is a helper class for the ScatterPlotView. |
|
ScatterPlotter
Maps the two selected columns to the screen coordinates. |
|
ScatterPlotterDrawingPane
Shows the mapped data points and provides a tooltip for each data point with the domain value and the row ID. |
Classes in org.knime.base.node.viz.plotter.scatter used by org.knime.base.node.viz.plotter.scatter | |
---|---|
DotInfo
This is a helper class for the ScatterPlotView. |
|
DotInfoArray
Class that holds all DotInfo s. |
|
ScatterPlotter
Maps the two selected columns to the screen coordinates. |
Classes in org.knime.base.node.viz.plotter.scatter used by org.knime.base.node.viz.plotter.scattermatrix | |
---|---|
DotInfo
This is a helper class for the ScatterPlotView. |
|
ScatterPlotter
Maps the two selected columns to the screen coordinates. |
|
ScatterPlotterDrawingPane
Shows the mapped data points and provides a tooltip for each data point with the domain value and the row ID. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |