Uses of Class
com.rapidminer.tools.math.container.KDTreeNode

Packages that use KDTreeNode
com.rapidminer.tools.math.container This package consists some additional containers fulfilling some mathematical properties which could, for example, help to speed up searches. 
 

Uses of KDTreeNode in com.rapidminer.tools.math.container
 

Methods in com.rapidminer.tools.math.container that return KDTreeNode
 KDTreeNode<T> KDTreeNode.getFarChild(double[] compare)
           
 KDTreeNode<T> KDTreeNode.getGreaterChild()
           
 KDTreeNode KDTreeNode.getLesserChild()
           
 KDTreeNode<T> KDTreeNode.getNearChild(double[] compare)
           
 

Methods in com.rapidminer.tools.math.container with parameters of type KDTreeNode
 void KDTreeNode.setChild(KDTreeNode<T> node)
           
 void KDTreeNode.setGreaterChild(KDTreeNode<T> rightChild)
           
 void KDTreeNode.setLesserChild(KDTreeNode<T> leftChild)
           
 



Copyright © 2001-2009 by Rapid-I