- java.lang.Object
-
- weka.core.neighboursearch.balltrees.MiddleOutConstructor.ListNode
-
- All Implemented Interfaces:
- RevisionHandler
- Enclosing class:
- MiddleOutConstructor
protected class MiddleOutConstructor.ListNode
extends Object
implements RevisionHandler
An element of MyIdxList. It stores a points index, and
its distance to some specific point (usually a node's
anchor point).
- Version:
- $Revision: 1.3 $
- Author:
- Ashraf M. Kibriya (amk14[at-the-rate]cs[dot]waikato[dot]ac[dot]nz)
-
-
Constructor Summary
Constructors
Constructor and Description |
ListNode(int i,
double d)
Constructor.
|
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2015 University of Waikato, Hamilton, NZ. All rights reserved.