calix.spiking.correlation.CorrelationBranches
-
class
calix.spiking.correlation.
CorrelationBranches
(value) Bases:
enum.Enum
Select branches of correlation: causal, acausal or both.
-
__init__
() Initialize self. See help(type(self)) for accurate signature.
Attributes
-
ACAUSAL
= 2
-
BOTH
= 3
-
CAUSAL
= 1
-
property
axes
Return the appropriate slice to apply to the result data in order to select the respective correlation branches.
- Returns
Slice to apply along correlation branch dimension of result array.
-