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

Helper functions to retrieve information from different k values #2

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

fanavarro
Copy link
Contributor

Previously we had the following functions retrieving information from the optimal k:

  • annotateClustersByMetric: include the cluster ID in each individual according to the optimal clustering.
  • getMetricRangeByCluster: Get the ranges of a metric according to each cluster of the optimal clustering.

Now, I have renamed these functions as follows:

  • annotateClustersByMetric -> annotateOptimalClustersByMetric
  • getMetricRangeByCluster -> getMetricOptimalRangeByCluster

And I have included functions to retrieve the same information for a k range and not only for the optimal k. These functions have the old names. So, finally, the new functionality is:

  • annotateOptimalClustersByMetric: include the cluster ID in each individual according to the optimal clustering.
  • getMetricOptimalRangeByCluster: Get the ranges of a metric according to each cluster of the optimal clustering.
  • annotateClustersByMetric: include the cluster ID in each individual according to different values of k.
  • getMetricRangeByCluster: Get the ranges of a metric according to different values of k.

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.

1 participant