Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clustering coefficient BU graph #59

Closed
mitemijalkov opened this issue Feb 12, 2020 · 3 comments · Fixed by #92
Closed

Clustering coefficient BU graph #59

mitemijalkov opened this issue Feb 12, 2020 · 3 comments · Fixed by #92
Assignees
Labels
measure Graph measures test Unit tests

Comments

@mitemijalkov
Copy link
Collaborator

Calculate clustering coefficient for Binary Undirected graphs.

@mitemijalkov mitemijalkov self-assigned this Feb 12, 2020
@mitemijalkov mitemijalkov added the measure Graph measures label Feb 12, 2020
@giovannivolpe giovannivolpe changed the title Clustering coefficient BU graph Clustering coefficient graph Feb 12, 2020
@giovannivolpe giovannivolpe changed the title Clustering coefficient graph Clustering coefficient BU graph Feb 12, 2020
@giovannivolpe
Copy link
Member

First implement triangle (#60) and then use this for the clustering

mitemijalkov added a commit that referenced this issue Feb 12, 2020
#59 Clustering BU

Started to create the object but noticed the triangle needs to be created before.
@giovannivolpe giovannivolpe added the test Unit tests label Feb 14, 2020
@annacanal
Copy link
Collaborator

@mitemijalkov Should I create the function ClusteringBU or Clustering with the case BU so far? Also, I could implement WU, since the formula is almost the same as BU.

@mitemijalkov
Copy link
Collaborator Author

I have sent the triangles for the review of Giovanni. Hopefully we can have it merged with develop branch soon and you would be free to follow the structure of triangles to create the clustering.

giovannivolpe added a commit that referenced this issue Feb 21, 2020
* Clustering function and its test

#59 Implemented clustering function and its test. All the cases working, also checked by Mite.

* Update Triangles.m

* Updated changes in Clustering and its test

* ClusteringAv and its test

#92

* Updated tests for Clustering and ClusteringAv

Now all the tests work

* Update Triangles.m

Just small changes, spaces etc...

* Update test_ClusteringAv.m

Iniitiated changes to ClusteringAv, please change all tests according to what I did to tests 1-3

* Update ClusteringAv.m

* Update Clustering.m

* Update Clustering.m

* Update test_ClusteringAv.m

Updated test_ClusteringAv

* Create test_ClusteringAv.m

Updated

* Updated tests for clustering

* Final edits

Co-authored-by: Giovanni Volpe <46021832+giovannivolpe@users.noreply.github.com>
@giovannivolpe giovannivolpe linked a pull request Feb 21, 2020 that will close this issue
giovannivolpe added a commit that referenced this issue Sep 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
measure Graph measures test Unit tests
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants