Other packages > Find by keyword >

ProjectionBasedClustering  

Projection Based Clustering
View on CRAN: Click here


Download and install ProjectionBasedClustering package within the R console
Install from CRAN:
install.packages("ProjectionBasedClustering")

Install from Github:
library("remotes")
install_github("cran/ProjectionBasedClustering")

Install by package version:
library("remotes")
install_version("ProjectionBasedClustering", "1.2.2")



Attach the package and use:
library("ProjectionBasedClustering")
Maintained by
Michael Thrun
[Scholar Profile | Author Map]
First Published: 2017-07-23
Latest Update: 2023-10-11
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" . 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, the t-SNE multicore version is based on C++ source code of Dmitry Ulyanov, and the Curvilinear Component Analysis (CCA) is translated from 'MATLAB' ('SOM Toolbox' 2.0) to R.
How to cite:
Michael Thrun (2017). ProjectionBasedClustering: Projection Based Clustering. R package version 1.2.2, https://cran.r-project.org/web/packages/ProjectionBasedClustering. Accessed 12 Apr. 2025.
Previous versions and publish date:
1.0.0 (2017-07-23 19:50), 1.0.1 (2017-07-24 21:04), 1.0.2 (2017-08-01 07:03), 1.0.4 (2017-08-21 19:42), 1.0.5 (2017-11-17 15:55), 1.0.6 (2018-01-31 19:07), 1.0.7 (2018-05-04 11:28), 1.1.0 (2020-02-03 12:30), 1.1.1 (2020-03-29 12:50), 1.1.2 (2020-08-25 15:00), 1.1.5 (2020-10-25 13:30), 1.1.6 (2020-12-11 18:40), 1.1.8 (2022-05-26 15:30), 1.2.0 (2023-08-08 11:40), 1.2.1 (2023-10-11 20:00)
Other packages that cited ProjectionBasedClustering R package
View ProjectionBasedClustering citation profile
Other R packages that ProjectionBasedClustering depends, imports, suggests or enhances
Complete documentation for ProjectionBasedClustering
Downloads during the last 30 days
03/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/0504/0604/0704/0804/0904/1004/11Downloads for ProjectionBasedClustering01020304050607080TrendBars

Today's Hot Picks in Authors and Packages

pampe  
Implementation of the Panel Data Approach Method for Program Evaluation
Implements the Panel Data Approach Method for program evaluation as developed in Hsiao, Ching and Ki ...
Download / Learn more Package Citations See dependency  
dials  
Tools for Creating Tuning Parameter Values
Many models contain tuning parameters (i.e. parameters that cannot be directly estimated from the d ...
Download / Learn more Package Citations See dependency  
oysteR  
Scans R Projects for Vulnerable Third Party Dependencies
Collects a list of your third party R packages, and scans them with the 'OSS' Index provided by 'So ...
Download / Learn more Package Citations See dependency  
modeest  
Mode Estimation
Provides estimators of the mode of univariate data or univariate distributions. ...
Download / Learn more Package Citations See dependency  
rem  
Relational Event Models (REM)
Calculate endogenous network effects in event sequences and fit relational event models (REM): Using ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  

24,012

R Packages

207,311

Dependencies

64,867

Author Associations

24,013

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA