We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffdde80 commit e1be869Copy full SHA for e1be869
doc/under_sampling.rst
@@ -15,7 +15,7 @@ Prototype generation
15
====================
16
17
Given an original data set :math:`S`, prototype generation algorithms will
18
-generate a new set :math:`S'` where :math:`|S'| < |S|` and :math:`S' \not\in
+generate a new set :math:`S'` where :math:`|S'| < |S|` and :math:`S' \not\subset
19
S`. In other words, prototype generation technique will reduce the number of
20
samples in the targeted classes but the remaining samples are generated --- and
21
not selected --- from the original set.
0 commit comments