Closed 123avi closed 9 years ago
Trying to create the KDTree to apply points with N dimension (i.e a point with seq of dimensions e.g Point(x:Array[Int]) ) it seems like the challenge is with the denominational ordering. if you have any idea please share it (123avi@gmail.com)
@123avi , you need to define an implicit DimensionalOrdering, please see https://github.com/thesamet/kdtree-scala/blob/master/src/main/scala/DimensionalOrdering.scala
Trying to create the KDTree to apply points with N dimension (i.e a point with seq of dimensions e.g Point(x:Array[Int]) ) it seems like the challenge is with the denominational ordering. if you have any idea please share it (123avi@gmail.com)