Home
last modified time | relevance | path

Searched refs:chebyshev (Results 1 – 2 of 2) sorted by relevance

/cmsis-dsp-latest/Testing/PatternGeneration/
DDistance.py30 def chebyshev(xa,xb): function
31 r = scipy.spatial.distance.chebyshev(xa,xb)
216 writeFTest(config,[braycurtis,canberra,chebyshev,cityblock,correlation,cosine,euclidean])
/cmsis-dsp-latest/PythonWrapper/examples/
Dtestdistance.py33 ref=d.chebyshev(a,b)