Sensors

PluggableEncoderSensor

class nupic.regions.pluggable_encoder_sensor.PluggableEncoderSensor(**kwargs)

Bases: nupic.bindings.regions.PyRegion.PyRegion

A PluggableEncoderSensor holds a value and encodes it into network output.

It requires you to reach in and insert an encoder.

setSensedValue(value)

Sets the value that will be encoded when this region does a compute.

RecordSensor