Mercurial > hg > audiodb
annotate bindings/python/README.txt @ 743:63a75a2b5fa6
Added insert featureData and powerData from numpy ndarray pathway
author | mas01mc |
---|---|
date | Tue, 09 Nov 2010 08:21:49 +0000 |
parents | 159becb0701e |
children | 6dfde1f7a7eb |
rev | line source |
---|---|
map01bf@623 | 1 README.txt |
map01bf@623 | 2 |
map01bf@623 | 3 to install, try: |
map01bf@623 | 4 |
map01bf@623 | 5 python setup.py build |
map01bf@623 | 6 python setup.py install |
map01bf@623 | 7 |
map01bf@623 | 8 Notes: |
map01bf@623 | 9 - a compatible build of audioDB (>=r914) needs to be linkable at runtime |
map01bf@717 | 10 - a basic database instance-centric class structure is available via pyadb.py, use this not _pyadb (the direct C interface) |
map01bf@717 | 11 - the unit tests ( in test/InitialisationRelated.py) show basic functionality... |
map01bf@623 | 12 |
map01bf@623 | 13 |
map01bf@623 | 14 |
map01bf@623 | 15 |
mas01mc@743 | 16 Updated 23 June 2009, Ben Fields, b.fields@gold.ac.uk |
mas01mc@743 | 17 |
mas01mc@743 | 18 |
mas01mc@743 | 19 NOTES AND COMMENTS (mcasey@dartmouth.edu) |
mas01mc@743 | 20 |
mas01mc@743 | 21 * how to apply L2norm to a database: make default behaviour |
mas01mc@743 | 22 * query behaviour without L2norm doesn't seem right |