# Classification with bclust
data(RLdata500)
pairs=compare.dedup(RLdata500, identity=identity.RLdata500,
blockfld=list(1,3,5,6,7))
result=classifyUnsup(pairs,method="bclust")
summary(result)Run the code above in your browser using DataLab