Package: ProjectionBasedClustering
Type: Package
Title: Projection Based Clustering
Version: 1.2.2
Date: 2024-06-14
Authors@R: c(person("Michael", "Thrun", email= "m.thrun@gmx.net",role=c("aut","cre","cph")),person("Quirin", "Stier",role=c("ctb","rev"), comment = c(ORCID = "0000-0002-7896-4737")),person("Brinkmann", "Luca",role=c("ctb")), person("Florian", "Lerch",role="aut"),person("Felix", "Pape",role="aut"),person("Tim", "Schreier",role="aut"),person("Luis", "Winckelmann",role="aut"),person("Kristian", "Nybo",role="cph"),person("Jarkko", "Venna",role="cph"), person("van der Maaten", "Laurens",role="cph"))
Description: A clustering approach applicable to every projection method is proposed here. The two-dimensional scatter plot of any projection method can construct a topographic map which displays unapparent data structures by using distance and density information of the data. The generalized U*-matrix renders this visualization in the form of a topographic map, which can be used to automatically define the clusters of high-dimensional data. The whole system is based on Thrun and Ultsch, "Using Projection based Clustering to Find Distance and Density based Clusters in High-Dimensional Data" <DOI:10.1007/s00357-020-09373-2>. Selecting the correct projection method will result in a visualization in which mountains surround each cluster. The number of clusters can be determined by counting valleys on the topographic map. Most projection methods are wrappers for already available methods in R. By contrast, the neighbor retrieval visualizer (NeRV) is based on C++ source code of the 'dredviz' software package, and the Curvilinear Component Analysis (CCA) is translated from 'MATLAB' ('SOM Toolbox' 2.0) to R.
License: GPL-3
Imports: Rcpp, ggplot2, stats, graphics, vegan, deldir, geometry,
        GeneralizedUmatrix, shiny, shinyjs, shinythemes, plotly,
        grDevices
Suggests: DataVisualizations, fastICA, tsne, FastKNN, MASS, pcaPP,
        spdep, pracma, grid, mgcv, fields, png, reshape2, Rtsne,
        methods, dendextend, umap, uwot, DatabionicSwarm, parallelDist,
        parallel
LinkingTo: Rcpp
LazyData: TRUE
Encoding: UTF-8
SystemRequirements: C++17
Depends: R (>= 3.0)
NeedsCompilation: yes
URL: https://www.deepbionics.org
LazyLoad: yes
BugReports: https://github.com/Mthrun/ProjectionBasedClustering/issues
Packaged: 2024-06-14 16:23:14 UTC; quiri
Author: Michael Thrun [aut, cre, cph],
  Quirin Stier [ctb, rev] (<https://orcid.org/0000-0002-7896-4737>),
  Brinkmann Luca [ctb],
  Florian Lerch [aut],
  Felix Pape [aut],
  Tim Schreier [aut],
  Luis Winckelmann [aut],
  Kristian Nybo [cph],
  Jarkko Venna [cph],
  van der Maaten Laurens [cph]
Maintainer: Michael Thrun <m.thrun@gmx.net>
Repository: CRAN
Date/Publication: 2024-06-14 17:50:01 UTC
Built: R 4.6.0; x86_64-apple-darwin20; 2025-08-18 13:14:05 UTC; unix
Archs: ProjectionBasedClustering.so.dSYM
