Mercurial > hg > match-vamp
diff src/MatchVampPlugin.h @ 143:6914a6a01ffc refactors
Transplant the distance metric parameter structure from silence_penalty branch (even though normalisation is currently the only thing in it)
author | Chris Cannam |
---|---|
date | Fri, 16 Jan 2015 10:18:00 +0000 |
parents | cfba9aec7569 |
children | 123147f096d2 |
line wrap: on
line diff
--- a/src/MatchVampPlugin.h Thu Jan 08 12:11:27 2015 +0000 +++ b/src/MatchVampPlugin.h Fri Jan 16 10:18:00 2015 +0000 @@ -90,6 +90,9 @@ FeatureConditioner::Parameters m_fcParams; FeatureConditioner::Parameters m_defaultFcParams; + DistanceMetric::Parameters m_dParams; + DistanceMetric::Parameters m_defaultDParams; + mutable int m_pathOutNo; mutable int m_abOutNo; mutable int m_baOutNo;