Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
kd_tree
v0.6.0
Kd
Tree
Node
Priority
Item
Queue
Generated using Crystal 1.10.1
2024-04-13 04:53:58 UTC
class
Kd::
Tree(T)
Kd::Tree(T)
Reference
Object
Defined in:
kd_tree.cr
Constructors
.new
(points : Array(Array(T)))
Instance Method Summary
#nearest
(target : Array(T), n : Int32 =
1
) : Array(Array(T))
#root
: Node(T) | Nil
Constructor Detail
def self.
new
(points : Array(Array(T)))
#
[
View source
]
Instance Method Detail
def
nearest
(target : Array(T), n : Int32 =
1
) : Array(Array(T))
#
[
View source
]
def
root
:
Node
(T) | Nil
#
[
View source
]