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 03 Feb. 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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

copulaboost  
Fitting Additive Copula Regression Models for Binary Outcome Regression
Additive copula regression for regression problems with binary outcome via gradient boosting [Bran ...
Download / Learn more Package Citations See dependency  
PERMANOVA  
Multivariate Analysis of Variance Based on Distances and Permutations
Calculates multivariate analysis of variance based on permutations and some associated pictorial rep ...
Download / Learn more Package Citations See dependency  
ttbary  
Barycenter Methods for Spatial Point Patterns
Computes a point pattern in R^2 or on a graph that is representative of a collection of many data pa ...
Download / Learn more Package Citations See dependency  
INLABMA  
Bayesian Model Averaging with INLA
Fit Spatial Econometrics models using Bayesian model averaging on models fitted with INLA. The INLA ...
Download / Learn more Package Citations See dependency  
xLLiM  
High Dimensional Locally-Linear Mapping
Provides a tool for non linear mapping (non linear regression) using a mixture of regression model a ...
Download / Learn more Package Citations See dependency  
mscp  
Multiscale Change Point Detection via Gradual Bandwidth Adjustment in Moving Sum Processes
Multiscale moving sum procedure for the detection of changes in expectation in univariate sequences. ...
Download / Learn more Package Citations See dependency  

23,580

R Packages

204,057

Dependencies

63,980

Author Associations

23,581

Publication Badges

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