pamNew-methods: description of function pamNew

pamNewR Documentation

description of function pamNew

Description

A new pam clustering function which corrects the clustering membership based on the sillhouette strength.

The clustering membership of an observation with a negative sillhouette strength is reassigned to its

neighboring cluster.

The inputs of the function are similar to the original 'pam' function.

The function returns a vector of clustering labels.

Copyright 2003 Tao Shi and Steve Horvath (last modified 10/31/03)

Usage

pamNew(x, k, diss1 = inherits(x, "dist"), metric1 = "euclidean")

Arguments

x

the distRF object obtained from RFdist()

k

number of exprected clusters

diss1

TEXT MISSING default= inherits(x, "dist")

metric1

TEXT MISSING default= "euclidean"


stela2502/RFclust.SGE documentation built on May 26, 2023, 2:31 a.m.