Package parsimony :: Package algorithms :: Module bases :: Class BaseAlgorithm
[hide private]
[frames] | no frames]

Class BaseAlgorithm

source code

object --+
         |
        BaseAlgorithm
Known Subclasses:

Nested Classes [hide private]
  __metaclass__
Metaclass for defining Abstract Base Classes (ABCs).
Instance Methods [hide private]
 
set_params(self, **kwargs) source code
 
get_params(self) source code

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

Static Methods [hide private]
 
check_compatibility(function, required_properties)
Check if the function considered implements the given properties.
source code
Class Variables [hide private]
  __abstractmethods__ = frozenset([])
  _abc_cache = <_weakrefset.WeakSet object at 0x3177390>
  _abc_negative_cache = <_weakrefset.WeakSet object at 0x31773d0>
  _abc_negative_cache_version = 10
  _abc_registry = <_weakrefset.WeakSet object at 0x3177350>
Properties [hide private]

Inherited from object: __class__