Struct EdgeSpan
The out-edges of one neuron as parallel spans.
public readonly ref struct EdgeSpan
- Inherited Members
Properties
Length
Number of edges.
public int Length { get; }
Property Value
Targets
Postsynaptic neuron indices.
public ReadOnlySpan<int> Targets { get; }
Property Value
Weights
Signed contact counts, parallel to Targets.
public ReadOnlySpan<short> Weights { get; }