annotate Code/Descriptors/yin/private/src/dftoperiod.mexw64.manifest @ 2:5fd388fdd6ef
initial commit - this file allows the programmer to select which of the PRAAT generated metrics the user wishes to use for classification, and then applies the k-means classifier.
author |
Dawn Black <dawn.black@eecs.qmul.ac.uk> |
date |
Mon, 10 Sep 2012 09:18:15 +0100 |
parents |
ea0c737c6323 |
children |
|
rev |
line source |
dawn@0
|
1 <?xml version='1.0' encoding='UTF-8' standalone='yes'?>
|
dawn@0
|
2 <assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
|
dawn@0
|
3 <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
|
dawn@0
|
4 <security>
|
dawn@0
|
5 <requestedPrivileges>
|
dawn@0
|
6 <requestedExecutionLevel level='asInvoker' uiAccess='false' />
|
dawn@0
|
7 </requestedPrivileges>
|
dawn@0
|
8 </security>
|
dawn@0
|
9 </trustInfo>
|
dawn@0
|
10 </assembly>
|