Ignore:
Timestamp:
Nov 6, 2005, 12:34:28 PM (19 years ago)
Author:
Paul Brossier <piem@altern.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
372cbeb
Parents:
733c2f8
Message:

move numarray import inside function
move numarray import inside function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/aubio/onsetcompare.py

    r733c2f8 rcd9b142  
    2525see http://en.wikipedia.org/wiki/Receiver_operating_characteristic
    2626"""
    27 
    28 from numarray import *
    2927
    3028def onset_roc(ltru, lexp, eps):
     
    7573
    7674def notes_roc (la, lb, eps):
     75    from numarray import *
    7776    """ creates a matrix of size len(la)*len(lb) then look for hit and miss
    7877    in it within eps tolerance windows """
Note: See TracChangeset for help on using the changeset viewer.