Click or drag to resize

KMeansCluster Method

[Missing <summary> documentation for "M:StarfieldUtils.MathUtils.KMeans.Cluster(StarfieldUtils.MathUtils.KMeansPoint[],System.Int32,System.Int32)"]

Namespace:  StarfieldUtils.MathUtils
Assembly:  Starfield.Utils (in Starfield.Utils.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static KMeansResult Cluster(
	KMeansPoint[] points,
	int maxClusters,
	int numIterations
)

Parameters

points
Type: StarfieldUtils.MathUtilsKMeansPoint

[Missing <param name="points"/> documentation for "M:StarfieldUtils.MathUtils.KMeans.Cluster(StarfieldUtils.MathUtils.KMeansPoint[],System.Int32,System.Int32)"]

maxClusters
Type: SystemInt32

[Missing <param name="maxClusters"/> documentation for "M:StarfieldUtils.MathUtils.KMeans.Cluster(StarfieldUtils.MathUtils.KMeansPoint[],System.Int32,System.Int32)"]

numIterations
Type: SystemInt32

[Missing <param name="numIterations"/> documentation for "M:StarfieldUtils.MathUtils.KMeans.Cluster(StarfieldUtils.MathUtils.KMeansPoint[],System.Int32,System.Int32)"]

Return Value

Type: KMeansResult

[Missing <returns> documentation for "M:StarfieldUtils.MathUtils.KMeans.Cluster(StarfieldUtils.MathUtils.KMeansPoint[],System.Int32,System.Int32)"]

See Also