|
BagOfWordsGetDefaultClusteringAlgorithm Method
|
Creates the default clustering algorithm for Bag-of-Words models (
KMeans).
Namespace:
Accord.MachineLearning
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public static KMeans GetDefaultClusteringAlgorithm(
int numberOfWords
)
Public Shared Function GetDefaultClusteringAlgorithm (
numberOfWords As Integer
) As KMeans
Request Example
View SourceParameters
- numberOfWords
- Type: SystemInt32
The number of clusters for k-means.
Return Value
Type:
KMeansSee Also