程序包 weka.core.neighboursearch


package weka.core.neighboursearch
  • 说明
    Class implementing the BallTree/Metric Tree algorithm for nearest neighbour search.
    The connection to dataset is only a reference.
    Class implementing the CoverTree datastructure.
    The class is very much a translation of the c source code made available by the authors.

    For more information and original source code see:

    Alina Beygelzimer, Sham Kakade, John Langford: Cover trees for nearest neighbor.
    Class implementing the KDTree search algorithm for nearest neighbour search.
    The connection to dataset is only a reference.
    Class implementing the brute force search algorithm for nearest neighbour search.
    Abstract class for nearest neighbour search.
    The class that measures the performance of a nearest neighbour search (NNS) algorithm.
    The class that measures the performance of a tree based nearest neighbour search algorithm.