Skip to content

What's the source code of the co-occurence computing? #1264

Closed Answered by ko-ichi-h
fishfree asked this question in 2.2 Q&A (in English)
Discussion options

You must be logged in to vote

It's here:

if (
( method_coef == "Dice" )
|| ( method_coef == "Simpson" )
){
library(proxy)
d <- proxy::dist(d,method=method_coef)
detach("package:proxy")
} else {
library(amap)
d <- Dist(d,method=method_coef)
}

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by ko-ichi-h
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
2 participants