pamk_preprocessing: A MVDA Function

Description Usage Arguments Value

Description

This function execute partitioning around medoids algoritm using function from fpc package.

Usage

1
pamk_preprocessing(DB = NULL, nCenters = NULL, initial_medoids = NULL)

Arguments

DB

is your matrix dataset

nCenters

is the desidered number of cluster

initial_medoids

index of the desidered initial medoids you want to use to initialize the algorithm

Value

a list containing three field: pamk.res is the pamk results. clustering is the vector with clustering assignment. center is the matrix with center prototypes.


angy89/MVDA_package documentation built on May 7, 2019, 8:58 p.m.