powered by
## S3 method for class 'tNN,matrix': find_clusters(x, newdata, match_cluster=c("exact", "nn"), dist = FALSE)
EMM
dist=TRUE
tNN
data("EMMTraffic") emm <- EMM(measure="eJaccard", threshold=0.2) emm <- build(emm, EMMTraffic) find_clusters(emm, EMMTraffic)
Run the code above in your browser using DataLab