View source: R/summary.credpart.R
| summary.credpart | R Documentation |
summary.credpart is the summary method for "credpart" objects.
## S3 method for class 'credpart'
summary(object, ...)
object |
An object of class |
... |
Additional arguments (not used). |
This function extracts basic information from "credpart" objects, such as created by
ecm, recm, cecm, EkNNclusor
kevclus.
Prints basic information on the credal partition.
T. Denoeux and O. Kanjanatarakul. Beyond Fuzzy, Possibilistic and Rough: An Investigation of Belief Functions in Clustering. 8th International conference on soft methods in probability and statistics, Rome, 12-14 September, 2016.
M.-H. Masson and T. Denoeux. ECM: An evidential version of the fuzzy c-means algorithm. Pattern Recognition, Vol. 41, Issue 4, pages 1384–1397, 2008.
T. Denoeux, S. Sriboonchitta and O. Kanjanatarakul. Evidential clustering of large dissimilarity data. Knowledge-Based Systems, vol. 106, pages 179-195, 2016.
extractMass, plot.credpart, ecm,
recm, cecm, EkNNclus, kevclus.
## Example with Four-class data
data("fourclass")
x<-fourclass[,1:2]
y<-fourclass[,3]
c=4
## Running k-EVCLUS with singletons
clus<-kevclus(x=x,k=100,c=c,type='simple')
summary(clus)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.