Skip to content

Commit

Permalink
1.5.15
Browse files Browse the repository at this point in the history
  • Loading branch information
erdogant committed May 20, 2023
1 parent e900cc8 commit d68fff1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion clustimage/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

__author__ = 'Erdogan Tasksen'
__email__ = 'erdogant@gmail.com'
__version__ = '1.5.16'
__version__ = '1.5.15'

# module level doc-string
__doc__ = """
Expand Down
3 changes: 1 addition & 2 deletions clustimage/examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@

some_files = cl.import_example(data='flowers')

results = cl.fit_transform(some_files[0],
results = cl.fit_transform(some_files,
cluster='agglomerative',
evaluate='silhouette',
metric='euclidean',
Expand Down Expand Up @@ -225,7 +225,6 @@
results_find = cl.find(pathnames[0:5], k=10, alpha=0.05)
cl.plot_find()


cl.save(overwrite=True)
cl.load()

Expand Down

0 comments on commit d68fff1

Please sign in to comment.