Click or drag to resize
Accord.NET (logo)

VoronoiIterationTCompute 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: SystemInt32
currentMedoidIndicesArray
Type: SystemInt32

Return Value

Type: Int32
See Also