Creating your first reputation graph
This is a getting started guide that lets you create a set of rankings (trust graph) for a sample dataset provided
Overview
OpenRank SDK allows you to compute trust rankings among peer to peer interaction data using the EigenTrust algorithm as one of the available options. You'll need to provide local trust data.
Installation
First, install the OpenRank SDK:
Sample Local Trust Data (Input)
Local trust represents trust relationships between peers:
Alternatively, use a CSV file:
Running the EigenTrust Algorithm
To compute trust rankings, use the EigenTrust
class:
Example Output
The output will show the trust rankings:
This introduction covers the basic steps to create a trust graph using OpenRank SDK.
Last updated