October 2008
Intermediate to advanced
984 pages
30h 43m
English
13.1 Convert matrix to vector. Write a MATLAB function named convert_prox_mat that takes as input an N × N dimensional proximity matrix prox_mat and returns an N(N − 1)/2 dimensional row vector proc_vec that contains the upper diagonal elements of prox_mat in the following order: (1, 2), (1, 3), …(1,N), (2, 3), …(2,N), …(N − 1, N).

13.2Single link, Complete link algorithms. Write MATLAB code for the single link and complete link algorithms.
Read now
Unlock full access