summaryrefslogtreecommitdiff
path: root/synthetic/figure
diff options
context:
space:
mode:
Diffstat (limited to 'synthetic/figure')
-rw-r--r--synthetic/figure/tikz/ovre.tex10
1 files changed, 5 insertions, 5 deletions
diff --git a/synthetic/figure/tikz/ovre.tex b/synthetic/figure/tikz/ovre.tex
index 2ae2645..9fd3e2a 100644
--- a/synthetic/figure/tikz/ovre.tex
+++ b/synthetic/figure/tikz/ovre.tex
@@ -1,13 +1,13 @@
%Control of the overfitting
\input{synthetic/figure/tikz/data}
\begin{tikzpicture}
- \node[database,label=Input] (in) at (0,1) {};
+ \node[database,label=Entrée] (in) at (0,1) {};
\node (i) at (0,0) {$r_0,\cdots, r_{N-1}$};
- \draw[->] (in) to node[midway,right] {sampling} (i);
+ \draw[->] (in) to node[midway,right] {échantillonage} (i);
\node (m) at (0,-1) {$r_0,\cdots, r_{N-1},r_0,\cdots, r_{N-1},\cdots,r_0,\cdots, r_{N-1}$};
- \draw[->] (i) to node[midway,right] {repetition}(m);
- \node[rectangle,draw] (shu) at (0,-2) {Shuffle};
+ \draw[->] (i) to node[midway,right] {répétition}(m);
+ \node[rectangle,draw] (shu) at (0,-2) {Mélange};
\draw[->] (m) to (shu);
- \node[database,label=below:Output] (out) at (0,-3){};
+ \node[database,label=below:Sortie] (out) at (0,-3){};
\draw[->] (shu) to (out);
\end{tikzpicture}