Searched refs:dice (Results 1 – 2 of 2) sorted by relevance
/cmsis-dsp-latest/Testing/PatternGeneration/ |
D | Distance.py | 54 def dice(xa,xb): function 55 r = scipy.spatial.distance.dice (xa,xb) 219 …writeBTest(config,[dice,hamming,jaccard,kulsinski,rogerstanimoto,russellrao,sokalmichener,sokalsne…
|
/cmsis-dsp-latest/PythonWrapper/examples/ |
D | testdistance.py | 133 ref=d.dice(va,vb)
|