Skip to content

Commit

Permalink
BugFix/Comment in CalculateOverlap in SPMT
Browse files Browse the repository at this point in the history
  • Loading branch information
Damir Dobric committed Apr 2, 2021
1 parent 1059a33 commit d593a55
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion NeoCortexApi/NeoCortexApi/SpatialPoolerMT.cs
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,12 @@ protected override void ConnectAndConfigureInputs(Connections c)
UpdateInhibitionRadius(c, avgSynapsesConnected);
}


/// <summary>
/// <inheritdoc/>
/// </summary>
/// <param name="c"></param>
/// <param name="inputVector"></param>
/// <returns></returns>
public override int[] CalculateOverlap(Connections c, int[] inputVector)
{
ParallelOptions opts = new ParallelOptions
Expand Down

0 comments on commit d593a55

Please sign in to comment.