Package com.rapidminer.gui.graphs

This package contains plotting functionality for graphs and some graph plot implementations for common RapidMiner graphs.

See:
          Description

Interface Summary
GraphCreator<V,E> Creates a graph which can be displayed by the graph viewer.
GraphObjectViewer This object viewer can be used by the GraphViewer.
 

Class Summary
AssociationRulesGraphCreator Creates a graph model for a set of association rules.
BasicVertexShapeTransformer<V> The basic vertex shaper for the GraphViewer.
ClusterModelGraphCreator The graph model creator for cluster models.
ClusterModelObjectViewer The graph object viewer for cluster nodes in a cluster model.
DefaultObjectViewer The graph object viewer for nodes in a similarity graph.
ExtendedVertexShapeTransformer<V> The extended vertex shaper for the GraphViewer.
GraphCreatorAdaptor An adaptor for the graph creator interface.
GraphViewer<V,E> The basic graph viewer component for graphs.
LayoutSelection<V,E> The layout selection for the GraphViewer.
ShapeBasedTreeLayout<V,E> This layout algorithm takes the shapes of the trees into account and performs a non-overlapping layout.
SimilarityGraphCreator The graph model creator for similarity measurements.
SortableEdge A helper class for sorting edges between two vertices according to the edge value.
TransitionGraphCreator The graph model creator for transition graphs.
TreeModelEdgeLabelRenderer<V,E> This code is the basic edge label renderer from Jung (unfortunately there was no authot given in the original source) but it was changed so that the labels are always painted in the center location of the edge.
TreeModelGraphCreator Creates a graph model for a learned tree model.
TreeModelNodeLabelRenderer<V,E> This renderer is used for rendering the labels of the tree model nodes.
TreeModelNodeLabelRenderer.InsidePositioner Used for positioning the label inside of a node,
TreeModelNodeLabelRenderer.OutsidePositioner Used for positioning the label outside of a node,
TreeModelNodeRenderer<V,E> This class is used for rendering the nodes of a tree model.
 

Package com.rapidminer.gui.graphs Description

This package contains plotting functionality for graphs and some graph plot implementations for common RapidMiner graphs.



Copyright © 2001-2009 by Rapid-I