Package pod :: Class DecompositionBasic
[frames] | no frames]

Class DecompositionBasic

source code

            object --+        
                     |        
IterativeDecomposition --+    
                         |    
         BaseDecomposition --+
                             |
                            DecompositionBasic

Instance Methods
 
__init__(self, ref1, ref2, max_iter)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code

Inherited from BaseDecomposition: resolve

Inherited from IterativeDecomposition: __repr__, get_decomposition, get_error_norm, get_reference_weight, get_reference_weights

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

Properties

Inherited from object: __class__

Method Details

__init__(self, ref1, ref2, max_iter)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Parameters:
  • distance - function of start point, projected point and generator point
Overrides: object.__init__
(inherited documentation)