1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 20, 2025 — Feb 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added SDRCategoryEncoder.Builder to MultiEncoder.getBuilder/Refactoring from SDRCategoryEncoder TODO list More... about 11 years ago
Use fluent style setters in SDRCategoryEncoder.Buileder. Replaced unnessosary string coversion: assertEquals(Arrays.toString(topDown.getEncoding()), Arrays.toString(output)) with equals:assertTrue(Arrays.equals(topDown.getEncoding(),output)); More... about 11 years ago
Refactoring and JavaDoc More... about 11 years ago
Change EncodingResult.encoding from string to bit array - match related Python tuple now /Finished SDRCategoryEncoder and Tests More... about 11 years ago
Making some more changes to AdaptiveScalarEncore and corresponding test as per David's review. More... about 11 years ago
RDSE Implementation almost done More... about 11 years ago
Merge remote-tracking branch 'upstream/master' More... about 11 years ago
Merge remote-tracking branch 'remotes/upstream/master' into SDRCategoryEncoder More... about 11 years ago
Encode/Decode implemented More... about 11 years ago
Update README.md More... about 11 years ago
Merge pull request #136 from cogmission/examplework More... about 11 years ago
Change the jdoc shell to include new location of example More... about 11 years ago
Shifted example to allow for Separate README.md file More... about 11 years ago
Merge pull request #135 from cogmission/examplework More... about 11 years ago
Add the new examples package to the JavaDoc shell file for doc generation More... about 11 years ago
Moved example to new location More... about 11 years ago
Merge pull request #133 from wlmiller/add_sp_example More... about 11 years ago
As Eclipse automatically clears the build area, so commiting the file again More... about 11 years ago
Initial commit for DeltaEncoder. More... about 11 years ago
Renamed to HelloSP.java. More... about 11 years ago
Added SpatialPoolerExample. More... about 11 years ago
Merge pull request #131 from cogmission/classifierwork More... about 11 years ago
Completed CLAClassifier and test, fixed serialization, updated gradle and maven, added ClassifierResult class More... about 11 years ago
finish most of classifier test More... about 11 years ago
Make Deque implement Iterable More... about 11 years ago
Added test algorithms package, new CLAClassifierTest (beginning), new Deque class More... about 11 years ago
Merge branch 'master' into classifierwork More... about 11 years ago
Merge pull request #129 from cogmission/master More... about 11 years ago
Merge changes for Kirill Solovyevk More... about 11 years ago
Merge pull request #128 from cogmission/master More... about 11 years ago