~ubuntu-branches/ubuntu/maverick/speech-tools/maverick

« back to all changes in this revision

Viewing changes to stats/EST_cluster.cc

  • Committer: Bazaar Package Importer
  • Author(s): Kumar Appaiah, Kartik Mistry, Kumar Appaiah
  • Date: 2010-07-17 11:32:04 UTC
  • mfrom: (3.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20100717113204-mnse3jo236j107q8
Tags: 1:2.0.95~beta-1
[ Kartik Mistry ]
* debian/control:
  + [Lintian] Added missing ${misc:Depends}
  + Updated Standards-Version to 3.8.4 (no changes needed)
* debian/patches/const_char.diff:
  + Added missing patch header
* Removed unused patch invalid_const_char_conversion_fixes.diff

[ Kumar Appaiah ]
* New upstream release.
* Standards Version is now 3.9.0 (No changes needed)
* Update debian/rules to specify version numbers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
186
186
int nn_cluster2(EST_FMatrix &m, EST_CBK &cbk, float d)
187
187
{
188
188
    static float smallest = 0.0;
189
 
    int row, col;
 
189
    int row=0, col=0;
190
190
    (void)d;
191
191
 
192
192
// Change so that all values aprt from lowest in codebook get set to
208
208
float nn_cluster3(EST_FMatrix &m, EST_CBK &cbk, EST_String method)
209
209
{
210
210
    static float smallest = 0.0;
211
 
    int row, col;
 
211
    int row=0, col=0;
212
212
 
213
213
// Change so that all values aprt from lowest in codebook get set to
214
214
// Nan (or whatever)