create_hard_credpart: Creation of a "credpart" object from a vector of class labels

View source: R/create_hard_credpart.R

create_hard_credpartR Documentation

Creation of a "credpart" object from a vector of class labels

Description

create_hard_credpart creates a "credpart" object from a vector of class labels.

Usage

create_hard_credpart(y)

Arguments

y

A vector of class labels.

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_fuzzy_credpart

Examples

## Not run: 
data(fourclass)
y<-kmeans(fourclass[,1:2],4)$cluster
clus<-create_hard_credpart(y)
summary(clus)

## End(Not run)

evclust documentation built on Nov. 9, 2023, 5:05 p.m.