-
Notifications
You must be signed in to change notification settings - Fork 0
/
train_gaussian_saver.m
629 lines (629 loc) · 154 KB
/
train_gaussian_saver.m
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fadg0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fadg0/fadg0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/faem0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/faem0/faem0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fajw0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fajw0/fajw0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/faks0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/faks0/faks0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/falk0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/falk0/falk0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/falr0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/falr0/falr0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fapb0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fapb0/fapb0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fasw0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fasw0/fasw0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fawf0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fawf0/fawf0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fbas0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fbas0/fbas0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fbcg1/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fbcg1/fbcg1_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fbch0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fbch0/fbch0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fbjl0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fbjl0/fbjl0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fblv0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fblv0/fblv0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fbmh0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fbmh0/fbmh0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fbmj0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fbmj0/fbmj0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fcag0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fcag0/fcag0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fcaj0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fcaj0/fcaj0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fcal1/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fcal1/fcal1_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fcau0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fcau0/fcau0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fcdr1/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fcdr1/fcdr1_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fceg0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fceg0/fceg0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fcft0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fcft0/fcft0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fcjf0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fcjf0/fcjf0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fcjs0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fcjs0/fcjs0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fcke0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fcke0/fcke0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fclt0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fclt0/fclt0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fcmg0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fcmg0/fcmg0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fcmh0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fcmh0/fcmh0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fcmh1/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fcmh1/fcmh1_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fcmm0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fcmm0/fcmm0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fcmr0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fcmr0/fcmr0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fcrh0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fcrh0/fcrh0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fcrz0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fcrz0/fcrz0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fcyl0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fcyl0/fcyl0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fdac1/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fdac1/fdac1_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fdas1/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fdas1/fdas1_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fdaw0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fdaw0/fdaw0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fdfb0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fdfb0/fdfb0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fdhc0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fdhc0/fdhc0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fdjh0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fdjh0/fdjh0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fdkn0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fdkn0/fdkn0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fdml0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fdml0/fdml0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fdms0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fdms0/fdms0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fdmy0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fdmy0/fdmy0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fdnc0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fdnc0/fdnc0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fdrd1/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fdrd1/fdrd1_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fdrw0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fdrw0/fdrw0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fdtd0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fdtd0/fdtd0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fdxw0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fdxw0/fdxw0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/feac0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/feac0/feac0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fear0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fear0/fear0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fecd0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fecd0/fecd0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fedw0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fedw0/fedw0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/feeh0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/feeh0/feeh0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/felc0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/felc0/felc0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/feme0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/feme0/feme0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fetb0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fetb0/fetb0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fexm0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fexm0/fexm0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fgcs0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fgcs0/fgcs0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fgdp0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fgdp0/fgdp0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fgjd0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fgjd0/fgjd0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fgmb0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fgmb0/fgmb0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fgmd0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fgmd0/fgmd0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fgrw0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fgrw0/fgrw0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fgwr0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fgwr0/fgwr0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fhes0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fhes0/fhes0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fhew0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fhew0/fhew0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fhlm0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fhlm0/fhlm0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fhxs0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fhxs0/fhxs0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fisb0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fisb0/fisb0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fjas0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fjas0/fjas0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fjcs0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fjcs0/fjcs0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fjdm2/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fjdm2/fjdm2_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fjem0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fjem0/fjem0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fjen0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fjen0/fjen0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fjhk0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fjhk0/fjhk0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fjkl0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fjkl0/fjkl0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fjlg0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fjlg0/fjlg0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fjlm0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fjlm0/fjlm0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fjlr0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fjlr0/fjlr0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fjmg0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fjmg0/fjmg0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fjrb0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fjrb0/fjrb0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fjre0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fjre0/fjre0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fjrp1/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fjrp1/fjrp1_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fjsa0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fjsa0/fjsa0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fjsj0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fjsj0/fjsj0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fjsk0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fjsk0/fjsk0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fjsp0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fjsp0/fjsp0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fjwb0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fjwb0/fjwb0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fjwb1/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fjwb1/fjwb1_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fjxm0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fjxm0/fjxm0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fjxp0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fjxp0/fjxp0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fkaa0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fkaa0/fkaa0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fkde0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fkde0/fkde0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fkdw0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fkdw0/fkdw0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fkfb0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fkfb0/fkfb0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fkkh0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fkkh0/fkkh0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fklc0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fklc0/fklc0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fklc1/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fklc1/fklc1_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fklh0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fklh0/fklh0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fkms0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fkms0/fkms0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fksr0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fksr0/fksr0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/flac0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/flac0/flac0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/flag0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/flag0/flag0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/flas0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/flas0/flas0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/flbw0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/flbw0/flbw0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fleh0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fleh0/fleh0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/flet0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/flet0/flet0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/flhd0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/flhd0/flhd0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/flja0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/flja0/flja0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fljd0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fljd0/fljd0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fljg0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fljg0/fljg0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/flkd0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/flkd0/flkd0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/flkm0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/flkm0/flkm0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/flma0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/flma0/flma0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/flmc0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/flmc0/flmc0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/flmk0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/flmk0/flmk0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/flnh0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/flnh0/flnh0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/flod0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/flod0/flod0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fltm0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fltm0/fltm0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fmaf0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fmaf0/fmaf0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fmah0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fmah0/fmah0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fmah1/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fmah1/fmah1_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fmbg0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fmbg0/fmbg0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fmcm0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fmcm0/fmcm0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fmem0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fmem0/fmem0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fmgd0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fmgd0/fmgd0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fmjb0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fmjb0/fmjb0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fmjf0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fmjf0/fmjf0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fmju0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fmju0/fmju0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fmkc0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fmkc0/fmkc0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fmkf0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fmkf0/fmkf0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fmld0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fmld0/fmld0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fmmh0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fmmh0/fmmh0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fmml0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fmml0/fmml0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fmpg0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fmpg0/fmpg0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fnkl0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fnkl0/fnkl0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fnlp0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fnlp0/fnlp0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fnmr0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fnmr0/fnmr0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fntb0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fntb0/fntb0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fpab1/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fpab1/fpab1_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fpac0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fpac0/fpac0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fpad0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fpad0/fpad0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fpaf0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fpaf0/fpaf0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fpas0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fpas0/fpas0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fpaz0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fpaz0/fpaz0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fpjf0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fpjf0/fpjf0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fpkt0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fpkt0/fpkt0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fpls0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fpls0/fpls0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fpmy0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fpmy0/fpmy0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fram1/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fram1/fram1_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/freh0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/freh0/freh0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/frew0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/frew0/frew0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/frjb0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/frjb0/frjb0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/frll0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/frll0/frll0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/frng0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/frng0/frng0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fsag0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fsag0/fsag0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fsah0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fsah0/fsah0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fsak0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fsak0/fsak0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fsbk0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fsbk0/fsbk0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fscn0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fscn0/fscn0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fsdc0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fsdc0/fsdc0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fsdj0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fsdj0/fsdj0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fsem0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fsem0/fsem0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fsgf0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fsgf0/fsgf0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fsjg0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fsjg0/fsjg0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fsjk1/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fsjk1/fsjk1_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fsjs0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fsjs0/fsjs0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fsjw0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fsjw0/fsjw0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fskc0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fskc0/fskc0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fskl0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fskl0/fskl0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fskp0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fskp0/fskp0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fslb1/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fslb1/fslb1_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fsls0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fsls0/fsls0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fsma0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fsma0/fsma0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fsmm0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fsmm0/fsmm0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fsms1/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fsms1/fsms1_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fspm0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fspm0/fspm0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fsrh0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fsrh0/fsrh0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fssb0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fssb0/fssb0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fsxa0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fsxa0/fsxa0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/ftaj0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/ftaj0/ftaj0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/ftbr0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/ftbr0/ftbr0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/ftbw0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/ftbw0/ftbw0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/ftlg0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/ftlg0/ftlg0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/ftlh0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/ftlh0/ftlh0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/ftmg0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/ftmg0/ftmg0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/futb0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/futb0/futb0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fvfb0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fvfb0/fvfb0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fvkb0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fvkb0/fvkb0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fvmh0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/fvmh0/fvmh0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mabc0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mabc0/mabc0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mabw0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mabw0/mabw0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/madc0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/madc0/madc0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/madd0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/madd0/madd0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/maeb0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/maeb0/maeb0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/maeo0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/maeo0/maeo0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mafm0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mafm0/mafm0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mahh0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mahh0/mahh0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/majc0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/majc0/majc0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/majp0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/majp0/majp0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/makb0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/makb0/makb0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/makr0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/makr0/makr0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mapv0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mapv0/mapv0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/marc0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/marc0/marc0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/marw0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/marw0/marw0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mbar0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mbar0/mbar0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mbbr0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mbbr0/mbbr0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mbcg0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mbcg0/mbcg0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mbdg0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mbdg0/mbdg0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mbef0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mbef0/mbef0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mbgt0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mbgt0/mbgt0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mbjk0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mbjk0/mbjk0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mbjv0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mbjv0/mbjv0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mbma0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mbma0/mbma0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mbma1/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mbma1/mbma1_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mbml0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mbml0/mbml0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mbns0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mbns0/mbns0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mbom0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mbom0/mbom0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mbpm0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mbpm0/mbpm0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mbsb0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mbsb0/mbsb0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mbth0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mbth0/mbth0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mbwm0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mbwm0/mbwm0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mbwp0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mbwp0/mbwp0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mcae0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mcae0/mcae0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mcal0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mcal0/mcal0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mccs0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mccs0/mccs0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mcdc0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mcdc0/mcdc0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mcdd0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mcdd0/mcdd0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mcdr0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mcdr0/mcdr0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mcef0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mcef0/mcef0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mcem0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mcem0/mcem0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mcew0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mcew0/mcew0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mchh0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mchh0/mchh0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mchl0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mchl0/mchl0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mclk0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mclk0/mclk0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mclm0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mclm0/mclm0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mcmb0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mcmb0/mcmb0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mcmj0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mcmj0/mcmj0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mcpm0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mcpm0/mcpm0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mcrc0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mcrc0/mcrc0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mcre0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mcre0/mcre0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mcsh0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mcsh0/mcsh0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mcss0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mcss0/mcss0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mcth0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mcth0/mcth0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mctm0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mctm0/mctm0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mctt0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mctt0/mctt0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mctw0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mctw0/mctw0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mcxm0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mcxm0/mcxm0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdab0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdab0/mdab0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdac0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdac0/mdac0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdac2/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdac2/mdac2_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdas0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdas0/mdas0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdaw1/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdaw1/mdaw1_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdbb0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdbb0/mdbb0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdbb1/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdbb1/mdbb1_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdbp0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdbp0/mdbp0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdcd0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdcd0/mdcd0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdcm0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdcm0/mdcm0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mddc0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mddc0/mddc0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mded0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mded0/mded0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdef0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdef0/mdef0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdem0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdem0/mdem0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdhl0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdhl0/mdhl0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdhs0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdhs0/mdhs0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdjm0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdjm0/mdjm0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdks0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdks0/mdks0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdlb0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdlb0/mdlb0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdlc0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdlc0/mdlc0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdlc1/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdlc1/mdlc1_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdlc2/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdlc2/mdlc2_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdld0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdld0/mdld0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdlf0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdlf0/mdlf0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdlh0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdlh0/mdlh0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdlm0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdlm0/mdlm0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdlr0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdlr0/mdlr0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdlr1/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdlr1/mdlr1_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdls0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdls0/mdls0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdma0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdma0/mdma0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdmt0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdmt0/mdmt0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdns0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdns0/mdns0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdpb0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdpb0/mdpb0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdpk0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdpk0/mdpk0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdps0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdps0/mdps0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdrb0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdrb0/mdrb0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdrd0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdrd0/mdrd0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdrm0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdrm0/mdrm0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdsc0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdsc0/mdsc0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdsj0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdsj0/mdsj0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdss0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdss0/mdss0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdss1/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdss1/mdss1_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdtb0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdtb0/mdtb0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdvc0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdvc0/mdvc0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdwa0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdwa0/mdwa0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdwd0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdwd0/mdwd0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdwh0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdwh0/mdwh0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdwk0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdwk0/mdwk0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdwm0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mdwm0/mdwm0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/meal0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/meal0/meal0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/medr0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/medr0/medr0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mefg0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mefg0/mefg0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/megj0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/megj0/megj0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mejl0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mejl0/mejl0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mejs0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mejs0/mejs0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mers0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mers0/mers0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mesd0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mesd0/mesd0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mesg0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mesg0/mesg0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mesj0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mesj0/mesj0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mewm0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mewm0/mewm0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mfer0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mfer0/mfer0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mfgk0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mfgk0/mfgk0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mfmc0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mfmc0/mfmc0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mfrm0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mfrm0/mfrm0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mfwk0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mfwk0/mfwk0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mfxs0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mfxs0/mfxs0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mfxv0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mfxv0/mfxv0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mgaf0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mgaf0/mgaf0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mgag0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mgag0/mgag0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mgak0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mgak0/mgak0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mgar0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mgar0/mgar0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mgaw0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mgaw0/mgaw0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mges0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mges0/mges0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mgjc0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mgjc0/mgjc0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mgjf0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mgjf0/mgjf0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mglb0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mglb0/mglb0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mgmm0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mgmm0/mgmm0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mgrl0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mgrl0/mgrl0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mgrp0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mgrp0/mgrp0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mgrt0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mgrt0/mgrt0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mgsh0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mgsh0/mgsh0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mgsl0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mgsl0/mgsl0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mgwt0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mgwt0/mgwt0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mgxp0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mgxp0/mgxp0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mhbs0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mhbs0/mhbs0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mhit0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mhit0/mhit0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mhjb0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mhjb0/mhjb0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mhmg0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mhmg0/mhmg0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mhmr0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mhmr0/mhmr0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mhpg0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mhpg0/mhpg0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mhrm0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mhrm0/mhrm0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mhxl0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mhxl0/mhxl0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/milb0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/milb0/milb0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjac0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjac0/mjac0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjae0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjae0/mjae0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjai0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjai0/mjai0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjar0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjar0/mjar0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjbg0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjbg0/mjbg0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjbr0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjbr0/mjbr0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjda0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjda0/mjda0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjdc0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjdc0/mjdc0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjde0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjde0/mjde0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjdg0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjdg0/mjdg0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjdh0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjdh0/mjdh0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjdm0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjdm0/mjdm0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjdm1/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjdm1/mjdm1_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjeb0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjeb0/mjeb0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjeb1/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjeb1/mjeb1_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjee0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjee0/mjee0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjes0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjes0/mjes0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjfc0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjfc0/mjfc0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjfh0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjfh0/mjfh0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjfr0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjfr0/mjfr0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjhi0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjhi0/mjhi0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjjb0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjjb0/mjjb0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjjg0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjjg0/mjjg0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjjj0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjjj0/mjjj0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjjm0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjjm0/mjjm0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjkr0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjkr0/mjkr0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjlb0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjlb0/mjlb0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjlg1/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjlg1/mjlg1_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjln0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjln0/mjln0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjls0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjls0/mjls0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjma0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjma0/mjma0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjmd0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjmd0/mjmd0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjmm0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjmm0/mjmm0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjmp0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjmp0/mjmp0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjpg0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjpg0/mjpg0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjpm0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjpm0/mjpm0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjpm1/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjpm1/mjpm1_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjra0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjra0/mjra0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjrf0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjrf0/mjrf0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjrg0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjrg0/mjrg0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjrh0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjrh0/mjrh0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjrh1/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjrh1/mjrh1_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjrk0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjrk0/mjrk0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjrp0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjrp0/mjrp0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjsr0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjsr0/mjsr0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjsw0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjsw0/mjsw0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjtc0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjtc0/mjtc0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjth0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjth0/mjth0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjvw0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjvw0/mjvw0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjwg0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjwg0/mjwg0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjws0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjws0/mjws0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjwt0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjwt0/mjwt0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjxa0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjxa0/mjxa0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjxl0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mjxl0/mjxl0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mkag0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mkag0/mkag0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mkah0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mkah0/mkah0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mkaj0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mkaj0/mkaj0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mkam0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mkam0/mkam0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mkch0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mkch0/mkch0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mkcl0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mkcl0/mkcl0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mkdb0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mkdb0/mkdb0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mkdd0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mkdd0/mkdd0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mkdr0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mkdr0/mkdr0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mkdt0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mkdt0/mkdt0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mkes0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mkes0/mkes0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mkjl0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mkjl0/mkjl0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mkjo0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mkjo0/mkjo0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mkln0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mkln0/mkln0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mklr0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mklr0/mklr0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mkls0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mkls0/mkls0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mkls1/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mkls1/mkls1_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mklt0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mklt0/mklt0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mklw0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mklw0/mklw0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mkrg0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mkrg0/mkrg0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mkxl0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mkxl0/mkxl0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mlbc0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mlbc0/mlbc0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mlel0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mlel0/mlel0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mlih0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mlih0/mlih0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mljb0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mljb0/mljb0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mljc0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mljc0/mljc0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mljh0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mljh0/mljh0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mlll0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mlll0/mlll0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mlns0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mlns0/mlns0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mlnt0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mlnt0/mlnt0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mlsh0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mlsh0/mlsh0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mmaa0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mmaa0/mmaa0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mmab0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mmab0/mmab0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mmab1/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mmab1/mmab1_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mmag0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mmag0/mmag0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mmam0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mmam0/mmam0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mmar0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mmar0/mmar0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mmbs0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mmbs0/mmbs0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mmcc0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mmcc0/mmcc0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mmdb0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mmdb0/mmdb0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mmdb1/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mmdb1/mmdb1_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mmdg0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mmdg0/mmdg0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mmdh0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mmdh0/mmdh0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mmdm0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mmdm0/mmdm0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mmdm1/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mmdm1/mmdm1_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mmdm2/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mmdm2/mmdm2_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mmds0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mmds0/mmds0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mmea0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mmea0/mmea0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mmeb0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mmeb0/mmeb0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mmgc0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mmgc0/mmgc0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mmgg0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mmgg0/mmgg0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mmgk0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mmgk0/mmgk0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mmjb1/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mmjb1/mmjb1_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mmjr0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mmjr0/mmjr0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mmlm0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mmlm0/mmlm0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mmpm0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mmpm0/mmpm0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mmrp0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mmrp0/mmrp0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mmsm0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mmsm0/mmsm0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mmvp0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mmvp0/mmvp0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mmwb0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mmwb0/mmwb0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mmwh0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mmwh0/mmwh0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mmws0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mmws0/mmws0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mmws1/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mmws1/mmws1_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mmxs0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mmxs0/mmxs0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mnet0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mnet0/mnet0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mnjm0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mnjm0/mnjm0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mnls0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mnls0/mnls0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mntw0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mntw0/mntw0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mpab0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mpab0/mpab0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mpam0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mpam0/mpam0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mpam1/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mpam1/mpam1_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mpar0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mpar0/mpar0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mpcs0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mpcs0/mpcs0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mpdf0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mpdf0/mpdf0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mpeb0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mpeb0/mpeb0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mpfu0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mpfu0/mpfu0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mpgh0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mpgh0/mpgh0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mpgl0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mpgl0/mpgl0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mpgr0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mpgr0/mpgr0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mpgr1/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mpgr1/mpgr1_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mplb0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mplb0/mplb0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mpmb0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mpmb0/mpmb0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mppc0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mppc0/mppc0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mprb0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mprb0/mprb0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mprd0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mprd0/mprd0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mprk0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mprk0/mprk0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mprt0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mprt0/mprt0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mpsw0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mpsw0/mpsw0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mpwm0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mpwm0/mpwm0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrab0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrab0/mrab0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrab1/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrab1/mrab1_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrai0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrai0/mrai0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mram0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mram0/mram0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrav0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrav0/mrav0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrbc0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrbc0/mrbc0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrcg0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrcg0/mrcg0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrcs0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrcs0/mrcs0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrcw0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrcw0/mrcw0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrcz0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrcz0/mrcz0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrdd0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrdd0/mrdd0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrdm0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrdm0/mrdm0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrds0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrds0/mrds0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mreb0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mreb0/mreb0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mree0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mree0/mree0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mreh1/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mreh1/mreh1_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrem0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrem0/mrem0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mres0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mres0/mres0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrew1/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrew1/mrew1_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrfk0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrfk0/mrfk0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrfl0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrfl0/mrfl0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrgg0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrgg0/mrgg0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrgm0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrgm0/mrgm0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrgs0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrgs0/mrgs0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrhl0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrhl0/mrhl0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrjb1/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrjb1/mrjb1_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrjh0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrjh0/mrjh0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrjm0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrjm0/mrjm0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrjm1/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrjm1/mrjm1_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrjm3/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrjm3/mrjm3_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrjm4/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrjm4/mrjm4_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrjo0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrjo0/mrjo0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrjr0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrjr0/mrjr0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrjs0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrjs0/mrjs0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrjt0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrjt0/mrjt0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrkm0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrkm0/mrkm0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrko0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrko0/mrko0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrld0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrld0/mrld0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrlj0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrlj0/mrlj0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrlj1/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrlj1/mrlj1_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrlk0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrlk0/mrlk0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrlr0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrlr0/mrlr0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrmb0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrmb0/mrmb0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrmg0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrmg0/mrmg0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrmh0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrmh0/mrmh0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrml0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrml0/mrml0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrms0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrms0/mrms0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrms1/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrms1/mrms1_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mroa0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mroa0/mroa0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrpc0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrpc0/mrpc0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrpc1/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrpc1/mrpc1_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrpp0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrpp0/mrpp0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrre0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrre0/mrre0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrrk0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrrk0/mrrk0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrso0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrso0/mrso0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrsp0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrsp0/mrsp0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrtc0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrtc0/mrtc0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrtj0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrtj0/mrtj0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrtk0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrtk0/mrtk0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrvg0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrvg0/mrvg0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrwa0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrwa0/mrwa0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrws0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrws0/mrws0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrws1/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrws1/mrws1_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrxb0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mrxb0/mrxb0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/msah1/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/msah1/msah1_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/msas0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/msas0/msas0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/msat0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/msat0/msat0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/msat1/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/msat1/msat1_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/msdb0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/msdb0/msdb0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/msdh0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/msdh0/msdh0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/msds0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/msds0/msds0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/msem1/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/msem1/msem1_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mses0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mses0/mses0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/msfh0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/msfh0/msfh0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/msfh1/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/msfh1/msfh1_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/msfv0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/msfv0/msfv0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/msjk0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/msjk0/msjk0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/msjs1/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/msjs1/msjs1_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mslb0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mslb0/mslb0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/msmc0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/msmc0/msmc0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/msmr0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/msmr0/msmr0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/msms0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/msms0/msms0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/msrg0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/msrg0/msrg0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mstf0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mstf0/mstf0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mstk0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mstk0/mstk0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/msvs0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/msvs0/msvs0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mtaa0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mtaa0/mtaa0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mtab0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mtab0/mtab0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mtas0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mtas0/mtas0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mtas1/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mtas1/mtas1_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mtat0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mtat0/mtat0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mtat1/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mtat1/mtat1_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mtbc0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mtbc0/mtbc0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mtcs0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mtcs0/mtcs0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mtdb0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mtdb0/mtdb0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mtdp0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mtdp0/mtdp0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mtdt0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mtdt0/mtdt0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mteb0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mteb0/mteb0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mter0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mter0/mter0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mthc0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mthc0/mthc0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mtjg0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mtjg0/mtjg0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mtjm0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mtjm0/mtjm0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mtjs0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mtjs0/mtjs0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mtju0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mtju0/mtju0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mtkd0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mtkd0/mtkd0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mtkp0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mtkp0/mtkp0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mtlb0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mtlb0/mtlb0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mtlc0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mtlc0/mtlc0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mtls0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mtls0/mtls0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mtml0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mtml0/mtml0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mtmn0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mtmn0/mtmn0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mtmr0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mtmr0/mtmr0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mtmt0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mtmt0/mtmt0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mtpf0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mtpf0/mtpf0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mtpg0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mtpg0/mtpg0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mtpp0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mtpp0/mtpp0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mtpr0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mtpr0/mtpr0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mtqc0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mtqc0/mtqc0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mtrc0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mtrc0/mtrc0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mtrr0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mtrr0/mtrr0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mtrt0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mtrt0/mtrt0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mtwh0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mtwh0/mtwh0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mtwh1/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mtwh1/mtwh1_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mtxs0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mtxs0/mtxs0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mvjh0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mvjh0/mvjh0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mvlo0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mvlo0/mvlo0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mvrw0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mvrw0/mvrw0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mwac0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mwac0/mwac0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mwad0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mwad0/mwad0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mwar0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mwar0/mwar0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mwbt0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mwbt0/mwbt0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mwch0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mwch0/mwch0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mwdk0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mwdk0/mwdk0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mwem0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mwem0/mwem0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mwew0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mwew0/mwew0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mwgr0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mwgr0/mwgr0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mwjg0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mwjg0/mwjg0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mwre0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mwre0/mwre0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mwrp0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mwrp0/mwrp0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mwsb0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mwsb0/mwsb0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mwsh0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mwsh0/mwsh0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mwvw0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mwvw0/mwvw0_k_means_centers_8.txt')
train_gaussian('/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mzmb0/joined.txt', '/Users/michaelpuncel/Desktop/Spring2013/6.345/speech-authentication/mfcc_data/train_data/mzmb0/mzmb0_k_means_centers_8.txt')