Uses of Class
org.knime.base.util.kdtree.NearestNeighbour

Packages that use NearestNeighbour
org.knime.base.util.kdtree   
 

Uses of NearestNeighbour in org.knime.base.util.kdtree
 

Methods in org.knime.base.util.kdtree that return types with arguments of type NearestNeighbour
 List<NearestNeighbour<T>> KDTree.getKNearestNeighbours(double[] query, int k)
          Searches for the k nearest neighbours of the query pattern.
 List<NearestNeighbour<T>> KDTree.getMaxDistanceNeighbours(double[] query, double maxDist)
          Searches for all neighbours of the query pattern that are not more than maxDist away from it.
 

Methods in org.knime.base.util.kdtree with parameters of type NearestNeighbour
 int NearestNeighbour.compareTo(NearestNeighbour<T> o)
          
 



Copyright, 2003 - 2010. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.