Compute a dissimilarity matrix from a data set (containing only factors).
Usage
diss(x, w=rep(1,ncol(x)) )
Arguments
Value
A dissimilarity matrix.
Details
Case of N individuals described by P categorical variables:
each element (i,j) of the signed similarities array is computed
by sommation over the P variables of the contributions of each
variable, multiplied by the weight of the variable. The contribution
of a given categorical variable is +1 if the individual i and j
are in the same class, and is -1 if they are not.