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 22 Dec. 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

elect  
Estimation of Life Expectancies Using Multi-State Models
Functions to compute state-specific and marginal life expectancies. The computation is based on a fi ...
Download / Learn more Package Citations See dependency  
wordspace  
Distributional Semantic Models in R
An interactive laboratory for research on distributional semantic models ('DSM', see < ...
Download / Learn more Package Citations See dependency  
Rfast2  
A Collection of Efficient and Extremely Fast R Functions II
A collection of fast statistical and utility functions for data analysis. Functions for regression, ...
Download / Learn more Package Citations See dependency  
tropAlgebra  
Tropical Algebraic Functions
It includes functions like tropical addition, tropical multiplication for vectors and matrices. In t ...
Download / Learn more Package Citations See dependency  
dmlalg  
Double Machine Learning Algorithms
Implementation of double machine learning (DML) algorithms in R, based on Emmenegger and Buehlmann ...
Download / Learn more Package Citations See dependency  
LOGANTree  
Tree-Based Models for the Analysis of Log Files from Computer-Based Assessments
Enables researchers to model log-file data from computer-based assessments using machine-learning te ...
Download / Learn more Package Citations See dependency  
Maintainer: Qi Qin (view profile)

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

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