diff --git a/README.md b/README.md index a53d546..5665073 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,7 @@ display:flex; justify-content:center; border:0px; + transform: translate(12.5%); } .a { color:#f00; diff --git a/demo2.py b/demo2.py index 0bac737..3cec52a 100644 --- a/demo2.py +++ b/demo2.py @@ -9,7 +9,6 @@ from knn import * import matplotlib.pyplot as plt from random import * - # initialisation du modèle if (sys.argv[1] == "knn"): model = Knn() diff --git a/rapport.md b/rapport.md new file mode 100644 index 0000000..aa7bdf5 --- /dev/null +++ b/rapport.md @@ -0,0 +1,72 @@ +
+

+ 3NAR + (n nearest neighbor avrage rapid) +

+

+ par Ludovic CASTIGLIA +

+
+ +
+

+ Problématique +

+

+ +

+
+ +
+

+ Algorithme et avantage par rapport à Knn +

+

+

+
+ +
+

+ Cas d'uttilisation +

+

+

+
+ +
+

+ Complexité +

+

+

+
+ + \ No newline at end of file