rapport : mode standalone avec includestandalone et symlink vers tikz
This commit is contained in:
parent
9cba77c975
commit
44d14fe02f
29 changed files with 8748 additions and 6252 deletions
|
|
@ -100,7 +100,7 @@ and~\ref{fig:inference-ari-plots}.
|
|||
|
||||
\begin{figure}[ht]
|
||||
\centering
|
||||
\input{../tikz/simulations/inference/model-proportions.tex}
|
||||
\includestandalone{tikz/simulations/inference/model-proportions}
|
||||
\caption{Preferred model proportions over all datasets in function of
|
||||
$\eps[\alpha]$}
|
||||
\label{fig:inference-prop-modele-pref}
|
||||
|
|
@ -108,7 +108,7 @@ and~\ref{fig:inference-ari-plots}.
|
|||
|
||||
\begin{figure}[H]
|
||||
\centering
|
||||
\input{../tikz/simulations/inference/ari-plots}
|
||||
\includestandalone{tikz/simulations/inference/ari-plots}
|
||||
\caption{Plot of the ARI quality indicators in function of
|
||||
$\eps[\alpha]$}
|
||||
\label{fig:inference-ari-plots}
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ $\pi\rho$-colBiSBM.
|
|||
|
||||
\begin{figure}[!ht]
|
||||
\centering
|
||||
\input{../tikz/simulations/model_selection/eps-pi-rho-preferred.tex}
|
||||
\includestandalone{tikz/simulations/model_selection/eps-pi-rho-preferred}
|
||||
\caption{\label{fig:pref_model_func_eps}Plot of model selection proportions
|
||||
over the different datasets in
|
||||
function of $\eps[\pi]$ and $\eps[\rho]$}
|
||||
|
|
|
|||
|
|
@ -61,39 +61,24 @@ and we store the same predictions.
|
|||
\emph{Area Under the Curve} (AUC) for predicted versus real link values and the
|
||||
ARI for predicted versus real block memberships.
|
||||
|
||||
For the comparison we subtract the metric given by the LBM to the one
|
||||
given by colBiSBM and denote it $\Delta\mbox{metric}$.
|
||||
|
||||
\begin{figure}[ht]
|
||||
\centering
|
||||
\input{../tikz/simulations/na_robustness/auc-model}
|
||||
\caption{$\Delta\mbox{AUC}$ in function of $p_{\texttt{NA}}$. The dashed red
|
||||
lines indicate the value 0 for which
|
||||
$\mbox{AUC}_{LBM} = \mbox{AUC}_{colBiSBM}$}
|
||||
\includestandalone{tikz/simulations/na_robustness/auc-model}
|
||||
\caption{}
|
||||
\label{fig:auc-plot}
|
||||
\end{figure}
|
||||
|
||||
\begin{figure}[ht]
|
||||
\centering
|
||||
\input{../tikz/simulations/na_robustness/ari-dim-model}
|
||||
\caption{$\Delta\mbox{ARI}$ in function of $p_{\texttt{NA}}$. The dashed red
|
||||
lines indicate the value 0 for which
|
||||
$\mbox{ARI}_{LBM} = \mbox{ARI}_{colBiSBM}$}
|
||||
\includestandalone{tikz/simulations/na_robustness/ari-dim-model}
|
||||
\caption{}
|
||||
\label{fig:ari-dim-plot-na}
|
||||
\end{figure}
|
||||
|
||||
|
||||
\paragraph{Results}
|
||||
On figure~\ref{fig:auc-plot} one can see that overall the nested structure seems
|
||||
to be the one benefitting most from the collection model having generally
|
||||
slightly higher $\Delta$AUC than the modular one.
|
||||
But in general it seems that for $\epsilon\in[0.1,0.7]$ there are no clear
|
||||
differences between LBM and colBiSBM regarding link prediction. For $\epsilon
|
||||
\in[0.8,0.9]$ this is where the collection model seems to be most effective.
|
||||
|
||||
For the ARI, figure~\ref{fig:ari-dim-plot-na} suggests that collection model
|
||||
does at least as well as LBM and improves nodes memberships recovery for modular
|
||||
structure starting from $\epsilon = 0.7$. Again, nested structure benefits
|
||||
of collection model for smaller $\epsilon$ values but those increase in
|
||||
$\Delta$ARI are also smaller than what can be observed for modular structure.
|
||||
\clearpage
|
||||
Figures~\ref{fig:auc-plot} and~\ref{fig:ari-dim-plot-na} show a
|
||||
box plot named \enquote{sep-$model$} that
|
||||
corresponds to the results given by a LBM fitted on data generated with the
|
||||
corresponding \emph{model}. These sep box plots are there to serve as a baseline
|
||||
to compare model by model.
|
||||
|
|
|
|||
|
|
@ -3,11 +3,11 @@
|
|||
\label{sec:network-clustering-of-simulated-networks}
|
||||
|
||||
\paragraph{Simulation settings} For all models we simulate $M = 9$ networks
|
||||
with~$\forall m \in \{ 1 \dots M \} , n^m_1 = n^m_2 = 75$ with $Q_1 = Q_2 = 3$.\newline
|
||||
For the simulations the proportions are the following:
|
||||
\begin{align*}
|
||||
\bm{\pi}^1 = \left( 0.2, 0.3, 0.5 \right) & & \bm{\rho}^1 = \left( 0.2, 0.3, 0.5 \right) \\
|
||||
\end{align*} and for all $m = 2,\dots,9$
|
||||
with~$\forall m \in \{ 1 \dots M \} , n^m_1 = n^m_2 = 75$ with $Q_1 =
|
||||
Q_2 = 3$.\newline
|
||||
For the simulations the proportions are the following:\newline
|
||||
$\bm{\pi}^1 = \left( 0.2, 0.3, 0.5 \right),
|
||||
~\bm{\rho}^1 = \left( 0.2, 0.3, 0.5 \right)$ and for all $m = 2,\dots,9$
|
||||
\begin{align*}
|
||||
\bm{\pi}^m = \begin{cases}
|
||||
\bm{\pi}^1 & \text{for } iid\text{-colBiSBM} \\
|
||||
|
|
@ -54,7 +54,7 @@ Increasing $\epsilon$ differentiates the 3 sub-collections of networks.
|
|||
% ARI boxplot
|
||||
\begin{figure}[H]
|
||||
\centering
|
||||
\input{../tikz/simulations/clustering/ari-clustering.tex}
|
||||
\includestandalone{tikz/simulations/clustering/ari-clustering.tex}
|
||||
\caption{ARI obtained for the clustering with the different models in
|
||||
function of $\epsilon$}
|
||||
\label{fig:ari-clustering-boxplot}
|
||||
|
|
|
|||
|
|
@ -11,22 +11,22 @@ networks in four major english cities.
|
|||
\begin{figure}[ht]
|
||||
\centering
|
||||
\begin{subfigure}[htb]{0.47\textwidth}
|
||||
\input{../tikz/applications/baldock/graph-Baldock2019_Bristol.tex}
|
||||
\includestandalone{tikz/applications/baldock/graph-Baldock2019_Bristol}
|
||||
\caption{Bristol}
|
||||
\end{subfigure}
|
||||
\hfill
|
||||
\begin{subfigure}[htb]{0.47\textwidth}
|
||||
\input{../tikz/applications/baldock/graph-Baldock2019_Edinburgh.tex}
|
||||
\includestandalone{tikz/applications/baldock/graph-Baldock2019_Edinburgh}
|
||||
\caption{Edinburgh}
|
||||
\end{subfigure}
|
||||
\newline
|
||||
\begin{subfigure}[htb]{0.47\textwidth}
|
||||
\input{../tikz/applications/baldock/graph-Baldock2019_Leeds.tex}
|
||||
\includestandalone{tikz/applications/baldock/graph-Baldock2019_Leeds}
|
||||
\caption{Leeds}
|
||||
\end{subfigure}
|
||||
\hfill
|
||||
\begin{subfigure}[htb]{0.47\textwidth}
|
||||
\input{../tikz/applications/baldock/graph-Baldock2019_Reading.tex}
|
||||
\includestandalone{tikz/applications/baldock/graph-Baldock2019_Reading}
|
||||
\caption{Reading}
|
||||
\end{subfigure}
|
||||
\caption{English networks from~\cite{baldockSystemsApproachReveals2019a}}
|
||||
|
|
@ -35,7 +35,7 @@ networks in four major english cities.
|
|||
|
||||
\begin{figure}[ht]
|
||||
\centering
|
||||
\input{../tikz/applications/baldock/graph-Baldock2011_TB+Baldock2011_JN.tex}
|
||||
\includestandalone{tikz/applications/baldock/graph-Baldock2011_TB+Baldock2011_JN}
|
||||
\caption{South African network from~\cite{baldockDailyTemporalStructure2011}}
|
||||
\label{fig:baldock-south-african-networks}
|
||||
\end{figure}
|
||||
|
|
@ -87,6 +87,8 @@
|
|||
arrows,shapes,positioning,shadows,trees,calc,backgrounds,
|
||||
automata,positioning}
|
||||
|
||||
\usepackage[mode=buildnew]{standalone}
|
||||
|
||||
\tikzset{
|
||||
basic/.style = {draw, text width=3cm, font=\sffamily, rectangle},
|
||||
root/.style = {basic, rounded corners=2pt, thin, align=center,
|
||||
|
|
|
|||
1
rapport/tikz
Symbolic link
1
rapport/tikz
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../tikz/
|
||||
Binary file not shown.
|
|
@ -1,5 +1,14 @@
|
|||
% Created by tikzDevice version 0.12.6 on 2024-07-23 22:26:14
|
||||
% Created by tikzDevice version 0.12.6 on 2024-07-24 15:53:00
|
||||
% !TEX encoding = UTF-8 Unicode
|
||||
\documentclass[10pt]{standalone}\usepackage{tikz}
|
||||
|
||||
\usepackage[active,tightpage,psfixbb]{preview}
|
||||
|
||||
\PreviewEnvironment{pgfpicture}
|
||||
|
||||
\setlength\PreviewBorder{0pt}
|
||||
\begin{document}
|
||||
|
||||
\begin{tikzpicture}[x=1pt,y=1pt]
|
||||
\definecolor{fillColor}{RGB}{255,255,255}
|
||||
\path[use as bounding box,fill=fillColor,fill opacity=0.00] (0,0) rectangle (216.81, 72.27);
|
||||
|
|
@ -22192,3 +22201,5 @@
|
|||
\node[text=drawColor,anchor=base west,inner sep=0pt, outer sep=0pt, scale= 0.88] at (159.70, 4.20) {Plant};
|
||||
\end{scope}
|
||||
\end{tikzpicture}
|
||||
|
||||
\end{document}
|
||||
|
|
|
|||
BIN
tikz/applications/baldock/graph-Baldock2019_Bristol.pdf
Normal file
BIN
tikz/applications/baldock/graph-Baldock2019_Bristol.pdf
Normal file
Binary file not shown.
|
|
@ -1,5 +1,14 @@
|
|||
% Created by tikzDevice version 0.12.6 on 2024-07-23 22:26:14
|
||||
% Created by tikzDevice version 0.12.6 on 2024-07-24 15:53:02
|
||||
% !TEX encoding = UTF-8 Unicode
|
||||
\documentclass[10pt]{standalone}\usepackage{tikz}
|
||||
|
||||
\usepackage[active,tightpage,psfixbb]{preview}
|
||||
|
||||
\PreviewEnvironment{pgfpicture}
|
||||
|
||||
\setlength\PreviewBorder{0pt}
|
||||
\begin{document}
|
||||
|
||||
\begin{tikzpicture}[x=1pt,y=1pt]
|
||||
\definecolor{fillColor}{RGB}{255,255,255}
|
||||
\path[use as bounding box,fill=fillColor,fill opacity=0.00] (0,0) rectangle (216.81, 72.27);
|
||||
|
|
@ -67652,3 +67661,5 @@
|
|||
\node[text=drawColor,anchor=base west,inner sep=0pt, outer sep=0pt, scale= 0.88] at (159.70, 4.20) {Plant};
|
||||
\end{scope}
|
||||
\end{tikzpicture}
|
||||
|
||||
\end{document}
|
||||
|
|
|
|||
BIN
tikz/applications/baldock/graph-Baldock2019_Edinburgh.pdf
Normal file
BIN
tikz/applications/baldock/graph-Baldock2019_Edinburgh.pdf
Normal file
Binary file not shown.
|
|
@ -1,5 +1,14 @@
|
|||
% Created by tikzDevice version 0.12.6 on 2024-07-23 22:26:15
|
||||
% Created by tikzDevice version 0.12.6 on 2024-07-24 15:53:02
|
||||
% !TEX encoding = UTF-8 Unicode
|
||||
\documentclass[10pt]{standalone}\usepackage{tikz}
|
||||
|
||||
\usepackage[active,tightpage,psfixbb]{preview}
|
||||
|
||||
\PreviewEnvironment{pgfpicture}
|
||||
|
||||
\setlength\PreviewBorder{0pt}
|
||||
\begin{document}
|
||||
|
||||
\begin{tikzpicture}[x=1pt,y=1pt]
|
||||
\definecolor{fillColor}{RGB}{255,255,255}
|
||||
\path[use as bounding box,fill=fillColor,fill opacity=0.00] (0,0) rectangle (216.81, 72.27);
|
||||
|
|
@ -43501,3 +43510,5 @@
|
|||
\node[text=drawColor,anchor=base west,inner sep=0pt, outer sep=0pt, scale= 0.88] at (159.70, 4.20) {Plant};
|
||||
\end{scope}
|
||||
\end{tikzpicture}
|
||||
|
||||
\end{document}
|
||||
|
|
|
|||
BIN
tikz/applications/baldock/graph-Baldock2019_Leeds.pdf
Normal file
BIN
tikz/applications/baldock/graph-Baldock2019_Leeds.pdf
Normal file
Binary file not shown.
|
|
@ -1,5 +1,14 @@
|
|||
% Created by tikzDevice version 0.12.6 on 2024-07-23 22:26:15
|
||||
% Created by tikzDevice version 0.12.6 on 2024-07-24 15:53:03
|
||||
% !TEX encoding = UTF-8 Unicode
|
||||
\documentclass[10pt]{standalone}\usepackage{tikz}
|
||||
|
||||
\usepackage[active,tightpage,psfixbb]{preview}
|
||||
|
||||
\PreviewEnvironment{pgfpicture}
|
||||
|
||||
\setlength\PreviewBorder{0pt}
|
||||
\begin{document}
|
||||
|
||||
\begin{tikzpicture}[x=1pt,y=1pt]
|
||||
\definecolor{fillColor}{RGB}{255,255,255}
|
||||
\path[use as bounding box,fill=fillColor,fill opacity=0.00] (0,0) rectangle (216.81, 72.27);
|
||||
|
|
@ -58477,3 +58486,5 @@
|
|||
\node[text=drawColor,anchor=base west,inner sep=0pt, outer sep=0pt, scale= 0.88] at (159.70, 4.20) {Plant};
|
||||
\end{scope}
|
||||
\end{tikzpicture}
|
||||
|
||||
\end{document}
|
||||
|
|
|
|||
BIN
tikz/applications/baldock/graph-Baldock2019_Reading.pdf
Normal file
BIN
tikz/applications/baldock/graph-Baldock2019_Reading.pdf
Normal file
Binary file not shown.
|
|
@ -1,5 +1,14 @@
|
|||
% Created by tikzDevice version 0.12.6 on 2024-07-23 22:26:15
|
||||
% Created by tikzDevice version 0.12.6 on 2024-07-24 15:53:03
|
||||
% !TEX encoding = UTF-8 Unicode
|
||||
\documentclass[10pt]{standalone}\usepackage{tikz}
|
||||
|
||||
\usepackage[active,tightpage,psfixbb]{preview}
|
||||
|
||||
\PreviewEnvironment{pgfpicture}
|
||||
|
||||
\setlength\PreviewBorder{0pt}
|
||||
\begin{document}
|
||||
|
||||
\begin{tikzpicture}[x=1pt,y=1pt]
|
||||
\definecolor{fillColor}{RGB}{255,255,255}
|
||||
\path[use as bounding box,fill=fillColor,fill opacity=0.00] (0,0) rectangle (216.81, 72.27);
|
||||
|
|
@ -58664,3 +58673,5 @@
|
|||
\node[text=drawColor,anchor=base west,inner sep=0pt, outer sep=0pt, scale= 0.88] at (159.70, 4.20) {Plant};
|
||||
\end{scope}
|
||||
\end{tikzpicture}
|
||||
|
||||
\end{document}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,14 @@
|
|||
% Created by tikzDevice version 0.12.6 on 2024-07-17 22:42:37
|
||||
% Created by tikzDevice version 0.12.6 on 2024-07-24 16:29:42
|
||||
% !TEX encoding = UTF-8 Unicode
|
||||
\documentclass[10pt]{standalone}\usepackage{tikz}
|
||||
|
||||
\usepackage[active,tightpage,psfixbb]{preview}
|
||||
|
||||
\PreviewEnvironment{pgfpicture}
|
||||
|
||||
\setlength\PreviewBorder{0pt}
|
||||
\begin{document}
|
||||
|
||||
\begin{tikzpicture}[x=1pt,y=1pt]
|
||||
\definecolor{fillColor}{RGB}{255,255,255}
|
||||
\path[use as bounding box,fill=fillColor,fill opacity=0.00] (0,0) rectangle (361.35,216.81);
|
||||
|
|
@ -45,8 +54,8 @@
|
|||
|
||||
\path[draw=drawColor,line width= 0.6pt,line join=round] (265.44, 30.69) --
|
||||
(265.44,211.31);
|
||||
\definecolor{drawColor}{gray}{0.20}
|
||||
\definecolor{fillColor}{gray}{0.20}
|
||||
\definecolor{drawColor}{RGB}{86,180,233}
|
||||
\definecolor{fillColor}{RGB}{86,180,233}
|
||||
|
||||
\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] ( 58.64,203.10) circle ( 1.96);
|
||||
|
||||
|
|
@ -61,7 +70,7 @@
|
|||
\path[draw=drawColor,line width= 0.6pt,line join=round] ( 58.64,100.17) -- ( 58.64, 67.89);
|
||||
\definecolor{fillColor}{RGB}{86,180,233}
|
||||
|
||||
\path[draw=drawColor,line width= 0.6pt,fill=fillColor] ( 53.33,123.56) --
|
||||
\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] ( 53.33,123.56) --
|
||||
( 53.33,106.92) --
|
||||
( 55.98,100.17) --
|
||||
( 53.33, 93.42) --
|
||||
|
|
@ -80,7 +89,7 @@
|
|||
|
||||
\path[draw=drawColor,line width= 0.6pt,line join=round] (121.67,184.01) -- (121.67,177.65);
|
||||
|
||||
\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (116.35,203.10) --
|
||||
\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (116.35,203.10) --
|
||||
(116.35,208.61) --
|
||||
(119.01,203.10) --
|
||||
(116.35,197.59) --
|
||||
|
|
@ -99,7 +108,7 @@
|
|||
|
||||
\path[draw=drawColor,line width= 0.6pt,line join=round] (184.69,177.65) -- (184.69,177.65);
|
||||
|
||||
\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (179.37,203.10) --
|
||||
\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (179.37,203.10) --
|
||||
(179.37,210.44) --
|
||||
(182.03,203.10) --
|
||||
(179.37,195.76) --
|
||||
|
|
@ -118,7 +127,7 @@
|
|||
|
||||
\path[draw=drawColor,line width= 0.6pt,line join=round] (247.71,177.65) -- (247.71,177.65);
|
||||
|
||||
\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (242.40,203.10) --
|
||||
\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (242.40,203.10) --
|
||||
(242.40,210.44) --
|
||||
(245.05,203.10) --
|
||||
(242.40,195.76) --
|
||||
|
|
@ -132,13 +141,14 @@
|
|||
cycle;
|
||||
|
||||
\path[draw=drawColor,line width= 1.1pt] (245.05,203.10) -- (250.37,203.10);
|
||||
\definecolor{drawColor}{RGB}{0,158,115}
|
||||
|
||||
\path[draw=drawColor,line width= 0.6pt,line join=round] ( 70.46,123.56) -- ( 70.46,203.10);
|
||||
|
||||
\path[draw=drawColor,line width= 0.6pt,line join=round] ( 70.46, 44.03) -- ( 70.46, 38.90);
|
||||
\definecolor{fillColor}{RGB}{0,158,115}
|
||||
|
||||
\path[draw=drawColor,line width= 0.6pt,fill=fillColor] ( 65.14,123.56) --
|
||||
\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] ( 65.14,123.56) --
|
||||
( 65.14,116.25) --
|
||||
( 67.80, 93.31) --
|
||||
( 65.14, 70.37) --
|
||||
|
|
@ -152,7 +162,7 @@
|
|||
cycle;
|
||||
|
||||
\path[draw=drawColor,line width= 1.1pt] ( 67.80, 93.31) -- ( 73.12, 93.31);
|
||||
\definecolor{fillColor}{gray}{0.20}
|
||||
\definecolor{fillColor}{RGB}{0,158,115}
|
||||
|
||||
\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (133.48, 44.03) circle ( 1.96);
|
||||
|
||||
|
|
@ -171,7 +181,7 @@
|
|||
\path[draw=drawColor,line width= 0.6pt,line join=round] (133.48,203.10) -- (133.48,203.10);
|
||||
\definecolor{fillColor}{RGB}{0,158,115}
|
||||
|
||||
\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (128.17,203.10) --
|
||||
\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (128.17,203.10) --
|
||||
(128.17,203.10) --
|
||||
(130.82,203.10) --
|
||||
(128.17,203.10) --
|
||||
|
|
@ -185,7 +195,7 @@
|
|||
cycle;
|
||||
|
||||
\path[draw=drawColor,line width= 1.1pt] (130.82,203.10) -- (136.14,203.10);
|
||||
\definecolor{fillColor}{gray}{0.20}
|
||||
\definecolor{fillColor}{RGB}{0,158,115}
|
||||
|
||||
\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (196.51,177.65) circle ( 1.96);
|
||||
|
||||
|
|
@ -200,7 +210,7 @@
|
|||
\path[draw=drawColor,line width= 0.6pt,line join=round] (196.51,203.10) -- (196.51,203.10);
|
||||
\definecolor{fillColor}{RGB}{0,158,115}
|
||||
|
||||
\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (191.19,203.10) --
|
||||
\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (191.19,203.10) --
|
||||
(191.19,203.10) --
|
||||
(193.85,203.10) --
|
||||
(191.19,203.10) --
|
||||
|
|
@ -214,7 +224,7 @@
|
|||
cycle;
|
||||
|
||||
\path[draw=drawColor,line width= 1.1pt] (193.85,203.10) -- (199.17,203.10);
|
||||
\definecolor{fillColor}{gray}{0.20}
|
||||
\definecolor{fillColor}{RGB}{0,158,115}
|
||||
|
||||
\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (259.53,177.65) circle ( 1.96);
|
||||
|
||||
|
|
@ -223,7 +233,7 @@
|
|||
\path[draw=drawColor,line width= 0.6pt,line join=round] (259.53,203.10) -- (259.53,203.10);
|
||||
\definecolor{fillColor}{RGB}{0,158,115}
|
||||
|
||||
\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (254.21,203.10) --
|
||||
\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (254.21,203.10) --
|
||||
(254.21,203.10) --
|
||||
(256.87,203.10) --
|
||||
(254.21,203.10) --
|
||||
|
|
@ -237,13 +247,14 @@
|
|||
cycle;
|
||||
|
||||
\path[draw=drawColor,line width= 1.1pt] (256.87,203.10) -- (262.19,203.10);
|
||||
\definecolor{drawColor}{RGB}{240,228,66}
|
||||
|
||||
\path[draw=drawColor,line width= 0.6pt,line join=round] ( 82.28,140.61) -- ( 82.28,203.10);
|
||||
|
||||
\path[draw=drawColor,line width= 0.6pt,line join=round] ( 82.28, 44.03) -- ( 82.28, 44.03);
|
||||
\definecolor{fillColor}{RGB}{240,228,66}
|
||||
|
||||
\path[draw=drawColor,line width= 0.6pt,fill=fillColor] ( 76.96,140.61) --
|
||||
\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] ( 76.96,140.61) --
|
||||
( 76.96,147.08) --
|
||||
( 79.62,119.22) --
|
||||
( 76.96, 91.36) --
|
||||
|
|
@ -257,7 +268,7 @@
|
|||
cycle;
|
||||
|
||||
\path[draw=drawColor,line width= 1.1pt] ( 79.62,119.22) -- ( 84.94,119.22);
|
||||
\definecolor{fillColor}{gray}{0.20}
|
||||
\definecolor{fillColor}{RGB}{240,228,66}
|
||||
|
||||
\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (145.30, 44.03) circle ( 1.96);
|
||||
|
||||
|
|
@ -270,7 +281,7 @@
|
|||
\path[draw=drawColor,line width= 0.6pt,line join=round] (145.30,177.65) -- (145.30,147.77);
|
||||
\definecolor{fillColor}{RGB}{240,228,66}
|
||||
|
||||
\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (139.98,203.10) --
|
||||
\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (139.98,203.10) --
|
||||
(139.98,210.44) --
|
||||
(142.64,203.10) --
|
||||
(139.98,195.76) --
|
||||
|
|
@ -284,7 +295,7 @@
|
|||
cycle;
|
||||
|
||||
\path[draw=drawColor,line width= 1.1pt] (142.64,203.10) -- (147.96,203.10);
|
||||
\definecolor{fillColor}{gray}{0.20}
|
||||
\definecolor{fillColor}{RGB}{240,228,66}
|
||||
|
||||
\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (208.32,177.65) circle ( 1.96);
|
||||
|
||||
|
|
@ -293,7 +304,7 @@
|
|||
\path[draw=drawColor,line width= 0.6pt,line join=round] (208.32,203.10) -- (208.32,203.10);
|
||||
\definecolor{fillColor}{RGB}{240,228,66}
|
||||
|
||||
\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (203.01,203.10) --
|
||||
\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (203.01,203.10) --
|
||||
(203.01,203.10) --
|
||||
(205.66,203.10) --
|
||||
(203.01,203.10) --
|
||||
|
|
@ -307,7 +318,7 @@
|
|||
cycle;
|
||||
|
||||
\path[draw=drawColor,line width= 1.1pt] (205.66,203.10) -- (210.98,203.10);
|
||||
\definecolor{fillColor}{gray}{0.20}
|
||||
\definecolor{fillColor}{RGB}{240,228,66}
|
||||
|
||||
\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (271.35, 44.03) circle ( 1.96);
|
||||
|
||||
|
|
@ -318,7 +329,7 @@
|
|||
\path[draw=drawColor,line width= 0.6pt,line join=round] (271.35,203.10) -- (271.35,203.10);
|
||||
\definecolor{fillColor}{RGB}{240,228,66}
|
||||
|
||||
\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (266.03,203.10) --
|
||||
\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (266.03,203.10) --
|
||||
(266.03,203.10) --
|
||||
(268.69,203.10) --
|
||||
(266.03,203.10) --
|
||||
|
|
@ -332,13 +343,14 @@
|
|||
cycle;
|
||||
|
||||
\path[draw=drawColor,line width= 1.1pt] (268.69,203.10) -- (274.01,203.10);
|
||||
\definecolor{drawColor}{RGB}{0,114,178}
|
||||
|
||||
\path[draw=drawColor,line width= 0.6pt,line join=round] ( 94.09,146.29) -- ( 94.09,203.10);
|
||||
|
||||
\path[draw=drawColor,line width= 0.6pt,line join=round] ( 94.09, 72.23) -- ( 94.09, 44.03);
|
||||
\definecolor{fillColor}{RGB}{0,114,178}
|
||||
|
||||
\path[draw=drawColor,line width= 0.6pt,fill=fillColor] ( 88.78,146.29) --
|
||||
\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] ( 88.78,146.29) --
|
||||
( 88.78,140.58) --
|
||||
( 91.44,119.22) --
|
||||
( 88.78, 97.86) --
|
||||
|
|
@ -352,7 +364,7 @@
|
|||
cycle;
|
||||
|
||||
\path[draw=drawColor,line width= 1.1pt] ( 91.44,119.22) -- ( 96.75,119.22);
|
||||
\definecolor{fillColor}{gray}{0.20}
|
||||
\definecolor{fillColor}{RGB}{0,114,178}
|
||||
|
||||
\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (157.12,126.75) circle ( 1.96);
|
||||
|
||||
|
|
@ -373,7 +385,7 @@
|
|||
\path[draw=drawColor,line width= 0.6pt,line join=round] (157.12,177.65) -- (157.12,177.65);
|
||||
\definecolor{fillColor}{RGB}{0,114,178}
|
||||
|
||||
\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (151.80,203.10) --
|
||||
\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (151.80,203.10) --
|
||||
(151.80,197.72) --
|
||||
(154.46,190.37) --
|
||||
(151.80,183.03) --
|
||||
|
|
@ -387,7 +399,7 @@
|
|||
cycle;
|
||||
|
||||
\path[draw=drawColor,line width= 1.1pt] (154.46,190.37) -- (159.78,190.37);
|
||||
\definecolor{fillColor}{gray}{0.20}
|
||||
\definecolor{fillColor}{RGB}{0,114,178}
|
||||
|
||||
\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (220.14,123.56) circle ( 1.96);
|
||||
|
||||
|
|
@ -398,7 +410,7 @@
|
|||
\path[draw=drawColor,line width= 0.6pt,line join=round] (220.14,203.10) -- (220.14,203.10);
|
||||
\definecolor{fillColor}{RGB}{0,114,178}
|
||||
|
||||
\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (214.82,203.10) --
|
||||
\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (214.82,203.10) --
|
||||
(214.82,203.10) --
|
||||
(217.48,203.10) --
|
||||
(214.82,203.10) --
|
||||
|
|
@ -412,7 +424,7 @@
|
|||
cycle;
|
||||
|
||||
\path[draw=drawColor,line width= 1.1pt] (217.48,203.10) -- (222.80,203.10);
|
||||
\definecolor{fillColor}{gray}{0.20}
|
||||
\definecolor{fillColor}{RGB}{0,114,178}
|
||||
|
||||
\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (283.16, 44.03) circle ( 1.96);
|
||||
|
||||
|
|
@ -421,7 +433,7 @@
|
|||
\path[draw=drawColor,line width= 0.6pt,line join=round] (283.16,203.10) -- (283.16,203.10);
|
||||
\definecolor{fillColor}{RGB}{0,114,178}
|
||||
|
||||
\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (277.85,203.10) --
|
||||
\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (277.85,203.10) --
|
||||
(277.85,203.10) --
|
||||
(280.50,203.10) --
|
||||
(277.85,203.10) --
|
||||
|
|
@ -482,7 +494,7 @@
|
|||
\end{scope}
|
||||
\begin{scope}
|
||||
\path[clip] ( 0.00, 0.00) rectangle (361.35,216.81);
|
||||
\definecolor{drawColor}{gray}{0.20}
|
||||
\definecolor{drawColor}{RGB}{86,180,233}
|
||||
|
||||
\path[draw=drawColor,line width= 0.6pt] (326.98,129.29) --
|
||||
(326.98,131.46);
|
||||
|
|
@ -491,14 +503,14 @@
|
|||
(326.98,140.85);
|
||||
\definecolor{fillColor}{RGB}{86,180,233}
|
||||
|
||||
\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (321.56,131.46) rectangle (332.40,138.69);
|
||||
\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (321.56,131.46) rectangle (332.40,138.69);
|
||||
|
||||
\path[draw=drawColor,line width= 0.6pt] (321.56,135.07) --
|
||||
(332.40,135.07);
|
||||
\end{scope}
|
||||
\begin{scope}
|
||||
\path[clip] ( 0.00, 0.00) rectangle (361.35,216.81);
|
||||
\definecolor{drawColor}{gray}{0.20}
|
||||
\definecolor{drawColor}{RGB}{0,158,115}
|
||||
|
||||
\path[draw=drawColor,line width= 0.6pt] (326.98,114.84) --
|
||||
(326.98,117.00);
|
||||
|
|
@ -507,14 +519,14 @@
|
|||
(326.98,126.40);
|
||||
\definecolor{fillColor}{RGB}{0,158,115}
|
||||
|
||||
\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (321.56,117.00) rectangle (332.40,124.23);
|
||||
\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (321.56,117.00) rectangle (332.40,124.23);
|
||||
|
||||
\path[draw=drawColor,line width= 0.6pt] (321.56,120.62) --
|
||||
(332.40,120.62);
|
||||
\end{scope}
|
||||
\begin{scope}
|
||||
\path[clip] ( 0.00, 0.00) rectangle (361.35,216.81);
|
||||
\definecolor{drawColor}{gray}{0.20}
|
||||
\definecolor{drawColor}{RGB}{240,228,66}
|
||||
|
||||
\path[draw=drawColor,line width= 0.6pt] (326.98,100.38) --
|
||||
(326.98,102.55);
|
||||
|
|
@ -523,14 +535,14 @@
|
|||
(326.98,111.95);
|
||||
\definecolor{fillColor}{RGB}{240,228,66}
|
||||
|
||||
\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (321.56,102.55) rectangle (332.40,109.78);
|
||||
\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (321.56,102.55) rectangle (332.40,109.78);
|
||||
|
||||
\path[draw=drawColor,line width= 0.6pt] (321.56,106.16) --
|
||||
(332.40,106.16);
|
||||
\end{scope}
|
||||
\begin{scope}
|
||||
\path[clip] ( 0.00, 0.00) rectangle (361.35,216.81);
|
||||
\definecolor{drawColor}{gray}{0.20}
|
||||
\definecolor{drawColor}{RGB}{0,114,178}
|
||||
|
||||
\path[draw=drawColor,line width= 0.6pt] (326.98, 85.93) --
|
||||
(326.98, 88.10);
|
||||
|
|
@ -539,7 +551,7 @@
|
|||
(326.98, 97.49);
|
||||
\definecolor{fillColor}{RGB}{0,114,178}
|
||||
|
||||
\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (321.56, 88.10) rectangle (332.40, 95.32);
|
||||
\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (321.56, 88.10) rectangle (332.40, 95.32);
|
||||
|
||||
\path[draw=drawColor,line width= 0.6pt] (321.56, 91.71) --
|
||||
(332.40, 91.71);
|
||||
|
|
@ -569,3 +581,5 @@
|
|||
\node[text=drawColor,anchor=base west,inner sep=0pt, outer sep=0pt, scale= 0.88] at (339.71, 88.68) {$\pi\rho$};
|
||||
\end{scope}
|
||||
\end{tikzpicture}
|
||||
|
||||
\end{document}
|
||||
|
|
|
|||
BIN
tikz/simulations/clustering/ari-clustering.tex.pdf
Normal file
BIN
tikz/simulations/clustering/ari-clustering.tex.pdf
Normal file
Binary file not shown.
BIN
tikz/simulations/inference/ari-plots.pdf
Normal file
BIN
tikz/simulations/inference/ari-plots.pdf
Normal file
Binary file not shown.
|
|
@ -1,5 +1,14 @@
|
|||
% Created by tikzDevice version 0.12.6 on 2024-07-22 16:03:02
|
||||
% Created by tikzDevice version 0.12.6 on 2024-07-24 16:13:25
|
||||
% !TEX encoding = UTF-8 Unicode
|
||||
\documentclass[10pt]{standalone}\usepackage{tikz}
|
||||
|
||||
\usepackage[active,tightpage,psfixbb]{preview}
|
||||
|
||||
\PreviewEnvironment{pgfpicture}
|
||||
|
||||
\setlength\PreviewBorder{0pt}
|
||||
\begin{document}
|
||||
|
||||
\begin{tikzpicture}[x=1pt,y=1pt]
|
||||
\definecolor{fillColor}{RGB}{255,255,255}
|
||||
\path[use as bounding box,fill=fillColor,fill opacity=0.00] (0,0) rectangle (433.62,361.35);
|
||||
|
|
@ -2250,3 +2259,5 @@
|
|||
\node[text=drawColor,anchor=base west,inner sep=0pt, outer sep=0pt, scale= 0.88] at (398.67,149.83) {$\pi\rho$};
|
||||
\end{scope}
|
||||
\end{tikzpicture}
|
||||
|
||||
\end{document}
|
||||
|
|
|
|||
BIN
tikz/simulations/inference/model-proportions.pdf
Normal file
BIN
tikz/simulations/inference/model-proportions.pdf
Normal file
Binary file not shown.
|
|
@ -1,5 +1,14 @@
|
|||
% Created by tikzDevice version 0.12.6 on 2024-07-22 16:02:47
|
||||
% Created by tikzDevice version 0.12.6 on 2024-07-24 16:13:10
|
||||
% !TEX encoding = UTF-8 Unicode
|
||||
\documentclass[10pt]{standalone}\usepackage{tikz}
|
||||
|
||||
\usepackage[active,tightpage,psfixbb]{preview}
|
||||
|
||||
\PreviewEnvironment{pgfpicture}
|
||||
|
||||
\setlength\PreviewBorder{0pt}
|
||||
\begin{document}
|
||||
|
||||
\begin{tikzpicture}[x=1pt,y=1pt]
|
||||
\definecolor{fillColor}{RGB}{255,255,255}
|
||||
\path[use as bounding box,fill=fillColor,fill opacity=0.00] (0,0) rectangle (289.08,216.81);
|
||||
|
|
@ -307,3 +316,5 @@
|
|||
\node[text=drawColor,anchor=base west,inner sep=0pt, outer sep=0pt, scale= 0.88] at (253.84, 85.84) {$\pi\rho$};
|
||||
\end{scope}
|
||||
\end{tikzpicture}
|
||||
|
||||
\end{document}
|
||||
|
|
|
|||
BIN
tikz/simulations/model_selection/eps-pi-rho-preferred.pdf
Normal file
BIN
tikz/simulations/model_selection/eps-pi-rho-preferred.pdf
Normal file
Binary file not shown.
File diff suppressed because it is too large
Load diff
BIN
tikz/simulations/na_robustness/ari-dim-model.pdf
Normal file
BIN
tikz/simulations/na_robustness/ari-dim-model.pdf
Normal file
Binary file not shown.
File diff suppressed because one or more lines are too long
BIN
tikz/simulations/na_robustness/auc-model.pdf
Normal file
BIN
tikz/simulations/na_robustness/auc-model.pdf
Normal file
Binary file not shown.
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue