Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit acfa990

Browse files
authoredDec 7, 2021
DOC use proper math symbol for subset (#867)
1 parent dde338b commit acfa990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎doc/under_sampling.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Prototype selection
6363

6464
On the contrary to prototype generation algorithms, prototype selection
6565
algorithms will select samples from the original set :math:`S`. Therefore,
66-
:math:`S'` is defined such as :math:`|S'| < |S|` and :math:`S' \in S`.
66+
:math:`S'` is defined such as :math:`|S'| < |S|` and :math:`S' \subset S`.
6767

6868
In addition, these algorithms can be divided into two groups: (i) the
6969
controlled under-sampling techniques and (ii) the cleaning under-sampling

0 commit comments

Comments
 (0)
Please sign in to comment.