D
is computed from similarity S
according the equation
1/S-1
.
The use and evaluation of clustering with this measure can be found e.g. in (Sulc and Rezankova, 2014).iof(data)
n x n
, where n
is the number of objects in original data. The matrix contains proximities
between all pairs of objects. It can be used in hierarchical cluster analyses (HCA), e.g. in agnes
.eskin
,
good1
,
good2
,
good3
,
good4
,
lin
,
lin1
,
morlini
,
of
,
sm
.#sample data
data(data20)
# Creation of proximity matrix
prox_iof <- iof(data20)
Run the code above in your browser using DataLab