Learn R Programming

GroupBN (version 1.2.0)

groupbn.output.table: 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

See Also

groupbn groupbn_refinement

Examples

Run this code
# NOT RUN {
data("wine.groupbn.refined")
df<-groupbn.output.table(wine.groupbn.refined)
# }

Run the code above in your browser using DataLab