Browse Source

Fix typos in printout messages.

v0.2.x
jajupmochi 5 years ago
parent
commit
91eb4850f7
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      gklearn/preimage/median_preimage_generator.py
  2. +1
    -1
      gklearn/preimage/random_preimage_generator.py

+ 1
- 1
gklearn/preimage/median_preimage_generator.py View File

@@ -145,7 +145,7 @@ class MedianPreimageGenerator(PreimageGenerator):
if self._verbose:
print()
print('================================================================================')
print('Finished generalization of preimages.')
print('Finished generation of preimages.')
print('--------------------------------------------------------------------------------')
print('The optimized edit cost constants:', self.__edit_cost_constants)
print('SOD of the set median:', self.__sod_set_median)


+ 1
- 1
gklearn/preimage/random_preimage_generator.py View File

@@ -210,7 +210,7 @@ class RandomPreimageGenerator(PreimageGenerator):
if self._verbose:
print()
print('=============================================================================')
print('Finished generalization of preimages.')
print('Finished generation of preimages.')
print('-----------------------------------------------------------------------------')
print('Distance in kernel space for the best graph from dataset:', self.__k_dis_dataset)
print('Distance in kernel space for the preimage:', self.__k_dis_preimage)


Loading…
Cancel
Save