Click or drag to resize
Accord.NET (logo)

VoronoiIteration< T> . Compute Method

Implementation of the Voronoi Iteration algorithm.

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
protected override int[] Compute(
	T[][] x,
	int[] labels,
	int[] currentMedoidIndicesArray
)
Request Example View Source

Parameters

x
Type:T[][]
labels
Type:System.Int32[]
currentMedoidIndicesArray
Type:System.Int32[]

Return Value

Type:Int32[]
See Also