Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

c_fuzzycluster

Combine fuzzy cluster result


Description

combining fuzzy cluster result before ensembling

Usage

c_fuzzycluster(x, ...)

Arguments

x

a fuzzy cluster object

...

a fuzzy cluster object

Value

Fuzzy Clustering List

Slots

pair

pair list

Examples

fuzzy.CM(iris[,1:4],K=2,m=2,max.iteration=20,threshold=1e-3,RandomNumber=1234)->cl1
fuzzy.GK(iris[,1:4],K=2,m=2,max.iteration=20,threshold=1e-3,RandomNumber=1234)->cl2
c_fuzzycluster(cl1,cl2)

advclust

Object Oriented Advanced Clustering

v0.4
GPL-2
Authors
Achmad Fauzi Bagus F, Setia Pramana
Initial release
2016-09-03

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.