FSharpAux


KdTree<'dataRecord, 'coordinates>

Namespace: FSharpAux
Parent Module: KdTree

k -dimension tree

Union Cases

Union CaseDescription
Leaf
Signature:
Node(...)
Signature: KdTree<'dataRecord,'coordinates> * KdTree<'dataRecord,'coordinates> * 'coordinates * int * 'dataRecord
Fork me on GitHub