Skip to content
Snippets Groups Projects
Commit 5dd9ca84 authored by Konrad Völkel's avatar Konrad Völkel
Browse files

Merge branch 'main' of gitlab.cs.uni-duesseldorf.de:voelkel/ds-skript

parents c5b9dd46 86e413a0
Branches
No related tags found
Loading
Pipeline #154603 passed
...@@ -26,7 +26,7 @@ $\texttt{median}(v) := \arg\min_{c \in \mathbb{R}} \texttt{mae}(v,c)$ ist \`\`de ...@@ -26,7 +26,7 @@ $\texttt{median}(v) := \arg\min_{c \in \mathbb{R}} \texttt{mae}(v,c)$ ist \`\`de
::: :::
Das bedeutet also, der Median ist definiert als eine Zahl $c \in \mathbb{R}$ mit der Eigenschaft, dass die Zahl $\texttt{mae}(v,c)$ minimal wird. Das bedeutet also, der Median ist definiert als eine Zahl $c \in \mathbb{R}$ mit der Eigenschaft, dass die Zahl $\texttt{mae}(v,c)$ minimal wird.
Das bedeutet, für alle $c$ gilt $\texttt{mae}(v,c) \geq $\texttt{mae}(v,\texttt{median}(v))$. Das bedeutet, für alle $c$ gilt $\texttt{mae}(v,c) \geq \texttt{mae}(v,\texttt{median}(v))$.
Achtung: So definiert können mehrere Zahlen 'der' Median sein. It's not a bug, it's a feature. Achtung: So definiert können mehrere Zahlen 'der' Median sein. It's not a bug, it's a feature.
Diese Definition mag ungewohnt sein, aber sie erfüllt die folgende Eigenschaft: Diese Definition mag ungewohnt sein, aber sie erfüllt die folgende Eigenschaft:
......
This diff is collapsed.
...@@ -105,3 +105,17 @@ language = "English", ...@@ -105,3 +105,17 @@ language = "English",
booktitle = "IPCC Special Report Global Warming of 1.5 ºC", booktitle = "IPCC Special Report Global Warming of 1.5 ºC",
publisher = "Intergovernmental Panel on Climate Change" publisher = "Intergovernmental Panel on Climate Change"
} }
@article{Schubert2023,
title={Stop using the elbow criterion for k-means and how to choose the number of clusters instead},
volume={25},
ISSN={1931-0153},
url={http://dx.doi.org/10.1145/3606274.3606278},
DOI={10.1145/3606274.3606278},
number={1},
journal={ACM SIGKDD Explorations Newsletter},
publisher={Association for Computing Machinery (ACM)},
author={Schubert, Erich},
year={2023},
month=jun, pages={36–42}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment