|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.knime.base.node.viz.plotter.dendrogram | |
---|---|
org.knime.base.node.mine.cluster.hierarchical | Contains the implementation of a node performing hierarchical clustering. |
org.knime.base.node.viz.plotter.dendrogram | Contains all classes necessary to visualize a hierachical clustering result
represented by a DendrogramNode . |
Classes in org.knime.base.node.viz.plotter.dendrogram used by org.knime.base.node.mine.cluster.hierarchical | |
---|---|
DendrogramNode
This interface describes a node depicted in a dendrogram plot. |
|
DendrogramPlotter
Converts a DendrogramNode
into a BinaryTree of
DendrogramPoint s, which
is the visual representation of a hierachical clustering result stored in the
DendrogramNode . |
Classes in org.knime.base.node.viz.plotter.dendrogram used by org.knime.base.node.viz.plotter.dendrogram | |
---|---|
BinaryTree
|
|
BinaryTree.Traversal
Tree traversal methods. |
|
BinaryTreeNode
A generic tree with a content, a reference to the parent node and with a left child and a right child. |
|
DendrogramDrawingPane
Interprets the BinaryTree
of DendrogramPoint s such
that the leaf nodes (the data points) are painted and the cluster nodes are
drawn with a horizontal line between the contained subnodes and vertical
lines to that subnodes. |
|
DendrogramNode
This interface describes a node depicted in a dendrogram plot. |
|
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. |
|
DendrogramPoint
Represents a point in the dendrogram with the contained rows, the distance of the cluster, the point in the drawing pane and the visual properties hilited, selected, relative size, color and shape. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |