From a6a0233b4cbda89c062900210d374844e5b7686a Mon Sep 17 00:00:00 2001 From: "ludovic.castglia" Date: Thu, 30 Jan 2025 13:19:49 +0100 Subject: [PATCH] =?UTF-8?q?d=C3=A9but=20du=20rapport?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + demo2.py | 1 - rapport.md | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 73 insertions(+), 1 deletion(-) create mode 100644 rapport.md 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