NoSQL: Using Graph Theory to Predict Basketball Teams Rankings

| | bookmark | email

Using Graph Theory to Predict Basketball Teams Rankings

A directed network is simply a connection of nodes (representing teams) and arrows connecting teams called directed edges.  Every time a team defeated another, an arrow was drawn from the losing team's node to the winning team's node to represent this game.

tags:graph database,graph processing

via NoSQL databases