Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

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?

share|improve this question

2 Answers

You can take some sort of a mean (like an arithmetic mean or, for probability distributions, the square root of the Jensen–Shannon divergence.)

share|improve this answer

You should have a look to circular statistics (if you want to work "within"a tunning week)

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.