diff --git a/Documentation/Cookbook/rst/recipes/pbclassif.rst b/Documentation/Cookbook/rst/recipes/pbclassif.rst index 9eaccd318a2ad4b78c7b622f1f6fc82fdcd54222..5189fd24c5f7fa1cb44dc83a648a69466ec6f6c3 100644 --- a/Documentation/Cookbook/rst/recipes/pbclassif.rst +++ b/Documentation/Cookbook/rst/recipes/pbclassif.rst @@ -235,7 +235,7 @@ image. class required) - *Mode = proportional:* For each image :math:`i` and each class :math:`c`, - :math:`N_i( c ) = \frac{M * T_i( c )}{sum_k( T_k(c)}` + :math:`N_i( c ) = \frac{M * T_i(c)}{sum_k(T_k(c))}` - *Mode = equal:* For each image :math:`i` and each class :math:`c`, :math:`N_i( c ) = \frac{M}{L}` - *Mode = custom:* For each image :math:`i` and each class :math:`c`,