Home | Trees | Indices | Help |
|
---|
|
Abstract class for any metric.
Subclasses abstract a metric of a dataspace with certain properties and can be queried for structural information. Currently, this is limited to neighborhood information, i.e. identifying the surround a some coordinate in the respective dataspace.
At least one of the methods (getNeighbors, getNeighbor) has to be overriden in every derived class. NOTE: derived #2 from derived class #1 has to override all methods which were overrident in class #1
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
Return the list of coordinates for the neighbors. By default it simply constracts the list based on the generator getNeighbor |
Generator to return coordinate of the neighbor. Base class contains the simplest implementation, assuming that getNeighbors returns iterative structure to spit out neighbors 1-by-1 |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Apr 23 23:09:28 2012 | http://epydoc.sourceforge.net |