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.

librariesImport.py 227 B

12345
  1. from ctypes import *
  2. lib1 = cdll.LoadLibrary('lib/fann/libdoublefann.so')
  3. lib2 = cdll.LoadLibrary('lib/libsvm.3.22/libsvm.so')
  4. lib3 = cdll.LoadLibrary('lib/nomad/libnomad.so')
  5. lib4 = cdll.LoadLibrary('lib/nomad/libsgtelib.so')

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