package-summary.html
来自「数据挖掘方面最新软件」· HTML 代码 · 共 250 行
HTML
250 行
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!--NewPage--><HTML><HEAD><!-- Generated by javadoc (build 1.5.0_13) on Mon Jul 14 01:36:53 CEST 2008 --><TITLE>com.rapidminer.gui.graphs (RapidMiner Class Documentation)</TITLE><META NAME="keywords" CONTENT="com.rapidminer.gui.graphs package"><LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"><SCRIPT type="text/javascript">function windowTitle(){ parent.document.title="com.rapidminer.gui.graphs (RapidMiner Class Documentation)";}</SCRIPT><NOSCRIPT></NOSCRIPT></HEAD><BODY BGCOLOR="white" onload="windowTitle();"><!-- ========= START OF TOP NAVBAR ======= --><A NAME="navbar_top"><!-- --></A><A HREF="#skip-navbar_top" title="Skip navigation links"></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_top_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../com/rapidminer/gui/dialog/boxviewer/package-summary.html"><B>PREV PACKAGE</B></A> <A HREF="../../../../com/rapidminer/gui/graphs/actions/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?com/rapidminer/gui/graphs/package-summary.html" target="_top"><B>FRAMES</B></A> <A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--></SCRIPT><NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A></NOSCRIPT></FONT></TD></TR></TABLE><A NAME="skip-navbar_top"></A><!-- ========= END OF TOP NAVBAR ========= --><HR><H2>Package com.rapidminer.gui.graphs</H2>This package contains plotting functionality for graphs and some graph plot implementations for common RapidMiner graphs.<P><B>See:</B><BR> <A HREF="#package_description"><B>Description</B></A><P><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"><B>Interface Summary</B></FONT></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/gui/graphs/GraphCreator.html" title="interface in com.rapidminer.gui.graphs">GraphCreator<V,E></A></B></TD><TD>Creates a graph which can be displayed by the graph viewer.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/gui/graphs/GraphObjectViewer.html" title="interface in com.rapidminer.gui.graphs">GraphObjectViewer</A></B></TD><TD>This object viewer can be used by the <A HREF="../../../../com/rapidminer/gui/graphs/GraphViewer.html" title="class in com.rapidminer.gui.graphs"><CODE>GraphViewer</CODE></A>.</TD></TR></TABLE> <P><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"><B>Class Summary</B></FONT></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/gui/graphs/AssociationRulesGraphCreator.html" title="class in com.rapidminer.gui.graphs">AssociationRulesGraphCreator</A></B></TD><TD>Creates a graph model for a set of association rules.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/gui/graphs/BasicVertexShapeTransformer.html" title="class in com.rapidminer.gui.graphs">BasicVertexShapeTransformer<V></A></B></TD><TD>The basic vertex shaper for the <A HREF="../../../../com/rapidminer/gui/graphs/GraphViewer.html" title="class in com.rapidminer.gui.graphs"><CODE>GraphViewer</CODE></A>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/gui/graphs/ClusterModelGraphCreator.html" title="class in com.rapidminer.gui.graphs">ClusterModelGraphCreator</A></B></TD><TD>The graph model creator for cluster models.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/gui/graphs/ClusterModelObjectViewer.html" title="class in com.rapidminer.gui.graphs">ClusterModelObjectViewer</A></B></TD><TD>The graph object viewer for cluster nodes in a cluster model.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/gui/graphs/ExtendedVertexShapeTransformer.html" title="class in com.rapidminer.gui.graphs">ExtendedVertexShapeTransformer<V></A></B></TD><TD>The extended vertex shaper for the <A HREF="../../../../com/rapidminer/gui/graphs/GraphViewer.html" title="class in com.rapidminer.gui.graphs"><CODE>GraphViewer</CODE></A>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/gui/graphs/GraphCreatorAdaptor.html" title="class in com.rapidminer.gui.graphs">GraphCreatorAdaptor</A></B></TD><TD>An adaptor for the graph creator interface.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/gui/graphs/GraphViewer.html" title="class in com.rapidminer.gui.graphs">GraphViewer<V,E></A></B></TD><TD>The basic graph viewer component for graphs.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/gui/graphs/LayoutSelection.html" title="class in com.rapidminer.gui.graphs">LayoutSelection<V,E></A></B></TD><TD>The layout selection for the <A HREF="../../../../com/rapidminer/gui/graphs/GraphViewer.html" title="class in com.rapidminer.gui.graphs"><CODE>GraphViewer</CODE></A>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/gui/graphs/SimilarityGraphCreator.html" title="class in com.rapidminer.gui.graphs">SimilarityGraphCreator</A></B></TD><TD>The graph model creator for similarity measurements.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/gui/graphs/SimilarityObjectViewer.html" title="class in com.rapidminer.gui.graphs">SimilarityObjectViewer</A></B></TD><TD>The graph object viewer for nodes in a similarity graph.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/gui/graphs/TreeModelEdgeLabelRenderer.html" title="class in com.rapidminer.gui.graphs">TreeModelEdgeLabelRenderer<V,E></A></B></TD><TD>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.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/gui/graphs/TreeModelGraphCreator.html" title="class in com.rapidminer.gui.graphs">TreeModelGraphCreator</A></B></TD><TD>Creates a graph model for a learned tree model.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/gui/graphs/TreeModelNodeLabelRenderer.html" title="class in com.rapidminer.gui.graphs">TreeModelNodeLabelRenderer<V,E></A></B></TD><TD>This renderer is used for rendering the labels of the tree model nodes.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/gui/graphs/TreeModelNodeLabelRenderer.InsidePositioner.html" title="class in com.rapidminer.gui.graphs">TreeModelNodeLabelRenderer.InsidePositioner</A></B></TD><TD>Used for positioning the label inside of a node,</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/gui/graphs/TreeModelNodeLabelRenderer.OutsidePositioner.html" title="class in com.rapidminer.gui.graphs">TreeModelNodeLabelRenderer.OutsidePositioner</A></B></TD><TD>Used for positioning the label outside of a node,</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/gui/graphs/TreeModelNodeRenderer.html" title="class in com.rapidminer.gui.graphs">TreeModelNodeRenderer<V,E></A></B></TD><TD>This class is used for rendering the nodes of a tree model.</TD></TR></TABLE> <P><A NAME="package_description"><!-- --></A><H2>Package com.rapidminer.gui.graphs Description</H2><P>This package contains plotting functionality for graphs and some graph plot implementations for common RapidMiner graphs.<P><P><DL></DL><HR><!-- ======= START OF BOTTOM NAVBAR ====== --><A NAME="navbar_bottom"><!-- --></A><A HREF="#skip-navbar_bottom" title="Skip navigation links"></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM><a href="http://sourceforge.net"><img src="http://sourceforge.net/sflogo.php?group_id=114160&type=2" width="125" height="37" border="0" alt="SourceForge.net Logo" /></a></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../com/rapidminer/gui/dialog/boxviewer/package-summary.html"><B>PREV PACKAGE</B></A> <A HREF="../../../../com/rapidminer/gui/graphs/actions/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?com/rapidminer/gui/graphs/package-summary.html" target="_top"><B>FRAMES</B></A> <A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--></SCRIPT><NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A></NOSCRIPT></FONT></TD></TR></TABLE><A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= --><HR><i>Copyright © 2001-2008 by <a href="http://rapid-i.com" target="_blank">Rapid-I</a></i></BODY></HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?