8000 [MRG] DOC Replace \acute by prime (#9332) · AishwaryaRK/scikit-learn@a178edb · GitHub
[go: up one dir, main page]

Skip to content

Commit a178edb

Browse files
jnothmanAishwaryaRK
authored andcommitted
[MRG] DOC Replace \acute by prime (scikit-learn#9332)
1 parent 9177864 commit a178edb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/modules/clustering.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,15 +338,15 @@ to be the exemplar of sample :math:`i` is given by:
338338

339339
.. math::
340340
341-
r(i, k) \leftarrow s(i, k) - max [ a(i, \acute{k}) + s(i, \acute{k}) \forall \acute{k} \neq k ]
341+
r(i, k) \leftarrow s(i, k) - max [ a(i, k') + s(i, k') \forall k' \neq k ]
342342
343343
Where :math:`s(i, k)` is the similarity between samples :math:`i` and :math:`k`.
344344
The availability of sample :math:`k`
345345
to be the exemplar of sample :math:`i` is given by:
346346

347347
.. math::
348348
349-
a(i, k) \leftarrow min [0, r(k, k) + \sum_{\acute{i}~s.t.~\acute{i} \notin \{i, k\}}{r(\acute{i}, k)}]
349+
a(i, k) \leftarrow min [0, r(k, k) + \sum_{i'~s.t.~i' \notin \{i, k\}}{r(i', k)}]
350350
351351
To begin with, all values for :math:`r` and :math:`a` are set to zero,
352352
and the calculation of each iterates until convergence.

0 commit comments

Comments
 (0)
0