Similarity network

guillefix 4th November 2016 at 2:43pm

A Similarity network is one that expressed how similar entities (expressed as the nodes) are. The degree of similarity being the weight of the node.

The weight matrix AijA_{ij} represents level of similarity between entities ii and jj in the network. A similarity network is almost always complete (the only deviation from completeness is from nodes that can't be compared for some reason).

For example, if we have a matrix of votes, we can define AA as:

A=times i and j voted same waystotal number of times both i and j voted on same measureA=\frac{\text{times i and j voted same ways}}{\text{total number of times both i and j voted on same measure}}