Uses of Package
ags.utils.dataStructures.trees.secondGenKD

Packages that use ags.utils.dataStructures.trees.secondGenKD
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. 
 

Classes in ags.utils.dataStructures.trees.secondGenKD used by ags.utils.dataStructures.trees.secondGenKD
KdTree
          An efficient well-optimized kd-tree
KdTree.DataPoint
          A location point and it's value (used for storage of the tree model)
KdTree.Entry
          Stores a distance and value to output
KdTree.Status
          Enumeration representing the status of a node during the running
 

Classes in ags.utils.dataStructures.trees.secondGenKD used by org.android.activityminer.logic.classification
KdTree
          An efficient well-optimized kd-tree