<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://mediawiki.kfs.oeaw.ac.at/stx/docs/wiki/index.php?action=history&amp;feed=atom&amp;title=Programmer_Guide%2FSPU_Reference%2FMCLUST</id>
	<title>Programmer Guide/SPU Reference/MCLUST - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://mediawiki.kfs.oeaw.ac.at/stx/docs/wiki/index.php?action=history&amp;feed=atom&amp;title=Programmer_Guide%2FSPU_Reference%2FMCLUST"/>
	<link rel="alternate" type="text/html" href="https://mediawiki.kfs.oeaw.ac.at/stx/docs/wiki/index.php?title=Programmer_Guide/SPU_Reference/MCLUST&amp;action=history"/>
	<updated>2026-05-07T06:21:46Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://mediawiki.kfs.oeaw.ac.at/stx/docs/wiki/index.php?title=Programmer_Guide/SPU_Reference/MCLUST&amp;diff=1938&amp;oldid=prev</id>
		<title>Admin: 1 revision:&amp;#32;Initial import</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.kfs.oeaw.ac.at/stx/docs/wiki/index.php?title=Programmer_Guide/SPU_Reference/MCLUST&amp;diff=1938&amp;oldid=prev"/>
		<updated>2010-11-18T16:31:57Z</updated>

		<summary type="html">&lt;p&gt;1 revision: Initial import&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 18:31, 18 November 2010&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://mediawiki.kfs.oeaw.ac.at/stx/docs/wiki/index.php?title=Programmer_Guide/SPU_Reference/MCLUST&amp;diff=1937&amp;oldid=prev</id>
		<title>193.171.195.8: initial import</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.kfs.oeaw.ac.at/stx/docs/wiki/index.php?title=Programmer_Guide/SPU_Reference/MCLUST&amp;diff=1937&amp;oldid=prev"/>
		<updated>2010-05-17T13:05:27Z</updated>

		<summary type="html">&lt;p&gt;initial import&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{DISPLAYTITLE:{{SUBPAGENAME}}}}&lt;br /&gt;
====MCLUST====&lt;br /&gt;
&lt;br /&gt;
=====Usage:=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;MCLUST &amp;lt;var&amp;gt;InTable&amp;lt;/var&amp;gt; &amp;lt;var&amp;gt;OutTable&amp;lt;/var&amp;gt; &amp;lt;var&amp;gt;Alpha&amp;lt;/var&amp;gt; &amp;lt;var&amp;gt;Beta&amp;lt;/var&amp;gt; &amp;lt;var&amp;gt;Threshold&amp;lt;/var&amp;gt; &amp;lt;var&amp;gt;MaxIt&amp;lt;/var&amp;gt; OUT &amp;lt;var&amp;gt;Iterations&amp;lt;/var&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Inputs:=====&lt;br /&gt;
&lt;br /&gt;
;&amp;lt;var&amp;gt;InTable&amp;lt;/var&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:The input table. A numeric table item with two fields.&lt;br /&gt;
&lt;br /&gt;
;&amp;lt;var&amp;gt;OutTable&amp;lt;/var&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:The output table. A numeric table item with two fields.&lt;br /&gt;
&lt;br /&gt;
;&amp;lt;var&amp;gt;Alpha&amp;lt;/var&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:The alpha value. An double greater than 0.&lt;br /&gt;
&lt;br /&gt;
;&amp;lt;var&amp;gt;Beta&amp;lt;/var&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:The beta value. An double greater than 0.&lt;br /&gt;
&lt;br /&gt;
;&amp;lt;var&amp;gt;Threshold&amp;lt;/var&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:The threshold value. A double greater than or equal to 0.&lt;br /&gt;
&lt;br /&gt;
;&amp;lt;var&amp;gt;MaxIt&amp;lt;/var&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:The maximum number of iterations. An integer value greater than 0.&lt;br /&gt;
&lt;br /&gt;
=====Outputs:=====&lt;br /&gt;
&lt;br /&gt;
;&amp;lt;var&amp;gt;Iterations&amp;lt;/var&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:The number of iterations.&lt;br /&gt;
&lt;br /&gt;
=====Function:=====&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;code&amp;gt;MCLUST&amp;lt;/code&amp;gt; SPAtom implements mountain method clustering using Chiu&amp;#039;s algorithm.&lt;/div&gt;</summary>
		<author><name>193.171.195.8</name></author>
	</entry>
</feed>