numenta / nupic.core-legacy

Implementation of core NuPIC algorithms in C++ (under construction)
http://numenta.org
GNU Affero General Public License v3.0
272 stars 276 forks source link

Allow SDR classifier to handle multiple category #1339

Closed ywcui1990 closed 7 years ago

ywcui1990 commented 7 years ago

Fixes: https://github.com/numenta/nupic.core/issues/1340 Implement the SDR classifier change as in https://github.com/numenta/nupic/pull/3669 Allows SDR classifier to handle multiple categories with a single compute call

@scottpurdy Please review.

scottpurdy commented 7 years ago

Let me know when you're ready to merge

ywcui1990 commented 7 years ago

@scottpurdy This is ready to be merged.