Programmer Guide/SPU Reference/MCLUST: Difference between revisions
From STX Wiki
Jump to navigationJump to search
(initial import) |
m (1 revision: Initial import) |
Latest revision as of 17:31, 18 November 2010
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.