Decision Graph
AnalyzePrice: $0.05/callLatency: <3msComplexity: O(V + E)
Analyze a network of decisions with PageRank scoring, community detection, and shortest path analysis.
Click "Run Algorithm" to see results
Input Schema
nodes: Array of {id, type?, weight?}
edges: Array of {source, target, weight?}
sourceGoal: string (optional)
targetGoal: string (optional)
Output Fields
pageRankcommunitiesshortestPathcentralityScores