File tree Expand file tree Collapse file tree 4 files changed +33
-0
lines changed Expand file tree Collapse file tree 4 files changed +33
-0
lines changed Original file line number Diff line number Diff line change 1+ // Example on how to set the parameters for centrality in this case for Packages and PageRank
2+
3+ :params {
4+ "dependencies_projection" : "package-centrality" ,
5+ "dependencies_projection_node" : "Package" ,
6+ "dependencies_projection_weight_property" : "weight25PercentInterfaces" ,
7+ "dependencies_projection_write_property" : "centralityPageRank" ,
8+ }
Original file line number Diff line number Diff line change 1+ // Example on how to set the parameters for community detaction in this case for Packages and Leiden
2+
3+ :params {
4+ "dependencies_projection" : "package-community" ,
5+ "dependencies_projection_node" : "Package" ,
6+ "dependencies_projection_weight_property" : "weight25PercentInterfaces" ,
7+ "dependencies_projection_write_property" : "leidenCommunityId" ,
8+ "dependencies_leiden_gamma" : "1.14" ,
9+ }
Original file line number Diff line number Diff line change 1+ // Example on how to set the parameters for the dependencies projection in this case for Packages and the useage with PageRank
2+
3+ :params {
4+ "dependencies_projection" : "package-centrality" ,
5+ "dependencies_projection_node" : "Package" ,
6+ "dependencies_projection_weight_property" : "weight25PercentInterfaces" ,
7+ "dependencies_projection_write_property" : "centralityPageRank" ,
8+ }
Original file line number Diff line number Diff line change 1+ // Example on how to set the parameters for similarity in this case for Packages and Node Similarity
2+
3+ :params {
4+ "dependencies_projection" : "package-similarity" ,
5+ "dependencies_projection_node" : "Package" ,
6+ "dependencies_projection_weight_property" : "weight25PercentInterfaces" ,
7+ "dependencies_projection_write_property" : "similarityScore" ,
8+ }
You can’t perform that action at this time.
0 commit comments