class Kd::Tree

Defined in:

kd_tree.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(points : Array(Point), depth = 0) #

[View source]

Instance Method Detail

def nearest(query : Point, n : Int32) #

[View source]
def nearest(query : Point) #

[View source]
def root : Kd::Node? #

[View source]