|
KModesClusterCollectionTGetEnumerator Method
|
Returns an enumerator that iterates through the collection.
Namespace:
Accord.MachineLearning
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public IEnumerator<KModesClusterCollectionTKModesCluster> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of KModesClusterCollectionTKModesCluster)
Request Example
View SourceReturn Value
Type:
IEnumeratorKModesClusterCollectionTKModesClusterAn enumerator that can be used to iterate through the collection.
See Also