menu
kdtree package
documentation
kdtree
KDTree
KDTree constructor
KDTree
brightness_4
KDTree
constructor
Null safety
KDTree
(
List
<
Map
>
points
,
Function
?
_metric
,
List
<
String
>
_dimensions
)
Implementation
KDTree(List<Map> points, this._metric, this._dimensions) { _root = _buildTree(points, 0, null); }
kdtree package
documentation
kdtree
KDTree
KDTree constructor
KDTree class
Constructors
KDTree
fromJson
Properties
dimensions
hashCode
height
length
metric
runtimeType
Methods
balanceFactor
insert
nearest
noSuchMethod
remove
toJson
toString
Operators
operator ==