⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 som_clplot.html

📁 Kohonen的SOM软件包
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"><html><head><title>SOM Toolbox / som_clplot </title></head><body bgcolor=#f0f0f0><table border=0 width="100%" cellpadding=0 cellspacing=0><tr><td valign=baseline><font size=+2>SOM Toolbox</font></td><td valign=baseline align=center><a href="somtoolbox.html">Online documentation</td><td valign=baseline align=right><a href="http://www.cis.hut.fi/projects/somtoolbox/" target="_top">http://www.cis.hut.fi/projects/somtoolbox/</a></td></tr></table><hr><H1> som_clplot </H1><P><B> h = som_clplot(sC,varargin)</B></P><PRE>SOM_CLPLOT Visualize clustering.  h = som_clplot(sC, [[argID,] value, ...]) som_clplot(sM, part)    som_clplot(sC);   som_clplot(som_clstruct(Z))   som_clplot(sC,sM);   som_clplot(sC,'coord',P);   som_clplot(sC,'dendrogram',[1 1 1 1 0 0 1 1 0 0 1]);   som_clplot(sC,'linewidth',10);   som_clplot(sC,'size',10);   som_clplot(sM,part);      Input and output arguments ([]'s are optional):       sC        (struct) clustering struct, as produced by SOM_CLSTRUCT   [argID,   (string) See below. Each pair is the fieldname and     value]   (varies) the value to be given to that field.   sM        (struct) map struct   part      (vector) length = munits, partitioning for the map   h         (vector) handles to the arcs between     Here are the valid argument IDs and corresponding values. The values  which are unambiguous (marked with '*') can be given without the preceeding argID.   'linecolor' (string) color of the arc lines, 'k' by default               (vector) size 1 x 3   'linewidth' (scalar) width of the arc lines   'size'      (vector) length 2*clen-1, sizes for each of the                         cluster markers               (scalar) this size is used for all cluster markers   'dendrogram'(vector) size 2*clen-1, indicates which clusters                         are shown in the dendrogram              *(string) 'on' or 'off' ('on' by default)   'coord'     (matrix) size dlen x odim, the coordinates                        for the data. If odim<=2, these are used as is.                        Otherwise a 2-dimensional PCA-projection is                        first made (see function PCAPROJ). These                        coordinates are applied also to the clusters.              *(struct) data struct: as above                        map or topology struct: the coordinates given                         by SOM_VIS_COORDS are used for the data    'color'     (matrix) size dlen x 3, color for each data. By                        default the colors defined for base                         clusters are used (sC.color(sC.base,:)).                        For ignored data figure background color is used.                (vector) size dlen x 1, indexed colors are used See also SOM_CLSTRUCT, SOM_LINKAGE, SOM_CLPRUNE, LINKAGE, DENDROGRAM.</PRE><p><hr><br><center>[ <a href="somtoolbox.html">SOM Toolbox online doc</a> ]</center><br><!-- Last updated: May 30 2002 --></body></html>

⌨️ 快捷键说明

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