Package obitools :: Package distances :: Class DistanceMatrix
[hide private]
[frames] | no frames]

Class DistanceMatrix

source code


Instance Methods [hide private]
 
__init__(self, alignment)
DistanceMatrix constructor.
source code
 
evaluateDist(self, x, y) source code
 
__getitem__(self, key) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, alignment)
(Constructor)

source code 
DistanceMatrix constructor.
Parameters:
  • alignment (obitools.align.Alignment) - aligment used to compute distance matrix
Overrides: object.__init__