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

Add methods to check the disjointness between classifiers #83

Open
claudenirmf opened this issue Sep 28, 2021 · 1 comment
Open

Add methods to check the disjointness between classifiers #83

claudenirmf opened this issue Sep 28, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@claudenirmf
Copy link
Member

Given two (or more) classifiers, evaluate whether they are disjoint. Disjointness checks between more than two classes, if necessary, must be clear about the implementation (i.e., pairwise or overall disjointness).

areDisjoint(classifierA : Classifier, classifierB : Classifier): boolean;
areDisjoint(...classifiers : Classifier[]): boolean;
arePairwiseDisjoint(...classifiers : Classifier[]): boolean;
@claudenirmf claudenirmf self-assigned this Sep 28, 2021
@claudenirmf claudenirmf added the enhancement New feature or request label Sep 28, 2021
@claudenirmf
Copy link
Member Author

Also, this method must check orthogonal hierarchies among its ancestors, and consider the disjointness of generalization sets, ultimate sortals, and ontological natures.

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

No branches or pull requests

1 participant