Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
kd_tree
v0.3.0
Kd
Tree
Node
Built with Crystal 1.9.2
2023-10-08 01:48:14 UTC
class
Kd::Tree(T)
Kd::Tree(T)
Reference
Object
Defined in:
kd_tree.cr
Constructors
.new
(points : Array(Array(T)), depth =
0
)
Instance Method Summary
#nearest
(query : Array(T), n : Int32)
#nearest
(query : Array(T))
#root
Constructor Detail
def self.
new
(points : Array(Array(T)), depth =
0
)
#
[
View source
]
Instance Method Detail
def
nearest
(query : Array(T), n : Int32)
#
[
View source
]
def
nearest
(query : Array(T))
#
[
View source
]
def
root
#
[
View source
]