Skip to content

Commit 7b6ec9e

Browse files
chore: update according to code review
Co-authored-by: Nakul Krishnakumar <nakulkrishnakumar86@gmail.com> Signed-off-by: Nakul Krishnakumar <nakulkrishnakumar86@gmail.com>
1 parent 7ebe84b commit 7b6ec9e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • lib/node_modules/@stdlib/ml/base/cluster/kmeans/algorithms

lib/node_modules/@stdlib/ml/base/cluster/kmeans/algorithms/docs/repl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
{{alias}}()
3-
Returns a list of clustering algorithms.
3+
Returns a list of kmeans clustering algorithms.
44

55
The output array contains the following algorithms:
66

lib/node_modules/@stdlib/ml/base/cluster/kmeans/algorithms/include/stdlib/ml/cluster/base/kmeans/algorithms.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#define STDLIB_ML_BASE_CLUSTER_KMEANS_ALGORITHMS_H
2121

2222
/**
23-
* Enumeration of clustering algorithms.
23+
* Enumeration of kmeans clustering algorithms.
2424
*/
2525
enum STDLIB_ML_CLUSTER_KMEANS_ALGORITHMS {
2626
// Classic EM-style algorithm:

0 commit comments

Comments
 (0)