Package | Description |
---|---|
gov.sandia.cognition.learning.algorithm.clustering |
Provides clustering algorithms.
|
gov.sandia.cognition.learning.algorithm.nearest |
Provides algorithms for Nearest-Neighbor memory-based functions.
|
gov.sandia.cognition.math.geometry |
Provides classes and interfaces for computational geometry.
|
Class and Description |
---|
KDTree
Implementation of a kd-tree.
|
Class and Description |
---|
KDTree
Implementation of a kd-tree.
|
Class and Description |
---|
KDTree
Implementation of a kd-tree.
|
KDTree.InOrderKDTreeIterator
Iterates through the KDTree using "inorder", also known as "symmetric
traversal", of the tree.
|
KDTree.Neighborhood
A Collection of nearby pairs.
|
KDTree.Neighborhood.Neighbor
Holds neighbor information used during the evaluate method and is put
into a priority queue.
|
KDTree.PairFirstVectorizableIndexComparator
Comparator for Pairs that have a Vectorizable as its first parameter.
|
Quadtree.Node
Represents a node in the quadtree.
|