D E I K N R S T

D

delete(double[]) - Method in class edu.wlu.cs.levy.CG.KDTree
Delete a node from a KD-tree.

E

edu.wlu.cs.levy.CG - package edu.wlu.cs.levy.CG
 

I

insert(double[], Object) - Method in class edu.wlu.cs.levy.CG.KDTree
Insert a node in a KD-tree.

K

KDTree - class edu.wlu.cs.levy.CG.KDTree.
KDTree is a class supporting KD-tree insertion, deletion, equality search, range search, and nearest neighbor(s) using double-precision floating-point keys.
KDTree(int) - Constructor for class edu.wlu.cs.levy.CG.KDTree
Creates a KD-tree with specified number of dimensions.
KeyDuplicateException - exception edu.wlu.cs.levy.CG.KeyDuplicateException.
KeyDuplicateException is thrown when the KDTree.insert method is invoked on a key already in the KDTree.
KeySizeException - exception edu.wlu.cs.levy.CG.KeySizeException.
KeySizeException is thrown when a KDTree method is invoked on a key whose size (array length) mismatches the one used in the that KDTree's constructor.

N

nearest(double[]) - Method in class edu.wlu.cs.levy.CG.KDTree
Find KD-tree node whose key is nearest neighbor to key.
nearest(double[], int) - Method in class edu.wlu.cs.levy.CG.KDTree
Find KD-tree nodes whose keys are n nearest neighbors to key.

R

range(double[], double[]) - Method in class edu.wlu.cs.levy.CG.KDTree
Range search in a KD-tree.

S

search(double[]) - Method in class edu.wlu.cs.levy.CG.KDTree
Find KD-tree node whose key is identical to key.

T

toString() - Method in class edu.wlu.cs.levy.CG.KDTree
 

D E I K N R S T