comparison src/EM.cpp @ 62:3e7e3c610fae

Test code
author Chris Cannam
date Mon, 28 Apr 2014 13:01:30 +0100
parents 384338fa460d
children a0dedcbfa628 e282930cfca7
comparison
equal deleted inserted replaced
61:3af587be9b8a 62:3e7e3c610fae
130 } 130 }
131 131
132 void 132 void
133 EM::expectation(const V &column) 133 EM::expectation(const V &column)
134 { 134 {
135 cerr << "."; 135 // cerr << ".";
136 136
137 for (int i = 0; i < m_binCount; ++i) { 137 for (int i = 0; i < m_binCount; ++i) {
138 m_estimate[i] = epsilon; 138 m_estimate[i] = epsilon;
139 } 139 }
140 140