Package parsimony :: Package functions :: Module properties :: Class ProjectionOperator
[hide private]
[frames] | no frames]

Class ProjectionOperator

source code

object --+
         |
        ProjectionOperator
Known Subclasses:

Nested Classes [hide private]
  __metaclass__
Metaclass for defining Abstract Base Classes (ABCs).
Instance Methods [hide private]
 
proj(self, beta, eps=5e-08, max_iter=100)
The projection operator corresponding to the function.
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(['proj'])
  _abc_cache = <_weakrefset.WeakSet object at 0x30b1d50>
  _abc_negative_cache = <_weakrefset.WeakSet object at 0x30b1dd0>
  _abc_negative_cache_version = 10
  _abc_registry = <_weakrefset.WeakSet object at 0x30b1c90>
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

proj(self, beta, eps=5e-08, max_iter=100)

source code 

The projection operator corresponding to the function.

Decorators:
  • @abc.abstractmethod