abs_diff_mat
This takes a dataframe of node attributes and convert one into a absolute difference matrix
abs_diff_mat(DF, attrname)
DF
: Dataframe of node attributeattrname
: names of the attribute from the dataframe to create the matrix for.Absolute difference matrix
Useful links