Package src :: Package stats306b :: Package lecture9 :: Module nnmf :: Class KL
[hide private]
[frames] | no frames]

Class KL

source code

object --+    
         |    
      NNMF --+
             |
            KL

Uses KL divergence for NNMF.

Instance Methods [hide private]
 
update(self, W, H) source code
 
cost(self, X, approx) source code

Inherited from NNMF: __init__, fit, initialize, normalize

Inherited from NNMF (private): _getdf

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

Class Variables [hide private]

Inherited from NNMF: maxit

Properties [hide private]

Inherited from NNMF: df

Inherited from object: __class__

Method Details [hide private]

update(self, W, H)

source code 
Overrides: NNMF.update

cost(self, X, approx)

source code 
Overrides: NNMF.cost