-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
306 additions
and
237 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
\documentclass[tikz]{standalone} | ||
\usepackage[T1]{fontenc} | ||
|
||
\usepackage{tikz} | ||
\usetikzlibrary{shapes, arrows, shadows, calc, decorations} | ||
|
||
\usepackage{xcolor} | ||
\definecolor{wheat}{RGB}{245,222,179} | ||
\definecolor{darkgreen}{RGB}{0, 155, 85} | ||
|
||
|
||
\begin{document} | ||
\tikzstyle{zone}=[ | ||
draw, | ||
font=\Large, | ||
align=center, | ||
minimum height=2.5em, | ||
drop shadow, | ||
rounded corners | ||
] | ||
|
||
\tikzstyle{edge}=[ | ||
draw, | ||
->, | ||
line width=1pt, | ||
align=center, | ||
] | ||
|
||
\tikzstyle{branch}=[ | ||
draw, | ||
line width=1pt, | ||
align=center, | ||
] | ||
|
||
\pgfdeclarelayer{background} | ||
\pgfsetlayers{background,main} | ||
\begin{tikzpicture} | ||
\node[zone, fill=gray!20] (z1) at (-5, 0) {$Z_1$}; | ||
\node[zone, fill=gray!20] (z2) at (1.25, 2.16506350946) {$Z_2$}; | ||
\node[zone, fill=gray!20] (z3) at (1.25, -2.16506350946) {$Z_n$}; | ||
|
||
\path (z1.west |- z2.north) + (-.125, .125) node (top_left) {}; | ||
\path ($(z1) ! .5 ! (z2)$) node (middle) {}; | ||
\path ( middle |- z2.north) node (top) {}; | ||
\path (z3.south east) + (.125, -.125) node (bottom_right) {}; | ||
|
||
\path[edge, darkgreen, visible on=<2>] (z1) to node[midway, sloped, above, align=center]{\scriptsize{Transferability}} (z2.west); | ||
\path[edge, darkgreen, visible on=<2>] (z1) to node[midway, sloped, above, align=center]{\scriptsize{Transferability}} (z3.200); | ||
\end{tikzpicture} | ||
\end{document} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
\documentclass[tikz]{standalone} | ||
|
||
\usepackage[T1]{fontenc} | ||
\usepackage[english]{babel} | ||
\usepackage{fourier} | ||
|
||
\usepackage{xcolor} | ||
\definecolor{darkgreen}{RGB}{0, 155, 85} | ||
|
||
\usepackage{standalone} | ||
|
||
\usepackage{pgfplots} | ||
|
||
\usepackage{tikz} | ||
\usetikzlibrary{shapes, arrows, shadows, calc, decorations, 3d} | ||
|
||
\usepackage{mathrsfs, amsmath} | ||
|
||
|
||
\begin{document} | ||
\begin{tikzpicture} | ||
\node (facet_graph) {\includestandalone[mode=buildmissing, height=4cm]{figures/toy_model/building_graph}}; | ||
|
||
\path (facet_graph) + (-.9, -1) node[black] (f) {\footnotesize \(f\)}; | ||
|
||
\path (facet_graph.west |- f) node[anchor=east, blue, visible on=<3-4>] (centroid) {\scriptsize \(\operatorname{Centroid}(f)\)}; | ||
\draw[->, blue, visible on=<3-6>] (f.west) -- (centroid.east); | ||
\path (centroid.east) node[anchor=east, blue, visible on=<5>] (normal) {\scriptsize \(\operatorname{Normal}(f)\)}; | ||
\path (centroid.east) node[anchor=east, blue, visible on=<6>] (degree_area_circumference) { | ||
\scriptsize \(\begin{bmatrix} | ||
\operatorname{degree}(f)\\ | ||
\operatorname{Area}(f)\\ | ||
\operatorname{Circumference}(f) | ||
\end{bmatrix}\) | ||
}; | ||
|
||
\path (degree_area_circumference.west |- facet_graph.south) + (-1, 0) node[visible on=<4-6>, anchor=north west, align=left] (multi_scale_laplacian_kernel) {\small \textcolor{IGNGreen}{\(\blacktriangleright\)} Multiscale Laplacian kernel;}; | ||
\path (multi_scale_laplacian_kernel.south west) node[visible on=<4-6>, anchor=north west, align=left] (graph_hopper_kernel) {\small \textcolor{IGNGreen}{\(\blacktriangleright\)} Graph hopper kernel;}; | ||
\path (graph_hopper_kernel.south west) node[visible on=<4-6>, anchor=north west, align=left] (propagation_kernel) {\small \textcolor{IGNGreen}{\(\blacktriangleright\)} Propagation kernel.}; | ||
|
||
\path (degree_area_circumference.west |- facet_graph.south) + (-1, 0) node[visible on=<2>, anchor=north west, align=left] (random_walk_kernel) {\small \textcolor{IGNGreen}{\(\blacktriangleright\)} Random walk kernel;}; | ||
\path (random_walk_kernel.south west) node[visible on=<2>, anchor=north west, align=left] (svm_kernel) {\small \textcolor{IGNGreen}{\(\blacktriangleright\)} \acrshort{acr::svm} \(\vartheta\) kernel.}; | ||
|
||
\path (degree_area_circumference.west |- facet_graph.south) + (-1, 0) node[visible on=<7->, anchor=north west, align=left] (multi_scale_laplacian_kernel) {\small \textcolor{IGNGreen}{\(\blacktriangleright\)} Aggregated using \gls{acr::mkl}.}; | ||
\end{tikzpicture} | ||
\end{document} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.