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
Last updated
This is a getting started guide that lets you create a set of rankings (trust graph) for a sample dataset provided
Last updated
OpenRank SDK allows you to compute trust rankings among peer to peer interaction data using the as one of the available options. You'll need to provide local trust data.
First, install the OpenRank SDK:
Local trust represents trust relationships between peers:
Alternatively, use a CSV file:
To compute trust rankings, use the EigenTrust
class:
The output will show the trust rankings:
This introduction covers the basic steps to create a trust graph using OpenRank SDK.