Package | Description |
---|---|
weka.classifiers.lazy | |
weka.clusterers | |
weka.core | |
weka.core.neighboursearch |
Class and Description |
---|
NearestNeighbourSearch
Abstract class for nearest neighbour search.
|
Class and Description |
---|
KDTree
Class implementing the KDTree search algorithm for nearest neighbour search.
The connection to dataset is only a reference. |
Class and Description |
---|
PerformanceStats
The class that measures the performance of a nearest
neighbour search (NNS) algorithm.
|
Class and Description |
---|
CoverTree.CoverTreeNode
class representing a node of the cover tree.
|
CoverTree.MyHeap
A class for a heap to store the nearest k neighbours to an instance.
|
CoverTree.MyHeapElement
A class for storing data about a neighboring instance.
|
NearestNeighbourSearch
Abstract class for nearest neighbour search.
|
NearestNeighbourSearch.MyHeap
A class for a heap to store the nearest k neighbours to an instance.
|
NearestNeighbourSearch.MyHeapElement
A class for storing data about a neighboring instance.
|
NearestNeighbourSearch.NeighborList
A class for a linked list to store the nearest k neighbours
to an instance.
|
NearestNeighbourSearch.NeighborNode
A class for storing data about a neighboring instance.
|
PerformanceStats
The class that measures the performance of a nearest
neighbour search (NNS) algorithm.
|
TreePerformanceStats
The class that measures the performance of a tree based
nearest neighbour search algorithm.
|
Copyright © 2015 University of Waikato, Hamilton, NZ. All rights reserved.