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 309 B

1234567891011121314
  1. # -*-coding:utf-8 -*-
  2. """
  3. model learning.
  4. """
  5. # info
  6. __version__ = "0.2"
  7. __author__ = "Linlin Jia"
  8. __date__ = "November 2020"
  9. from gklearn.model_learning.nested_cv import NestedCV
  10. from gklearn.model_learning.workflow import Workflow
  11. from gklearn.model_learning.parameters import dichotomous_permutation

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