Learn R Programming

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

ppclust (version 0.1.2)

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

686

Version

0.1.2

License

GPL (>= 2)

Maintainer

Zeynel Cebeci

Last Published

January 19th, 2019

Functions in ppclust (0.1.2)

pcm

Possibilistic C-Means Clustering
fcm2

Type-2 Fuzzy C-Means Clustering
x12

Synthetic data set of two variables
gk

Gustafson-Kessel Clustering
gkpfcm

Gustafson-Kessel Clustering Using PFCM
is.ppclust

Check the class of object for ‘ppclust’
summary.ppclust

Summarize the clustering results
upfc

Unsupervised Possibilistic Fuzzy C-Means Clustering Algorithm
hcm

Hard C-Means Clustering
pcmr

Possibilistic C-Means Clustering with Repulsion
x16

Synthetic data set of two variables forming two clusters
plotcluster

Plot Clustering Results
pfcm

Possibilistic Fuzzy C-Means Clustering Algorithm
mfpcm

Modified Fuzzy Possibilistic C-Means Clustering
ppclust-package

Probabilistic and Possibilistic Cluster Analysis
pca

Possibilistic Clustering Algorithm
ppclust2

Convert ‘ppclust’ objects to the other types of cluster objects
as.ppclust

Convert object to ‘ppclust’ class
crisp

Crisp the fuzzy membership degrees
ekm

K-Means Clustering Using Different Seeding Techniques
get.dmetrics

List the names of distance metrics
comp.omega

Compute the possibilistic penalty argument for PCM
gg

Gath-Geva Clustering Algorithm
fcm

Fuzzy C-Means Clustering
fpcm

Fuzzy Possibilistic C-Means Clustering
fpppcm

Fuzzy Possibilistic Product Partition C-Means Clustering