create_fuzzy_credpart {evclust}R Documentation

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)

Arguments

U

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

Value

An object of class "credpart".

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

## Not run: 
library(fclust)
U<-FKM(fourclass[,1:2],4)$U
clus<-create_fuzzy_credpart(U)
summary(clus)

## End(Not run)

[Package evclust version 2.0.3 Index]