There is a cluster with no points.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public ClusterNoPointsException(
	int clusterNumber
)
Visual Basic (Declaration)
Public Sub New ( _
	clusterNumber As Integer _
)
Visual C++
public:
ClusterNoPointsException(
	int clusterNumber
)

Parameters

clusterNumber
Type: System..::.Int32
Number of the cluster with no points.

See Also