Skip to content

Commit 9cb1410

Browse files
Merge pull request #954 from htm-community/fixDoc
Documentation for SPRegion parameter learningMode
2 parents 926b8f0 + f25256d commit 9cb1410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/NetworkAPI_Regions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ active columns and simultaneously updates its permanence, duty cycles, etc.
260260
columns to inputs.</td><td> ReadWrite </td><td> Boolean </td><td> true </td></tr>
261261
<tr><td> spInputNonZeros </td><td>The indices of the non-zero inputs to the spatial pooler. </td><td> ReadOnly </td><td> SDR </td><td> </td></tr>
262262
<tr><td> spOutputNonZeros </td><td>The indices of the non-zero outputs from the spatial pooler </td><td> ReadOnly </td><td> SDR </td><td> </td></tr>
263-
<tr><td> learningMode </td><td>True if the node is in learning mode.</td><td> ReadWrite </td><td> Boolean </td><td> true </td></tr>
263+
<tr><td> learningMode </td><td>Expecting 1 if the node is in learning mode. Otherwise 0.</td><td> ReadWrite </td><td> UInt32 </td><td> 1 </td></tr>
264264
<tr><td> activeOutputCount </td><td>Number of active elements in bottomUpOut output.</td><td> ReadOnly </td><td> UInt32 </td><td> 0 </td></tr>
265265
</table>
266266

0 commit comments

Comments
 (0)