inst/doc/fuzzyrcmdrplugin.R

## ---- echo=T-------------------------------------------------------------
library(rcmdrfuzzyclust)
data(iris)
fuzzy.CM(X=iris[,1:4],K = 3,m = 2,RandomNumber = 1234)->cl

## ---- echo=T-------------------------------------------------------------
data(iris)
fuzzy.GK(X=iris[,1:4],K = 3,m = 2,RandomNumber = 1234,gamma=0)->cl

## ---- echo=T-------------------------------------------------------------
soft.vote.ensemble(iris[,1:4],seed=3,method="FCM",K=3,m=2,core=1)->Cl

## ---- echo=T-------------------------------------------------------------
fuzzy.CM(X=iris[,1:4],K = 3,m = 2,RandomNumber = 1234)->cl
validation.index(cl)

## ---- echo=TRUE----------------------------------------------------------
checkManova(cl)

## ---- echo=TRUE,fig.show='hold'------------------------------------------
biploting(cl) -> biplotcluster

## ---- echo=TRUE,fig.show='hold'------------------------------------------
radar.plotting(cl) ->radarplot

Try the rcmdrfuzzyclust package in your browser

Any scripts or data that you put into this service are public.

rcmdrfuzzyclust documentation built on May 2, 2019, 5:46 p.m.