Displaying 1 result from an estimated 1 matches for "research3".
Did you mean:
research
2006 Jun 29
1
kmeans clustering
...list members,
I'm a bio informatics student from the Leiden university
(netherlands). We were asked to make a program with different
clustering methods. The problem we are experiencing is the following.
we have a matrix with data like the following
research1 research2 research3 enz
sample1 0.5 0.2 0.4
sample2 0.4 0.4 0.3
sample3 0.7 0.2 0.8
enz
now if we use kmeans(matrix,3,20) the clustering method will cluster
only on rows by using the columns values as multiple variables....