How do you cluster a feature with an asymmetrical distance measure?
For example, let's say you are clustering a dataset with days of the week as a feature - the distance from Monday to Friday is not the same as the distance from Friday to Monday.
How do you incorporate this into the clustering algorithm's distance measure?