Skip to content

COMP7970-004-FinalProject - EdgeCluster in Auburn University

Notifications You must be signed in to change notification settings

KuoAiTe/COMP7970-004-FinalProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

COMP7970-004-FinalProject : EdgeCluster

To run the program:

  1. In the console, navigate to the root folder
  2. Then run the command:

    ./run.sh

To tune the parameters:

  1. Please modify k & portion in run.sh

To use Github. from the consol navigate to the folder you want to put the files in then run the command:

  1. git pull https://github.com/KuoAiTe/COMP7970-004-FinalProject.git

  2. Create new branch name using the command:
  3. git checkout -b branchName

  4. Then you can modify the files. When done do the following
  5. git add .

  6. git commit -m "message about your addition to the code"

  7. git push

References:

  1. L. Tang and H. Liu. Scalable Learning of Collective Behavior Based on Sparse Social Dimensions. In CIKM, 2009.

  2. Tang, L., & Liu, H. (2009). Scalable learning of collective behavior based on sparse social dimensions. In International Conference on Information and Knowledge Management, Proceedings (pp. 1107-1116). DOI: 10.1145/1645953.1646094

  3. Lei Tang and Huan Liu. 2009. Relational learning via latent social dimensions. In Proceedings of the 15th ACM SIGKDD international conference on Knowledge discovery and data mining (KDD ’09). ACM, New York, NY, USA, 817-826. DOI: 10.1145/1557019.1557109