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]
All associated links for this package
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 07 Nov. 2024.
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

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  
robregcc  
Robust Regression with Compositional Covariates
We implement the algorithm estimating the parameters of the robust regression model with composition ...
Download / Learn more Package Citations See dependency  
bacondecomp  
Goodman-Bacon Decomposition
Decomposition for differences-in-differences with variation in treatment timing from Goodman-Bacon ...
Download / Learn more Package Citations See dependency  
con2aqi  
Calculate the AQI from Pollutant Concentration
To calculate the AQI (Air Quality Index) from pollutant concentration data. O3, PM2.5, PM10, CO, SO ...
Download / Learn more Package Citations See dependency  

23,092

R Packages

198,677

Dependencies

62,675

Author Associations

23,089

Publication Badges

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