Package infomat.bridges.jsdm

"jsdm" is a package for importing data and using algorithms in the "Java Sparse Distrbuted Memory" package by Martin Hassel, see http://www.nada.kth.se/~xmartin/

"bridges" is a package for importing data from and using algorithms in different other packages.

See:
          Description

Class Summary
JSDMSimilarity Uses the Cosine Similarity in JSDM, but does not normalize the group vectors.
JSDMWrapper  
RIClusterer Simple stupid class for clustering RI:s from jsdm.
RIIO For importing a Random Index from Martin Hassel's package java sdm (jsdm) see: http://www.nada.kth.se/~xmartin/

This is a naive implementation.
RIWrapperClusterer Simple stupic class for clustering RI:s from jsdm.
 

Package infomat.bridges.jsdm Description

"jsdm" is a package for importing data and using algorithms in the "Java Sparse Distrbuted Memory" package by Martin Hassel, see http://www.nada.kth.se/~xmartin/

"bridges" is a package for importing data from and using algorithms in different other packages. These are all very much to be considered "under construction". You'll need to download the other packages and include them in your source path when you compile your code.