Menu
  • HOME
  • TAGS

storing a matrix as a collection in MongoDB

mongodb,matrix,distance,point,asymmetric

What measure of "distance" are you using, out of curiosity? Technically, you can't call a function d(X, Y) a "distance" unless d(X, Y) = d(Y, X) always. Distance between points on a sphere is symmetric so you can't be using that metric. If all you want to do is store...