Skip to content

Commit

Permalink
Added print
Browse files Browse the repository at this point in the history
Added print to view set up table
  • Loading branch information
Manoj Agrawal committed Mar 6, 2017
1 parent 93b787a commit c5b3f0b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cluster.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ CustomerOffers[is.na(CustomerOffers)] <- 0
CustomerDat <- CustomerOffers[,-(1:7)]
CustomerDat.t <- t(CustomerDat)

print(CustomerDat.t)

# Setup for k-means loop
km.out <- list()
sil.out <- list()
Expand Down

0 comments on commit c5b3f0b

Please sign in to comment.