Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CNDGauss: Compound Plus Operator possible error #4

Closed
ereator opened this issue Sep 21, 2016 · 1 comment
Closed

CNDGauss: Compound Plus Operator possible error #4

ereator opened this issue Sep 21, 2016 · 1 comment
Assignees

Comments

@ereator
Copy link
Member

ereator commented Sep 21, 2016

In the "CTrainNodeGMM::addFeatureVec()" function the notations:

#ifdef OPTIMIZATION_MODE
    pGauss->addPoint(point);            // update the nearest Gauss
#else
    *pGauss += CNDGauss(point);         // update the nearest Gauss
#endif

missmatch.
Running the classification with OPTIMIZATION_MODE and without produces very different results.

@ereator
Copy link
Member Author

ereator commented Dec 11, 2017

Fixed in commit #336

@ereator ereator closed this as completed Dec 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant