belongsFCM: membership matrix calculator for FCM algorithm

View source: R/assembling.R

belongsFCMR Documentation

membership matrix calculator for FCM algorithm

Description

membership matrix calculator for FCM algorithm

Usage

belongsFCM(data, centers, dots)

Arguments

data

a matrix (the dataset used for clustering)

centers

a matrix (the centers of the clusters)

dots

a list of other arguments specific to FCM

Value

a matrix with the new membership values


geocmeans documentation built on Sept. 12, 2023, 9:06 a.m.