-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
allow for signed distances #451
Comments
non-metric distance matrices may serve to represent this; perhaps by modelling this is a directed graph with (negative) weights. https://en.wikipedia.org/wiki/Distance_matrix |
or maybe a similarity matrix might do the trick, because it allows negative values for very dissimilar objects (which is kinda sorta what we're after here?) https://en.wikipedia.org/wiki/Similarity_measure |
or maybe non-metric multidimensional scaling? nMDS? https://en.wikipedia.org/wiki/Multidimensional_scaling |
apparently nonmetric mds also deals with ordinal data, so maybe just |
this is also known as an oriented distance function https://en.wikipedia.org/wiki/Signed_distance_function |
so then the cell entries are not a distance metric, technically speaking.
The text was updated successfully, but these errors were encountered: