Learn R Programming

⚠️There's a newer version (6.0) of this package.Take me there.

popsom (version 5.2)

A Very Efficient Implementation of Kohonen's Self-Organizing Maps (SOMs) with Starburst Visualizations

Description

Kohonen's self-organizing maps with a number of distinguishing features: (1) A very efficient, single threaded, stochastic training algorithm based on ideas from tensor algebra. Up to 60x faster than traditional single-threaded training algorithms. No special accelerator hardware required. (2) Automatic centroid detection and visualization using starbursts. (3) Two models of the data: (a) a self-organizing map model, (b) a centroid based clustering model. (4) A number of easily accessible quality metrics for the self-organizing map and the centroid based cluster model.

Copy Link

Version

Install

install.packages('popsom')

Monthly Downloads

18

Version

5.2

License

GPL

Issues

Pull Requests

Stars

Forks

Maintainer

Lutz Hamel

Last Published

July 9th, 2021

Functions in popsom (5.2)

summary

Summary Object for Map
marginal

Plot Marginal Distribution
position

Compute Map Positions for Given Points
map

Build Map
significance

Compute Significance Of Features
starburst

Generate Starburst For Map
fitted

Fit Observations
predict

Compute Classification Labels for Given Points