Download the PHP package sensasi-delight/eigenvector-centrality-php without Composer
On this page you can find all versions of the php package sensasi-delight/eigenvector-centrality-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download sensasi-delight/eigenvector-centrality-php
More information about sensasi-delight/eigenvector-centrality-php
Files in sensasi-delight/eigenvector-centrality-php
Package eigenvector-centrality-php
Short Description A PHP library that help you calculates the Eigenvector Centrality value of an undirected graph. Eigenvector Centrality is one of the Social Network Analysis algorithms.
License MIT
Informations about the package eigenvector-centrality-php
Eigenvector Centrality on PHP
A PHP library that help you calculates the Eigenvector Centrality value of an undirected graph. Eigenvector Centrality is one of the Social Network Analysis algorithms.
Installation
Install using composer:
Usage
The usage examples of this library are also available on examples folder.
-
Make a Graph object
-
Define the nodes (optional)
or
-
Define the edges
or
-
Get and print the Eigenvector Centrality value
it's should be returning output:
Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project.
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
). - Commit your Changes (
git commit -m 'Add some AmazingFeature'
). - Push to the Branch (
git push origin feature/AmazingFeature
). - Open a Pull Request.
License
The code is released under the MIT license.
Contact
- ✉ Email - [email protected]
- 🐤 Twitter - @sensasi_DELIGHT