Skip to content

A Graph Matching framework based on node embeddings

Notifications You must be signed in to change notification settings

doblerk/graph-matching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graph Matching Framework

This repository provides an implementation of a graph matching framework based on node embeddings.

Installation

Prerequisites

  • CMake >= v.3.10
  • C++ Compiler >= C++17

Install

mkdir build
cd build
cmake -S .. -B .
make

How to use

Run

./graph-matching <graph_folder> <node_embeddings_file> <output_path>

About

A Graph Matching framework based on node embeddings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published