radvizplotter.html

来自「数据挖掘方面最新软件」· HTML 代码 · 共 1,030 行 · 第 1/5 页

HTML
1,030
字号
<DD>The vector directions of the axes of the rad viz.<P><DL></DL></DL><HR><A NAME="anchorVectorY"><!-- --></A><H3>anchorVectorY</H3><PRE>protected double[] <B>anchorVectorY</B></PRE><DL><DD>The vector directions of the axes of the rad viz.<P><DL></DL></DL><HR><A NAME="colorColumn"><!-- --></A><H3>colorColumn</H3><PRE>protected int <B>colorColumn</B></PRE><DL><DD>The column which should be used to colorize the data points.<P><DL></DL></DL><HR><A NAME="ignoreList"><!-- --></A><H3>ignoreList</H3><PRE>protected javax.swing.JList <B>ignoreList</B></PRE><DL><DD>The list of columns which should not be used as dimension anchors.<P><DL></DL></DL><HR><A NAME="scale"><!-- --></A><H3>scale</H3><PRE>protected double <B>scale</B></PRE><DL><DD>The scaling factor for point plotting, usually 1.<P><DL></DL></DL><!-- ========= CONSTRUCTOR DETAIL ======== --><A NAME="constructor_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Constructor Detail</B></FONT></TH></TR></TABLE><A NAME="RadVizPlotter()"><!-- --></A><H3>RadVizPlotter</H3><PRE>public <B>RadVizPlotter</B>()</PRE><DL><DD>Creates a new RadViz plotter.<P></DL><HR><A NAME="RadVizPlotter(com.rapidminer.datatable.DataTable)"><!-- --></A><H3>RadVizPlotter</H3><PRE>public <B>RadVizPlotter</B>(<A HREF="../../../../com/rapidminer/datatable/DataTable.html" title="interface in com.rapidminer.datatable">DataTable</A>&nbsp;dataTable)</PRE><DL><DD>Creates a new RadViz plotter from the given data table.<P></DL><!-- ============ METHOD DETAIL ========== --><A NAME="method_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Method Detail</B></FONT></TH></TR></TABLE><A NAME="getPlotterCondition()"><!-- --></A><H3>getPlotterCondition</H3><PRE>public <A HREF="../../../../com/rapidminer/gui/plotter/conditions/PlotterCondition.html" title="interface in com.rapidminer.gui.plotter.conditions">PlotterCondition</A> <B>getPlotterCondition</B>()</PRE><DL><DD><B>Description copied from class: <CODE><A HREF="../../../../com/rapidminer/gui/plotter/PlotterAdapter.html#getPlotterCondition()">PlotterAdapter</A></CODE></B></DD><DD>Returns a <A HREF="../../../../com/rapidminer/gui/plotter/conditions/BasicPlotterCondition.html" title="class in com.rapidminer.gui.plotter.conditions"><CODE>BasicPlotterCondition</CODE></A> allowing for all <A HREF="../../../../com/rapidminer/datatable/DataTable.html" title="interface in com.rapidminer.datatable"><CODE>DataTable</CODE></A>s. Subclasses  should override this method in order to indicate that they might not be able to handle  certain data tables.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../com/rapidminer/gui/plotter/Plotter.html#getPlotterCondition()">getPlotterCondition</A></CODE> in interface <CODE><A HREF="../../../../com/rapidminer/gui/plotter/Plotter.html" title="interface in com.rapidminer.gui.plotter">Plotter</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../com/rapidminer/gui/plotter/PlotterAdapter.html#getPlotterCondition()">getPlotterCondition</A></CODE> in class <CODE><A HREF="../../../../com/rapidminer/gui/plotter/PlotterAdapter.html" title="class in com.rapidminer.gui.plotter">PlotterAdapter</A></CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="setDataTable(com.rapidminer.datatable.DataTable)"><!-- --></A><H3>setDataTable</H3><PRE>public void <B>setDataTable</B>(<A HREF="../../../../com/rapidminer/datatable/DataTable.html" title="interface in com.rapidminer.datatable">DataTable</A>&nbsp;dataTable)</PRE><DL><DD><B>Description copied from class: <CODE><A HREF="../../../../com/rapidminer/gui/plotter/PlotterAdapter.html#setDataTable(com.rapidminer.datatable.DataTable)">PlotterAdapter</A></CODE></B></DD><DD>Since this method already adds this object as a listener, all methods  overriding this one should invoke the super method.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../com/rapidminer/gui/plotter/Plotter.html#setDataTable(com.rapidminer.datatable.DataTable)">setDataTable</A></CODE> in interface <CODE><A HREF="../../../../com/rapidminer/gui/plotter/Plotter.html" title="interface in com.rapidminer.gui.plotter">Plotter</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../com/rapidminer/gui/plotter/PlotterAdapter.html#setDataTable(com.rapidminer.datatable.DataTable)">setDataTable</A></CODE> in class <CODE><A HREF="../../../../com/rapidminer/gui/plotter/PlotterAdapter.html" title="class in com.rapidminer.gui.plotter">PlotterAdapter</A></CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="setPlotColumn(int, boolean)"><!-- --></A><H3>setPlotColumn</H3><PRE>public void <B>setPlotColumn</B>(int&nbsp;index,                          boolean&nbsp;plot)</PRE><DL><DD><B>Description copied from class: <CODE><A HREF="../../../../com/rapidminer/gui/plotter/PlotterAdapter.html#setPlotColumn(int, boolean)">PlotterAdapter</A></CODE></B></DD><DD>Does nothing. Subclasses should override this method if they want to allow plot column selection.   In this case, the method <A HREF="../../../../com/rapidminer/gui/plotter/PlotterAdapter.html#getPlotColumn(int)"><CODE>PlotterAdapter.getPlotColumn(int)</CODE></A> should also be overriden.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../com/rapidminer/gui/plotter/Plotter.html#setPlotColumn(int, boolean)">setPlotColumn</A></CODE> in interface <CODE><A HREF="../../../../com/rapidminer/gui/plotter/Plotter.html" title="interface in com.rapidminer.gui.plotter">Plotter</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../com/rapidminer/gui/plotter/PlotterAdapter.html#setPlotColumn(int, boolean)">setPlotColumn</A></CODE> in class <CODE><A HREF="../../../../com/rapidminer/gui/plotter/PlotterAdapter.html" title="class in com.rapidminer.gui.plotter">PlotterAdapter</A></CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="getPlotColumn(int)"><!-- --></A><H3>getPlotColumn</H3><PRE>public boolean <B>getPlotColumn</B>(int&nbsp;index)</PRE><DL><DD><B>Description copied from class: <CODE><A HREF="../../../../com/rapidminer/gui/plotter/PlotterAdapter.html#getPlotColumn(int)">PlotterAdapter</A></CODE></B></DD><DD>Returns false. Subclasses should override this method and return true for the columns which should  be plotted.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../com/rapidminer/gui/plotter/Plotter.html#getPlotColumn(int)">getPlotColumn</A></CODE> in interface <CODE><A HREF="../../../../com/rapidminer/gui/plotter/Plotter.html" title="interface in com.rapidminer.gui.plotter">Plotter</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../com/rapidminer/gui/plotter/PlotterAdapter.html#getPlotColumn(int)">getPlotColumn</A></CODE> in class <CODE><A HREF="../../../../com/rapidminer/gui/plotter/PlotterAdapter.html" title="class in com.rapidminer.gui.plotter">PlotterAdapter</A></CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="getPlotName()"><!-- --></A><H3>getPlotName</H3><PRE>public java.lang.String <B>getPlotName</B>()</PRE><DL><DD><B>Description copied from class: <CODE><A HREF="../../../../com/rapidminer/gui/plotter/PlotterAdapter.html#getPlotName()">PlotterAdapter</A></CODE></B></DD><DD>Returns null. Subclasses might return another name more fitting the plot selection box or list.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../com/rapidminer/gui/plotter/Plotter.html#getPlotName()">getPlotName</A></CODE> in interface <CODE><A HREF="../../../../com/rapidminer/gui/plotter/Plotter.html" title="interface in com.rapidminer.gui.plotter">Plotter</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../com/rapidminer/gui/plotter/PlotterAdapter.html#getPlotName()">getPlotName</A></CODE> in class <CODE><A HREF="../../../../com/rapidminer/gui/plotter/PlotterAdapter.html" title="class in com.rapidminer.gui.plotter">PlotterAdapter</A></CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="getOptionsComponent(int)"><!-- --></A><H3>getOptionsComponent</H3><PRE>public javax.swing.JComponent <B>getOptionsComponent</B>(int&nbsp;index)</PRE><DL><DD><B>Description copied from class: <CODE><A HREF="../../../../com/rapidminer/gui/plotter/PlotterAdapter.html#getOptionsComponent(int)">PlotterAdapter</A></CODE></B></DD><DD>Returns null. Subclasses might override this method in order to provide additional option  components.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../com/rapidminer/gui/plotter/Plotter.html#getOptionsComponent(int)">getOptionsComponent</A></CODE> in interface <CODE><A HREF="../../../../com/rapidminer/gui/plotter/Plotter.html" title="interface in com.rapidminer.gui.plotter">Plotter</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../com/rapidminer/gui/plotter/PlotterAdapter.html#getOptionsComponent(int)">getOptionsComponent</A></CODE> in class <CODE><A HREF="../../../../com/rapidminer/gui/plotter/PlotterAdapter.html" title="class in com.rapidminer.gui.plotter">PlotterAdapter</A></CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="canHandleZooming()"><!-- --></A><H3>canHandleZooming</H3><PRE>public boolean <B>canHandleZooming</B>()</PRE>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?