|  | ClusterSetCluster Method | 
            Returns the objects assigned to a given cluster.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic int[] Cluster(
	int clusterNum
)
Public Function Cluster ( 
	clusterNum As Integer
) As Integer()
public:
array<int>^ Cluster(
	int clusterNum
)
member Cluster : 
        clusterNum : int -> int[] Parameters
- clusterNum  Int32
- A cluster number.
Return Value
Int32
            An array of integers indentifying the objects assigned to the given
            cluster.
            
            The result is calculated on the fly from 
this.Clusters, so for best
            performance care should be taken to avoid unnecessary calls to this function.
            
 See Also
See Also