hxtorch.spiking.modules.sparse_synapse.ProjectionConnection

class hxtorch.spiking.modules.sparse_synapse.ProjectionConnection(idx_pre, idx_post, weight)

Bases: NamedTuple

__init__()

Initialize self. See help(type(self)) for accurate signature.

Methods

Attributes

idx_post

Alias for field number 1

idx_pre

Alias for field number 0

weight

Alias for field number 2

idx_post: int

Alias for field number 1

idx_pre: int

Alias for field number 0

weight: float

Alias for field number 2