Calculates The Mean Of A Cluster OR The Cluster Center
Namespace:
Hyleos.Mathematic
Assembly:
Hyleos.Mathematic (in Hyleos.Mathematic.dll) Version: 1.0.1.1 (1.0.1.1)
Syntax
| Visual Basic (Declaration) |
|---|
Public Shared Function ClusterMean ( _
cluster As Double(,) _
) As Double() |
| Visual C++ |
|---|
public:
static array<double>^ ClusterMean(
array<double,2>^ cluster
) |
Parameters
- cluster
- Type: array<
System..::.Double
,2>[,](,)[,]
A two-dimensional array containing a dataset of numeric values
Return Value
Returns an Array Defining A Data Point Representing The Cluster Mean or Centroid
See Also