Package | Description |
---|---|
ags.utils.dataStructures.trees.secondGenKD |
Modifier and Type | Class and Description |
---|---|
static class |
KdTree.Manhattan<T>
Class for tree with Manhattan distancing
|
static class |
KdTree.SqrEuclid<T>
Class for tree with Unweighted Squared Euclidean distancing
|
static class |
KdTree.WeightedManhattan<T>
Class for tree with Weighted Manhattan distancing
|
static class |
KdTree.WeightedSqrEuclid<T>
Class for tree with Weighted Squared Euclidean distancing
|
Copyright © 2015. All rights reserved.