pairwise_col_diff.RdCompute pairwise difference between matrix columns
pairwise_col_diff(x)A data matrix of size n times p. Where rows are observations and columns are features.
A matrix of size n times (p choose 2), where each column is the difference between two of the original columns.