Searched refs:chebyshev (Results 1 – 2 of 2) sorted by relevance
/cmsis-dsp-latest/Testing/PatternGeneration/ |
D | Distance.py | 30 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/ |
D | testdistance.py | 33 ref=d.chebyshev(a,b)
|