Hi All,
I have a clustered matrix, but now I need to give some weights to the matrix based on the important nodes.
Suppose A and B are the two nodes in the cluster, I want to check and calculate the distance between the nodes in the cluster by giving weights to each node of the cluster.
Is there any R package to weight the nodes of the cluster. The cluster is in the form of a matrix.
Even I am not much clear about it. I just need some idea to go green with such analysis.
Any suggestions or naming any R packages would be surely of great help!
Thanks!
You should describe more what you're trying to do. Which weighting scheme you use ultimately depends on what you're trying to achieve with it. Thus, any weighting scheme will be based on some assumptions about the data and/or its context e.g. you can weight items based on their frequency in the data or based on when/how the data was collected.