MCLUST

From STX Wiki
< Programmer Guide‎ | SPU Reference
Revision as of 18:31, 18 November 2010 by Admin (talk | contribs) (1 revision: Initial import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

MCLUST

Usage:

MCLUST InTable OutTable Alpha Beta Threshold MaxIt OUT Iterations

Inputs:
InTable
The input table. A numeric table item with two fields.
OutTable
The output table. A numeric table item with two fields.
Alpha
The alpha value. An double greater than 0.
Beta
The beta value. An double greater than 0.
Threshold
The threshold value. A double greater than or equal to 0.
MaxIt
The maximum number of iterations. An integer value greater than 0.
Outputs:
Iterations
The number of iterations.
Function:

The MCLUST SPAtom implements mountain method clustering using Chiu's algorithm.

Navigation menu

Personal tools