| Home | Trees | Indices | Help |
|
|---|
|
|
Mapper which has information about the metrics of the dataspace it is
mapping.
Constructor information for `MetricMapper` class
________________________________________________
Cheap initialisation.
'metric' is a subclass of Metric.
Documentation for base classes of `MetricMapper`
=================================================
Documentation for class `Mapper`
--------------------------------
Interface to provide mapping between two spaces: in and out.
Methods are prefixed correspondingly. forward/reverse operate
on the entire dataset. get(In|Out)Id[s] operate per element::
forward
in ---------> out
<--------/
reverse
Subclasses should define 'dsshape' and 'nfeatures' properties that point to
`getInShape` and `getOutSize` respectively. This cannot be
done in the baseclass as standard Python properties would still point to
the baseclass methods.
Constructor information for `Mapper` class
__________________________________________
Does nothing.
Documentation for class `Metric`
--------------------------------
Abstract class for any finder.
Classes subclasses from this class show know about structure of
the data and thus be able to provide information about the
neighbors.
At least one of the methods (getNeighbors, getNeighbor) has to be
overriden in the derived class.
NOTE: derived #2 from derived class #1 has to override all methods
which were overrident in class #1
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
__doc__ = enhancedDocString('MetricMapper', locals(), Mapper,
|
|||
|
Inherited from |
|||
|
|||
|
metric To make pylint happy |
|||
|
Inherited from |
|||
|
|||
Cheap initialisation. 'metric' is a subclass of Metric.
|
|
|||
__doc__
|
|
|||
metricTo make pylint happy |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Jul 3 13:06:13 2008 | http://epydoc.sourceforge.net |