Learn R Programming

⚠️There's a newer version (1.1.0.1) of this package.Take me there.

ppclust (version 1.1.0)

Probabilistic and Possibilistic Cluster Analysis

Description

Partitioning clustering divides the objects in a data set into non-overlapping subsets or clusters by using the prototype-based probabilistic and possibilistic clustering algorithms. This package covers a set of the functions for Fuzzy C-Means (Bezdek, 1974) , Possibilistic C-Means (Krishnapuram & Keller, 1993) , Possibilistic Fuzzy C-Means (Pal et al, 2005) , Possibilistic Clustering Algorithm (Yang et al, 2006) , Possibilistic C-Means with Repulsion (Wachs et al, 2006) and the other variants of hard and soft clustering algorithms. The cluster prototypes and membership matrices required by these partitioning algorithms are initialized with different initialization techniques that are available in the package 'inaparc'. As the distance metrics, not only the Euclidean distance but also a set of the commonly used distance metrics are available to use with some of the algorithms in the package.

Copy Link

Version

Install

install.packages('ppclust')

Monthly Downloads

510

Version

1.1.0

License

GPL (>= 2)

Maintainer

Zeynel Cebeci

Last Published

February 9th, 2020

Functions in ppclust (1.1.0)

ekm

K-Means Clustering Using Different Seeding Techniques
fcm

Fuzzy C-Means Clustering
is.ppclust

Check the class of object for ‘ppclust’
pcm

Possibilistic C-Means Clustering
gg

Gath-Geva Clustering Algorithm
plotcluster

Plot Clustering Results
gk

Gustafson-Kessel Clustering
pca

Possibilistic Clustering Algorithm
x12

Synthetic data set of two variables
summary.ppclust

Summarize the clustering results
pfcm

Possibilistic Fuzzy C-Means Clustering Algorithm
gkpfcm

Gustafson-Kessel Clustering Using PFCM
ppclust2

Convert ‘ppclust’ objects to the other types of cluster objects
ppclust-package

Probabilistic and Possibilistic Cluster Analysis
x16

Synthetic data set of two variables forming two clusters
upfc

Unsupervised Possibilistic Fuzzy C-Means Clustering Algorithm
pcmr

Possibilistic C-Means Clustering with Repulsion
fcm2

Type-2 Fuzzy C-Means Clustering
get.dmetrics

List the names of distance metrics
as.ppclust

Convert object to ‘ppclust’ class
comp.omega

Compute the possibilistic penalty argument for PCM
crisp

Crisp the fuzzy membership degrees
fpcm

Fuzzy Possibilistic C-Means Clustering
fpppcm

Fuzzy Possibilistic Product Partition C-Means Clustering
hcm

Hard C-Means Clustering
mfpcm

Modified Fuzzy Possibilistic C-Means Clustering