Mercurial > hg > qm-dsp
comparison maths/KLDivergence.cpp @ 493:bb78ca3fe7de
Remove "using" from some headers
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Fri, 31 May 2019 17:24:50 +0100 |
parents | d5014ab8b0e5 |
children |
comparison
equal
deleted
inserted
replaced
492:2892ecc40f86 | 493:bb78ca3fe7de |
---|---|
14 */ | 14 */ |
15 | 15 |
16 #include "KLDivergence.h" | 16 #include "KLDivergence.h" |
17 | 17 |
18 #include <cmath> | 18 #include <cmath> |
19 | |
20 using std::vector; | |
19 | 21 |
20 double KLDivergence::distanceGaussian(const vector<double> &m1, | 22 double KLDivergence::distanceGaussian(const vector<double> &m1, |
21 const vector<double> &v1, | 23 const vector<double> &v1, |
22 const vector<double> &m2, | 24 const vector<double> &m2, |
23 const vector<double> &v2) | 25 const vector<double> &v2) |