Skip to content
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

Open
maxheld83 opened this issue Mar 28, 2019 · 5 comments
Open

allow for signed distances #451

maxheld83 opened this issue Mar 28, 2019 · 5 comments

Comments

@maxheld83
Copy link
Owner

so then the cell entries are not a distance metric, technically speaking.

@maxheld83
Copy link
Owner Author

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

@maxheld83
Copy link
Owner Author

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

@maxheld83
Copy link
Owner Author

or maybe non-metric multidimensional scaling? nMDS? https://en.wikipedia.org/wiki/Multidimensional_scaling

@maxheld83
Copy link
Owner Author

apparently nonmetric mds also deals with ordinal data, so maybe just -1, 1, 0

@maxheld83
Copy link
Owner Author

this is also known as an oriented distance function https://en.wikipedia.org/wiki/Signed_distance_function

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant