From 3e9d258397d60e1c572be3608fbfc0dd33510fcb Mon Sep 17 00:00:00 2001 From: aiex718 Date: Sun, 18 Nov 2018 01:56:39 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e99c48b..29d9b4d 100644 --- a/README.md +++ b/README.md @@ -3,16 +3,16 @@ A course project. Currently contains 2 algorithm,K-nn and K-means. -###K-nn +### K-nn ### ![](https://raw.githubusercontent.com/aiex718/ML_Learning/master/Knn/KNN.png) -###K-means +### K-means ### ![](https://raw.githubusercontent.com/aiex718/ML_Learning/master/Kmeans/Kmeans.png) # Usage -Launch Kmeans.exe or Knn.exe ,input Y for demonstration ,N for custom parameters. +Launch Kmeans.exe or Knn.exe, input Y for demonstration, N for custom parameters. # Download