You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

__init__.py 251 B

1234567891011
  1. #!/usr/bin/env python3
  2. # -*- coding: utf-8 -*-
  3. """
  4. Created on Tue Dec 15 18:22:34 2020
  5. @author: ljia
  6. """
  7. import os
  8. EXP_ROOT = os.path.dirname(os.path.realpath(__file__)) + '/'
  9. DATASET_ROOT = os.path.dirname(os.path.realpath(__file__)) + '/datasets/'

A Python package for graph kernels, graph edit distances and graph pre-image problem.