Merge pull request #5346 from art-programmer:art-programmer-patch-1

pull/5383/head
Vadim Pisarevsky 9 years ago
commit c9ccf3b55d
  1. 2
      modules/ml/src/em.cpp

@ -379,7 +379,7 @@ public:
}
else if(covMatType == COV_MAT_DIAGONAL)
{
covsEigenValues[clusterIndex] = svd.w;
covsEigenValues[clusterIndex] = covs[clusterIndex].diag().clone(); //Preserve the original order of eigen values.
}
else //COV_MAT_GENERIC
{

Loading…
Cancel
Save