From 411624f6f259084641deb92f20d512908c8b7d4f Mon Sep 17 00:00:00 2001 From: Jan Aalmoes Date: Sat, 5 Oct 2024 19:25:34 +0200 Subject: Correction maman --- aia/figure/tikz/data.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'aia/figure') diff --git a/aia/figure/tikz/data.tex b/aia/figure/tikz/data.tex index c43d496..728498b 100644 --- a/aia/figure/tikz/data.tex +++ b/aia/figure/tikz/data.tex @@ -3,13 +3,13 @@ \node[database,label={[align=center]above:Donné\\cible}] (base) at (0,0) {}; \node[rectangle,draw,align=center] (cible) at (10,0) {Modèle\\cible}; \draw[->,align=center] (base) to[bend left] node[midway,above] {80\% entraînement\\sans attribut sensible} (cible); - \draw[->] (base) to[bend right] node[midway,below] (test) {20\% evaluation} (cible); + \draw[->] (base) to[bend right] node[midway,below] (test) {20\% évaluation} (cible); \node[database,label={[align=left]right:Donnée\\auxilière}] (aux) at (10,-5.5) {}; \draw[->] (test) to[out=-90,in=90] node[midway,above] {\hspace{50px}Attribut sensible} (aux); \draw[->] (cible) to node[midway,right] {Prédiction} (aux); \node[rectangle,draw,align=center] (attaque) at (5,-5.5) {Modèle\\AIA}; \draw[->] (aux) to[bend right] node[midway,above] {80\% entraînement} (attaque); - \draw[->] (aux) to[bend left] node[midway,below] {20\% evaluation} (attaque); + \draw[->] (aux) to[bend left] node[midway,below] {20\% évaluation} (attaque); \node[rectangle,align=center] (result) at (0,-5.5) {Exactitude\\équilibrée}; \draw[->] (attaque) to (result); \end{tikzpicture} -- cgit v1.2.3