Package parsimony :: Package algorithms :: Module deflation :: Class RowProjectionDeflation
[hide private]
[frames] | no frames]

Class RowProjectionDeflation

source code

object --+    
         |    
 Deflation --+
             |
            RowProjectionDeflation

Nested Classes [hide private]

Inherited from Deflation: __metaclass__

Instance Methods [hide private]
 
deflate(self, X, w) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  __abstractmethods__ = frozenset([])
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

deflate(self, X, w)

source code 
Overrides: Deflation.deflate