Is the correlation distance function for training self-organizing map (SOM) available in Matlab?
조회 수: 11 (최근 30일)
이전 댓글 표시
Hi.
I have a data set of expression levels of different genes, and I want to build a SOM to cluster different gene expression levels. Now I really need to use correlation distance metric to train the map.
I noticed that in Matlab there are four distance functions are available : dist, linkdist, mandist, boxdis. Normally, dist (refers to Euclidean distance) is widely used. And also, I can find the correlation distance can be obtained by using D = pdist(X,'correlation') .
Is it possible that train a SOM using correlation distance function in Matlab?
Thanks.
댓글 수: 1
eng keong
2012년 2월 22일
Hi there, would like to know how do you update your distant when you use Correlation?
답변 (1개)
Amith Kamath
2011년 11월 2일
I don't know if MATLAB has in-built functions to handle those aspects of SOM, but this may help:
Thanks!
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Statistics and Machine Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!