mirror of https://github.com/vladmandic/human
Created Math (markdown)
parent
955e5a55f5
commit
ab929709da
|
@ -0,0 +1,5 @@
|
||||||
|
# math
|
||||||
|
|
||||||
|
distance = \sqrt{ \sum_{i=1}^{192} (first_i - second_i)^2 }
|
||||||
|
confidence = 2 * (0.5 - distance)
|
||||||
|
simmilarity = 1 - confidence
|
Loading…
Reference in New Issue