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

Anchor refactor #39

Merged
merged 28 commits into from
Aug 25, 2023
Merged

Anchor refactor #39

merged 28 commits into from
Aug 25, 2023

Conversation

WarmCyan
Copy link
Collaborator

@WarmCyan WarmCyan commented Aug 24, 2023

This PR significantly changes how icat itself interfaces with anchors. Rather than a user being able to specify and pass similarity functions, the assumption is that the user subclasses SimilarityAnchorBase (the only function that has to be overriden is featurize(), which is where any previous similarity function code would go.)

The anchorlist is much better now! There's a separate tab now for interacting with anchor types - ICAT automatically detects any and all anchor subclasses in scope and dynamically populates this tab allowing you to add and remove the types (adding corresponding "anchor add" buttons in the main anchorlist), rename them, and change the color in the interface associated with them. Anchor type colors are used in the anchorlist itself (as well as anchorviz) to help distinguish what anchors are what.

A settings tab in the anchorlist lets you set which anchor type is used when you click the "example" button in the data manager. (The only types that can be used are those that subclass SimilarityAnchorBase)

@WarmCyan WarmCyan marked this pull request as ready for review August 25, 2023 15:56
@WarmCyan WarmCyan merged commit 54d4c2e into main Aug 25, 2023
4 checks passed
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

Successfully merging this pull request may close these issues.

Ability to specify allowable anchor types in model constructor
1 participant