Skip to content
Snippets Groups Projects
Commit d0f35af0 authored by Philip Kaluđerčić's avatar Philip Kaluđerčić :u7121:
Browse files

Downcase n in formula

parent 10ba87b5
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@
\begin{definition}[Inverse document frequency]\label{def:idf}
Calculated for a document collection $D = \{ d_1, \dots, d_n \}$:
\[ \mathrm{idf}(t, D) = \log_{10} \left(\frac{N}{|\{ d \in D | t \in
\[ \mathrm{idf}(t, D) = \log_{10} \left(\frac{n}{|\{ d \in D | t \in
d \}|}\right) \]
\end{definition}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment