Mercurial > hg > silvet
comparison src/EM.h @ 42:c0c4a945577a
Sparsity parameters
author | Chris Cannam |
---|---|
date | Sat, 05 Apr 2014 18:10:33 +0100 |
parents | 5164bccf3064 |
children | e92376d450b0 9e2d1f6cd43a |
comparison
equal
deleted
inserted
replaced
41:b49597c93132 | 42:c0c4a945577a |
---|---|
48 V m_q; | 48 V m_q; |
49 | 49 |
50 int m_notes; | 50 int m_notes; |
51 int m_bins; | 51 int m_bins; |
52 int m_instruments; | 52 int m_instruments; |
53 | |
54 double m_pitchSparsity; | |
55 double m_sourceSparsity; | |
53 | 56 |
54 int m_lowest; | 57 int m_lowest; |
55 int m_highest; | 58 int m_highest; |
56 | 59 |
57 void normalise(V &column); | 60 void normalise(V &column); |