Browse Source

New translations __init__.py (Chinese Simplified)

l10n_v0.2.x
linlin 4 years ago
parent
commit
775637919e
1 changed files with 21 additions and 0 deletions
  1. +21
    -0
      lang/zh/gklearn/__init__.py

+ 21
- 0
lang/zh/gklearn/__init__.py View File

@@ -0,0 +1,21 @@
# -*-coding:utf-8 -*-
"""
gklearn

This package contains 4 sub packages :
* c_ext : binders to C++ code
* ged : allows to compute graph edit distance between networkX graphs
* kernels : computation of graph kernels, ie graph similarity measure compatible with SVM
* notebooks : examples of code using this library
* utils : Diverse computation on graphs
"""

# info
__version__ = "0.1"
__author__ = "Benoit Gaüzère"
__date__ = "November 2017"
# import sub modules
# from gklearn import c_ext
# from gklearn import ged
# from gklearn import utils

Loading…
Cancel
Save