machinelearning
machinelearning copied to clipboard
Basic Agglomerative clustering implementation #5725
#5725 Basic Agglomerative clustering implementation:
- Implement basic agglomerative clustering.
- Distance measure is Euclidean distance.
- Included 3 Linkage Criteria implementations : Single Link, Complete Link, Average Link.
- Simple testcase
ToDo:
- Implement other Linkage Criteria like: Ward, Centriod based linkage.
- Add support for other distance metrics.
- Implement agglomerative clustering using efficient heap based approach.
- Implement model saving and reloading.
- Implement visualization of dendrogram.
- Implement cluster prediction capability.
- Include more test cases.
- Refactor common code for different Clustering projects to a common project.
/azp run
Azure Pipelines successfully started running 2 pipeline(s).
@Srujana-Oruganti sorry for the delay on this. Thanks for taking the time to submit it. It looks good! Is this something you are still interested in working with us on? Looks like the build issue is from not being able to load the model. I'm looking into that a bit to see if I can figure it out easily.
/azp run
Azure Pipelines successfully started running 2 pipeline(s).
Closing due to stale PR.