Skip to content
This repository has been archived by the owner on Sep 5, 2022. It is now read-only.
/ libclustER Public archive

A LIBrary of graph CLUSTering algorithms for the purpose of Entity Resolution (a.k.a. record linkage or duplicate detection).

License

Notifications You must be signed in to change notification settings

hussaibi/libclustER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libclustER

A LIBrary of graph CLUSTering algorithms for the purpose of Entity Resolution (a.k.a. record linkage or duplicate detection).

Usage and Setup:

(1) Pull version from repo.

(2) Open up R shell.

(3) Change working directory to "trunk/src" directory.

(4) Run the following in R:

source("libcluster.R");

(5) Explore or see the wiki (https://github.com/hussaibi/libclustER/wiki) for more specific information about the library

Suggestion:

Familiarize yourself with igraph library before using libclustER.

Note:

All clustering functions are meant to take in an igraph object as input. They are suffixed with .cluster or .clustering. All clustering functions return clusterings as a list of vectors.

About

A LIBrary of graph CLUSTering algorithms for the purpose of Entity Resolution (a.k.a. record linkage or duplicate detection).

Resources

License

Stars

Watchers

Forks

Packages

No packages published