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

Port TESS user filtering to shape reducers #369

Open
8 tasks
CKrawczyk opened this issue Oct 13, 2020 · 0 comments
Open
8 tasks

Port TESS user filtering to shape reducers #369

CKrawczyk opened this issue Oct 13, 2020 · 0 comments

Comments

@CKrawczyk
Copy link
Collaborator

The Issue

At the moment if a user draws multiple shapes on a subject, those are allowed to cluster together in the reducer. Ideally this should not happen as a user should only draw one sahpe per object on a subject.

The fix

This has already been addressed and tested with the TESS column reducer. Each shape has a proxy for the user ID passed into the metric. The metric checks if the proxy values is the same and if so returns a distance of infinity otherwise it returns the typical euclidean distance.

How to apply the fix

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