groupbn.output.table {GroupBN} | R Documentation |
Create an output table with clusters and included variables with similarity scores
groupbn.output.table(res, with.scores=TRUE)
res |
gn object |
with.scores |
if TRUE, similarity scores of every cluster member to the cluster center are added to the table |
a table with one column per group, similarity scores to cluster centers are calculated for each variable
Ann-Kristin Becker
data("wine.groupbn.refined")
df<-groupbn.output.table(wine.groupbn.refined)