|
VoronoiIteration< T> . Compute Method
|
Implementation of the Voronoi Iteration algorithm.
Namespace:
Accord.MachineLearning
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntaxprotected override int[] Compute(
T[][] x,
int[] labels,
int[] currentMedoidIndicesArray
)
Protected Overrides Function Compute (
x As T()(),
labels As Integer(),
currentMedoidIndicesArray As Integer()
) As Integer()
Request Example
View SourceParameters
- x
- Type:T[][]
- labels
- Type:System.Int32[]
- currentMedoidIndicesArray
- Type:System.Int32[]
Return Value
Type:
Int32[]
See Also