Skip to content

Implement basic API and core algorithsm #2

Description

@srilman

Implement the basic API for daft-graph based on the discussion (#1) as well as some core APIs:

  • Connected Components: (regular and strong)
  • Centrality: pagerank (+ personalized), parallel_personalized_pagerank
  • Traversal: bfs, bfs_paths (vertex-set BFS), shortest_paths, all_shortest_paths, all_paths
  • Community: label_propagation, power_iteration_clustering
  • Motif: find (GraphFrames-style DSL)
  • Message passing: aggregate_messages, pregel
  • Also: triangle_count, k_core, cycle detection, maximal_independent_set, random_walks, svd_plus_plus, hyper_anf

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions