fix a typo in md file
authorseungju <chaeju106@gmail.com>
Wed, 1 May 2019 11:20:30 +0000 (13:20 +0200)
committerseungju <chaeju106@gmail.com>
Wed, 1 May 2019 12:05:33 +0000 (14:05 +0200)
fix a typo in ml_intro.md, tress -> trees

modules/ml/doc/ml_intro.markdown

index 3bc9b06..fb4f1a7 100644 (file)
@@ -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.