groupbn.output.table {GroupBN} | R Documentation |
groupbn.output.table
Description
Create an output table with clusters and included variables with similarity scores
Usage
groupbn.output.table(res, with.scores=TRUE)
Arguments
res |
gn object |
with.scores |
if TRUE, similarity scores of every cluster member to the cluster center are added to the table |
Value
a table with one column per group, similarity scores to cluster centers are calculated for each variable
Author(s)
Ann-Kristin Becker
See Also
Examples
data("wine.groupbn.refined")
df<-groupbn.output.table(wine.groupbn.refined)
[Package GroupBN version 1.2.0 Index]