Skip to content

ediston/Link-Clustering-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to create ground truth?

Take all the pageds on a give disambigous pages. they all should belong to a different category?

Creating graphs in R

install.packages("igraph") library(igraph) g <- erdos.renyi.game(n, m, type=c("gnm")) //n = vertices, m = edges

write.graph(g, "n_m.pairs", format=c("edgelist"))

Releases

No releases published

Packages

No packages published