From ceff82877d5ff35f07d5817b35f2f1d12968fde2 Mon Sep 17 00:00:00 2001 From: seungju Date: Wed, 1 May 2019 13:20:30 +0200 Subject: [PATCH] fix a typo in md file fix a typo in ml_intro.md, tress -> trees --- modules/ml/doc/ml_intro.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ml/doc/ml_intro.markdown b/modules/ml/doc/ml_intro.markdown index 3bc9b068f2..fb4f1a7bd7 100644 --- a/modules/ml/doc/ml_intro.markdown +++ b/modules/ml/doc/ml_intro.markdown @@ -25,7 +25,7 @@ components: vector responses. - Another optional component is the mask of missing measurements. Most algorithms require all the components in all the training samples be valid, but some other algorithms, such as decision - tress, can handle the cases of missing measurements. + trees, can handle the cases of missing measurements. - In the case of classification problem user may want to give different weights to different classes. This is useful, for example, when: - user wants to shift prediction accuracy towards lower false-alarm rate or higher hit-rate.