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
310 stars 160 forks source link

Integrate the SDRClassifier with the NAPI. #512

Closed Hopding closed 7 years ago

Hopding commented 7 years ago

The SDRClassifier currently exists in HTM.Java, but cannot be used within the NAPI. The NAPI should be updated so that users can specify which classifier they want to be used for each input field (SDRClassifier or CLAClassifier, or no classifier at all).