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

Reviewer 3,Q1: Difference Between GENERAL and hierarchical clustering #34

Open
Suvodeep90 opened this issue Feb 15, 2020 · 1 comment
Open
Labels

Comments

@Suvodeep90
Copy link
Contributor

What I find irritating is that the manuscript introduces a new approach GENERAL, which just applies hierarchical clustering. As far as I understand, hierarchical clustering is a well-known, standard, and largely-evaluated clustering algorithm. I don’t really see the need to rebrand it with a new name. What is the difference between GENERAL and hierarchical clustering other than the GENERAL is applied to defect prediction?

1) What is the difference between GENERAL and hierarchical clustering other than the GENERAL is applied to defect prediction?
@Suvodeep90
Copy link
Contributor Author

Suvodeep90 commented Feb 17, 2020

What is the difference between GENERAL and hierarchical clustering other than the GENERAL is applied to defect prediction?

GENERAL is an algorithm/Framework to approximately find a bellwether project (source project) for transfer learning. GENERAL algorithm uses the hierarchical clustering to cluster the data into smaller clusters at the leaf level and then into larger clusters as you go up. Then we use a n*n comparison in each leaf cluster and then use an approximation method to identify bellwether at higher nodes.

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

No branches or pull requests

1 participant