Learn R Programming

evclust (version 2.0.3)

create_fuzzy_credpart: Creation of a "credpart" object from a from a fuzzy or possibilistic partition matrix

Description

create_fuzzy_credpart creates a "credpart" object from a fuzzy or possibilistic partition matrix.

Usage

create_fuzzy_credpart(U)

Value

An object of class "credpart".

Arguments

U

A fuzzy or possibilistic partition matrix of size n*c, wheer c is the nmber of clusters.

References

T. Denoeux, S. Li and S. Sriboonchitta. Evaluating and Comparing Soft Partitions: an Approach Based on Dempster-Shafer Theory. IEEE Transactions on Fuzzy Systems, 26(3):1231-1244, 2018.

See Also

extractMass,create_hard_credpart

Examples

Run this code
if (FALSE) {
library(fclust)
U<-FKM(fourclass[,1:2],4)$U
clus<-create_fuzzy_credpart(U)
summary(clus)
}

Run the code above in your browser using DataLab