Package: popsom7 7.1.0
popsom7: A Fast, User-Friendly Implementation of Self-Organizing Maps (SOMs)
Methods for building self-organizing maps (SOMs) with a number of distinguishing features such automatic centroid detection and cluster visualization using starbursts. For more details see the paper "Improved Interpretability of the Unified Distance Matrix with Connected Components" by Hamel and Brown (2011) in <ISBN:1-60132-168-6>. The package provides user-friendly access to two models we construct: (a) a SOM model and (b) a centroid based clustering model. The package also exposes a number of quality metrics for the quantitative evaluation of the map, Hamel (2016) <doi:10.1007/978-3-319-28518-4_4>. Finally, we reintroduced our fast, vectorized training algorithm for SOM with substantial improvements. It is about an order of magnitude faster than the canonical, stochastic C implementation <doi:10.1007/978-3-030-01057-7_60>.
Authors:
popsom7_7.1.0.tar.gz
popsom7_7.1.0.zip(r-4.5)popsom7_7.1.0.zip(r-4.4)popsom7_7.1.0.zip(r-4.3)
popsom7_7.1.0.tgz(r-4.5-x86_64)popsom7_7.1.0.tgz(r-4.5-arm64)popsom7_7.1.0.tgz(r-4.4-x86_64)popsom7_7.1.0.tgz(r-4.4-arm64)popsom7_7.1.0.tgz(r-4.3-x86_64)popsom7_7.1.0.tgz(r-4.3-arm64)
popsom7_7.1.0.tar.gz(r-4.5-noble)popsom7_7.1.0.tar.gz(r-4.4-noble)
popsom7_7.1.0.tgz(r-4.4-emscripten)popsom7_7.0.0.tgz(r-4.3-emscripten)
popsom7.pdf |popsom7.html✨
popsom7/json (API)
NEWS
# Install 'popsom7' in R: |
install.packages('popsom7', repos = c('https://lutzhamel.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/lutzhamel/popsom7/issues
Last updated 14 days agofrom:ff552b1103. Checks:11 OK. Indexed: yes.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Mar 02 2025 |
R-4.5-win-x86_64 | OK | Mar 02 2025 |
R-4.5-mac-x86_64 | OK | Mar 02 2025 |
R-4.5-mac-aarch64 | OK | Mar 02 2025 |
R-4.5-linux-x86_64 | OK | Mar 02 2025 |
R-4.4-win-x86_64 | OK | Mar 02 2025 |
R-4.4-mac-x86_64 | OK | Mar 02 2025 |
R-4.4-mac-aarch64 | OK | Mar 02 2025 |
R-4.3-win-x86_64 | OK | Mar 02 2025 |
R-4.3-mac-x86_64 | OK | Mar 02 2025 |
R-4.3-mac-aarch64 | OK | Mar 02 2025 |
Exports:map.buildmap.convergencemap.fittedmap.marginalmap.positionmap.predictmap.significancemap.starburstmap.summary
Dependencies:clicolorspacedotCall64fansifarverfieldsggplot2gluegtablehashisobandlabelinglatticelifecyclemagrittrmapsMASSMatrixmgcvmunsellnlmepillarpkgconfigR6RColorBrewerRcpprlangscalessomspamtibbleutf8vctrsviridisLitewithr
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Build Map | map.build |
SOM Quality Assessment | map.convergence |
Fit Observations | map.fitted |
Plot Marginal Distribution | map.marginal |
Compute Map Positions for Given Points | map.position |
Compute Classification Labels for Given Points | map.predict |
Compute Significance of Features | map.significance |
Generate Starburst For Map | map.starburst |
Summary Object for Map | map.summary |