somplotter.html

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

HTML
1,108
字号
<A NAME="IMAGE_WIDTH"><!-- --></A><H3>IMAGE_WIDTH</H3><PRE>protected static final int <B>IMAGE_WIDTH</B></PRE><DL><DL><DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#com.rapidminer.gui.plotter.som.SOMPlotter.IMAGE_WIDTH">Constant Field Values</A></DL></DL><HR><A NAME="IMAGE_HEIGHT"><!-- --></A><H3>IMAGE_HEIGHT</H3><PRE>protected static final int <B>IMAGE_HEIGHT</B></PRE><DL><DL><DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#com.rapidminer.gui.plotter.som.SOMPlotter.IMAGE_HEIGHT">Constant Field Values</A></DL></DL><HR><A NAME="dimensions"><!-- --></A><H3>dimensions</H3><PRE>protected int[] <B>dimensions</B></PRE><DL><DL></DL></DL><HR><A NAME="dataTable"><!-- --></A><H3>dataTable</H3><PRE>protected transient <A HREF="../../../../../com/rapidminer/datatable/DataTable.html" title="interface in com.rapidminer.datatable">DataTable</A> <B>dataTable</B></PRE><DL><DL></DL></DL><HR><A NAME="show"><!-- --></A><H3>show</H3><PRE>protected boolean <B>show</B></PRE><DL><DL></DL></DL><HR><A NAME="colorColumn"><!-- --></A><H3>colorColumn</H3><PRE>protected int <B>colorColumn</B></PRE><DL><DL></DL></DL><HR><A NAME="net"><!-- --></A><H3>net</H3><PRE>protected transient <A HREF="../../../../../com/rapidminer/tools/math/som/KohonenNet.html" title="class in com.rapidminer.tools.math.som">KohonenNet</A> <B>net</B></PRE><DL><DL></DL></DL><HR><A NAME="image"><!-- --></A><H3>image</H3><PRE>protected transient java.awt.image.BufferedImage <B>image</B></PRE><DL><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="SOMPlotter()"><!-- --></A><H3>SOMPlotter</H3><PRE>public <B>SOMPlotter</B>()</PRE><DL></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="forcePlotGeneration()"><!-- --></A><H3>forcePlotGeneration</H3><PRE>public void <B>forcePlotGeneration</B>()</PRE><DL><DD><B>Description copied from class: <CODE><A HREF="../../../../../com/rapidminer/gui/plotter/PlotterAdapter.html#forcePlotGeneration()">PlotterAdapter</A></CODE></B></DD><DD>This default implementation does nothing. Subclasses might implement this method to enforce plotter  generation for reporting / file writing.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../com/rapidminer/gui/plotter/Plotter.html#forcePlotGeneration()">forcePlotGeneration</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#forcePlotGeneration()">forcePlotGeneration</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="readResolve()"><!-- --></A><H3>readResolve</H3><PRE>protected java.lang.Object <B>readResolve</B>()</PRE><DL><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="setColoredPoints(boolean)"><!-- --></A><H3>setColoredPoints</H3><PRE>public void <B>setColoredPoints</B>(boolean&nbsp;coloredPoints)</PRE><DL><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="setMatrixType(int)"><!-- --></A><H3>setMatrixType</H3><PRE>public void <B>setMatrixType</B>(int&nbsp;matrixType)</PRE><DL><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="startCalculation(boolean)"><!-- --></A><H3>startCalculation</H3><PRE>public void <B>startCalculation</B>(boolean&nbsp;threadMode)</PRE><DL><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><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="paintComponent(java.awt.Graphics)"><!-- --></A><H3>paintComponent</H3><PRE>public void <B>paintComponent</B>(java.awt.Graphics&nbsp;graphics)</PRE><DL><DD><B>Description copied from class: <CODE><A HREF="../../../../../com/rapidminer/gui/plotter/PlotterAdapter.html#paintComponent(java.awt.Graphics)">PlotterAdapter</A></CODE></B></DD><DD>Invokes super method and sets correct color schemes. Should be overwritten by children, but invokation of  this super method must still be performed in order to get correct color schemes.<P><DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../../com/rapidminer/gui/plotter/PlotterAdapter.html#paintComponent(java.awt.Graphics)">paintComponent</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="drawPoints(java.awt.Graphics2D)"><!-- --></A><H3>drawPoints</H3><PRE>protected void <B>drawPoints</B>(java.awt.Graphics2D&nbsp;g)</PRE>

⌨️ 快捷键说明

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