|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KdTree | |
---|---|
ags.utils.dataStructures.trees.secondGenKD | Adapted Version of Rednaxela's Kd-tree implementation. |
org.android.activityminer.logic.classification | Logic layer - classifiers, feature normalizer, PMML builder. |
Uses of KdTree in ags.utils.dataStructures.trees.secondGenKD |
---|
Subclasses of KdTree in ags.utils.dataStructures.trees.secondGenKD | |
---|---|
private class |
KdTree.ChildNode
Internal class for child nodes |
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 |
Fields in ags.utils.dataStructures.trees.secondGenKD declared as KdTree | |
---|---|
private KdTree<T> |
KdTree.left
|
private KdTree<T> |
KdTree.parent
|
private KdTree<T> |
KdTree.right
|
Constructors in ags.utils.dataStructures.trees.secondGenKD with parameters of type KdTree | |
---|---|
KdTree.ChildNode(KdTree<T> parent,
boolean right)
|
|
KdTree(KdTree<T> parent,
boolean right)
Constructor for child nodes. |
Uses of KdTree in org.android.activityminer.logic.classification |
---|
Fields in org.android.activityminer.logic.classification declared as KdTree | |
---|---|
private KdTree<Long> |
KNN.kdTree
The k-dimensional tree. |
Methods in org.android.activityminer.logic.classification that return KdTree | |
---|---|
KdTree<Long> |
KNN.getKdTree()
Getter for the k-dimensional tree |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |