|
KModesTCompute Method
|
Note: This API is now obsolete.
Divides the input data into K clusters.
Namespace:
Accord.MachineLearning
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax [ObsoleteAttribute("Please use Learn(x) instead.")]
public int[] Compute(
T[][] points
)
<ObsoleteAttribute("Please use Learn(x) instead.")>
Public Function Compute (
points As T()()
) As Integer()
Request Example
View SourceParameters
- points
- Type: T
The data where to compute the algorithm.
Return Value
Type:
Int32Implements
IClusteringAlgorithmTDataCompute(TData)See Also