Table of Contents

Struct EdgeSpan

Namespace
DotFly.Core.Graph
Assembly
DotFly.Core.dll

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

int

Targets

Postsynaptic neuron indices.

public ReadOnlySpan<int> Targets { get; }

Property Value

ReadOnlySpan<int>

Weights

Signed contact counts, parallel to Targets.

public ReadOnlySpan<short> Weights { get; }

Property Value

ReadOnlySpan<short>