minor doc fix
authorMaria Dimashova <no@email>
Wed, 18 Apr 2012 12:41:23 +0000 (12:41 +0000)
committerMaria Dimashova <no@email>
Wed, 18 Apr 2012 12:41:23 +0000 (12:41 +0000)
modules/ml/doc/expectation_maximization.rst

index 5d63510..239f177 100644 (file)
@@ -107,7 +107,7 @@ The constructor of the class
     
     :param covMatType: Constraint on covariance matrices which defines type of matrices. Possible values are:
 
-        * **EM::COV_MAT_SPHERICAL** A scaled identity matrix :math:`\mu_k * I`. There is the only parameter :math:`\mu_k` to be estimated for earch matrix. The option may be used in special cases, when the constraint is relevant, or as a first step in the optimization (for example in case when the data is preprocessed with PCA). The results of such preliminary estimation may be passed again to the optimization procedure, this time with ``covMatType=EM::COV_MAT_DIAGONAL``.
+        * **EM::COV_MAT_SPHERICAL** A scaled identity matrix :math:`\mu_k * I`. There is the only parameter :math:`\mu_k` to be estimated for each matrix. The option may be used in special cases, when the constraint is relevant, or as a first step in the optimization (for example in case when the data is preprocessed with PCA). The results of such preliminary estimation may be passed again to the optimization procedure, this time with ``covMatType=EM::COV_MAT_DIAGONAL``.
 
         * **EM::COV_MAT_DIAGONAL** A diagonal matrix with positive diagonal elements. The number of free parameters is ``d`` for each matrix. This is most commonly used option yielding good estimation results.