menu
kdtree package
documentation
kdtree
KDTree
balanceFactor method
balanceFactor
brightness_4
balanceFactor
method
Null safety
double
balanceFactor
(
)
Calculate balance factor of K-d Tree
Implementation
double balanceFactor() => height / (log(length) / log(2));
kdtree package
documentation
kdtree
KDTree
balanceFactor method
KDTree class
Constructors
KDTree
fromJson
Properties
dimensions
hashCode
height
length
metric
runtimeType
Methods
balanceFactor
insert
nearest
noSuchMethod
remove
toJson
toString
Operators
operator ==