numenta / htm.java

Hierarchical Temporal Memory implementation in Java - an official Community-Driven Java port of the Numenta Platform for Intelligent Computing (NuPIC).
GNU Affero General Public License v3.0
308 stars 160 forks source link

FieldMetaType Decode broken for "bool" Sensor Header Type #517

Closed cogmission closed 7 years ago

cogmission commented 7 years ago

If "bool" is specified as an encoding type for an input field in a csv input - the FieldMetaType can't decode it correctly and a ClassCastException is thrown.