Skip to content

Commit c018890

Browse files
Update README.md
1 parent f30b01a commit c018890

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
This is a simple program that identifies clusters in a dataset with more than x and y attribute.
33

44
# Input
5-
- The directory of the data where the k means needs to be implemented. The input data must be stripped of all texts and the first column must include either row number or an unique identifier. This column will not be used in any calculation.
5+
- The directory of the data upon which the k means algorithm needs to be implemented. The input data must be stripped of all texts and the first column must include either row number or an unique identifier. This column will not be used in any calculation.
66
- Maximum number of iterations
77

88
# Output
9-
- CSV file containing the data separed into its own clusters and 4 line space differentiating the border between two clusters.
9+
- CSV file containing the data separed into its own clusters and 4 line space differentiating the border between each individual clusters.

0 commit comments

Comments
 (0)