Package PyDSTool :: Package Toolbox :: Module dssrt :: Class EpochSeqScorer
[hide private]
[frames] | no frames]

Class EpochSeqScorer

source code

object --+    
         |    
    Scorer --+
             |
            EpochSeqScorer

Instance Methods [hide private]
 
__init__(self, alphabet)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
_validate_weights(self) source code
 
__getitem__(self, k) source code
 
scorer(self, a, b) source code

Inherited from Scorer: __setitem__

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, alphabet)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)

__getitem__(self, k)
(Indexing operator)

source code 
Overrides: Scorer.__getitem__