Machine learning algorithms are described as either ‘supervised’ or ‘unsupervised’. The distinction is drawn from how the learner classifies data. In supervised algorithms, the classes are predetermined. These classes can…
Author: Admin
Categorical Clustering vs Topical Clustering
In this post, I will give you some useful references about these two types of clustering methods: categorical vs topical clustering. Categorical Clustering: ROCK algorithm http://rss.acs.unt.edu/Rdoc/library/cba/html/rockCluster.html http://en.wikibooks.org/wiki/Data_Mining_Algorithms_In_R/Clustering/RockCluster Topical Clustering: Sahimi…
Cluster Analysis in R
R has an amazing variety of functions for cluster analysis. In this section, I will describe three of the many approaches: hierarchical agglomeration partitioning, and model based. While there are no best solutions for the…
Data Clustering
http://jamesmccaffrey.wordpress.com/2013/05/06/data-clustering-using-category-utility/ http://msdn.microsoft.com/en-us/magazine/dn198247.aspx
Force directed Graph Layout
http://www.mathiasbader.de/studium/bioinformatics/ Thử cái này vào dự án của mình xem sao, thằng em này nó share cả code nè 🙂
Loạt bài giảng về Bioinformatics
http://gepard.bioinformatik.uni-saarland.de/teaching/ws-2012-13/bioinformatik-3
stunnel for mysql – server and client
Tạo một kênh giao tiếp mã hóa giữa mysql server và mysql client là cẩn thiết. Một hướng dẫn ở đây, bạn có thể tham khảo.