Computes the cluster means.
Namespace:
Imsl.Stat
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public double[,] Compute() |
Visual Basic (Declaration) |
---|
Public Function Compute As Double(,) |
Visual C++ |
---|
public: array<double,2>^ Compute() |
Return Value
A double matrix containing computed result.
Exceptions
Exception | Condition |
---|---|
Imsl.Stat..::.NoConvergenceException | is thrown if convergence did not occur within the maximum number of iterations |
Imsl.Stat..::.ClusterNoPointsException | is thrown if the cluster seed yields a cluster with no points |