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

Generate classifier with annotation processing #1

Open
richardstartin opened this issue Apr 21, 2018 · 0 comments
Open

Generate classifier with annotation processing #1

richardstartin opened this issue Apr 21, 2018 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@richardstartin
Copy link
Owner

richardstartin commented Apr 21, 2018

Currently attributes used for classification are registered separately from the definition of the classified objects. It should be possible to annotate methods and generate a classifier from the definition. This could include simple functionality like scaling values.

The code below would generate a classifier with a weight attribute.

class ToBeClassified {

@Classifiable(scale = 0.5)
public double getWeight() {
...
}

}
@richardstartin richardstartin added the help wanted Extra attention is needed label Apr 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant