graphology-metrics
Advanced tools
Comparing version 2.2.0 to 2.3.0
@@ -0,3 +1,4 @@ | ||
export {default as connectedCloseness} from './connected-closeness'; | ||
export {default as edgeUniformity} from './edge-uniformity'; | ||
export {default as neighborhoodPreservation} from './neighborhood-preservation'; | ||
export {default as stress} from './stress'; |
@@ -0,3 +1,4 @@ | ||
exports.connectedCloseness = require('./connected-closeness.js'); | ||
exports.edgeUniformity = require('./edge-uniformity.js'); | ||
exports.neighborhoodPreservation = require('./neighborhood-preservation.js'); | ||
exports.stress = require('./stress.js'); |
{ | ||
"name": "graphology-metrics", | ||
"version": "2.2.0", | ||
"version": "2.3.0", | ||
"description": "Miscellaneous graph metrics for graphology.", | ||
@@ -47,2 +47,10 @@ "main": "index.js", | ||
"url": "https://github.com/paubre" | ||
}, | ||
{ | ||
"name": "César Pichon", | ||
"url": "http://github.com/16arpi" | ||
}, | ||
{ | ||
"name": "Mathieu Jacomy", | ||
"url": "http://github.com/jacomyma" | ||
} | ||
@@ -49,0 +57,0 @@ ], |
@@ -44,2 +44,3 @@ # Graphology metrics | ||
- [Connected Closeness](#connected-closeness) | ||
- [Edge Uniformity](#edge-uniformity) | ||
@@ -543,2 +544,6 @@ - [Neighborhood Preservation](#neighborhood-preservation) | ||
### Connected Closeness | ||
TODO... | ||
### Edge Uniformity | ||
@@ -545,0 +550,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
110578
57
2688
589