SkillAgentSearch skills...

Clustering

Implement three clustering algorithms to find clusters of genes that exhibit similar expression profiles: K-means, Hierarchical Agglomerative clustering with Single Link (Min), and one from (density-based, mixture model, spectral). Set up a single-node Hadoop cluster on your machine and implement MapReduce K-means. Compare with non-parallel K-means on the given data sets. Try to improve the running time.

Install / Use

/learn @CSE601-DataMining/Clustering
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Clustering

Implement three clustering algorithms to find clusters of genes that exhibit similar expression profiles: K-means, Hierarchical Agglomerative clustering with Single Link (Min), and one from (density-based, mixture model, spectral).

Map Reduce

Set up a single-node Hadoop cluster on your machine and implement MapReduce K-means. Compare with non-parallel K-means on the given data sets. Try to improve the running time.

Related Skills

View on GitHub
GitHub Stars12
CategoryProduct
Updated1y ago
Forks8

Languages

Java

Security Score

60/100

Audited on Mar 13, 2025

No findings