Skip to content

Observable Sensor / NAPI - Array input ability #286

@cogmission

Description

@cogmission

On behalf of @gamahead

Right now, the NAPI can receive and process inputs of the following format using Sensors:

  1. String Category/Name
  2. Time
  3. 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):

  1. 1001010100101110101010 - in single columns
  2. 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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions