-
- Downloads
Merge branch 'feat-som-speedup' into develop
New SOM functionallity and general updates.
No related branches found
No related tags found
Showing
- src/apollon/aplot.py 38 additions, 18 deletionssrc/apollon/aplot.py
- src/apollon/hmm/poisson_hmm.py 1 addition, 1 deletionsrc/apollon/hmm/poisson_hmm.py
- src/apollon/io/io.py 30 additions, 2 deletionssrc/apollon/io/io.py
- src/apollon/som/datasets.py 42 additions, 0 deletionssrc/apollon/som/datasets.py
- src/apollon/som/neighbors.py 77 additions, 0 deletionssrc/apollon/som/neighbors.py
- src/apollon/som/plot.py 119 additions, 27 deletionssrc/apollon/som/plot.py
- src/apollon/som/som.py 300 additions, 173 deletionssrc/apollon/som/som.py
- src/apollon/som/topologies.py 3 additions, 25 deletionssrc/apollon/som/topologies.py
- src/apollon/som/utilities.py 112 additions, 70 deletionssrc/apollon/som/utilities.py
- src/apollon/tools.py 1 addition, 1 deletionsrc/apollon/tools.py
- src/apollon/types.py 8 additions, 0 deletionssrc/apollon/types.py
- tests/som/test_neighbours.py 17 additions, 0 deletionstests/som/test_neighbours.py
- tests/som/test_som.py 80 additions, 18 deletionstests/som/test_som.py
- tests/som/test_som_utilities.py 37 additions, 4 deletionstests/som/test_som_utilities.py
Loading
Please register or sign in to comment