From ec112f193cf18a9b6c9af063138801a26d8219da Mon Sep 17 00:00:00 2001 From: sadrasabouri Date: Mon, 11 Oct 2021 12:52:34 +0330 Subject: [PATCH] DOC \in changed to \subset in under_sampling.rst. --- doc/under_sampling.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/under_sampling.rst b/doc/under_sampling.rst index 13798ad78..c3b8ed4f6 100644 --- a/doc/under_sampling.rst +++ b/doc/under_sampling.rst @@ -63,7 +63,7 @@ Prototype selection On the contrary to prototype generation algorithms, prototype selection algorithms will select samples from the original set :math:`S`. Therefore, -:math:`S'` is defined such as :math:`|S'| < |S|` and :math:`S' \in S`. +:math:`S'` is defined such as :math:`|S'| < |S|` and :math:`S' \subset S`. In addition, these algorithms can be divided into two groups: (i) the controlled under-sampling techniques and (ii) the cleaning under-sampling