Find the threshold point in a matrix
I have a 178x13 double matrix. In each column there is a point where each data value starts to stay same. I want to find them (r...
plus de 8 ans il y a | 1 réponse | 0
1
réponse
Question
Diagonal Elements of the Square Matrix
I am calculating Sorensen-Dice coefficient (2|A and B|/|A|+|B|) but diagonal elements (intersection with itself) of the square m...
presque 9 ans il y a | 2 réponses | 0
2
réponses
Question
How Jackknife sampling works?
I am trying to understand sampling techniques but I am stuck on jacknife. Can somebody explain how jacknife sampling works? How ...
User defined distance function
I'am trying to calculate Canberra distance (formula of the Canberra distance sum(|a-b|/|a|+|b|)) by defining a custom distance f...