Compare two histograms, or find l2 distance between two histograms in python
I want to calculate difference between two histogram. If the histogram is the same it should return 0. you can create histogram by h1=[randvalues],h2=[randvalue...
Read more