On behalf of @gamahead
Right now, the NAPI can receive and process inputs of the following format using Sensors:
- String Category/Name
- Time
- Numerical
...and the NAPI compute() method can be called with an int[], however we cannot yet point Sensors to a file containing SDRs.
We need to be able to both manually and automatically feed in binary or sparse binary array inputs of the form (shown respectively):
- 1001010100101110101010 - in single columns
- 4, 44, 398, 400, 488, 575, 576, 642 - in single column (sparse)
The arrays should have a FieldMetaType description for both binary sdr dense and one for sparse.
On behalf of @gamahead
Right now, the NAPI can receive and process inputs of the following format using Sensors:
...and the NAPI compute() method can be called with an int[], however we cannot yet point Sensors to a file containing SDRs.
We need to be able to both manually and automatically feed in binary or sparse binary array inputs of the form (shown respectively):
The arrays should have a FieldMetaType description for both binary sdr dense and one for sparse.