Commit 8922be6e58c6ee9d8893e7b19e6d5177dde0f98e
1 parent
b7634993
Exists in
master
and in
1 other branch
Updated clustering example for renamed class.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/examples/clustering.py
@@ -36,7 +36,7 @@ if __name__ == '__main__': | @@ -36,7 +36,7 @@ if __name__ == '__main__': | ||
36 | begin_time = datetime.datetime.now() | 36 | begin_time = datetime.datetime.now() |
37 | logging.info("Clustering computation started at %s" % begin_time) | 37 | logging.info("Clustering computation started at %s" % begin_time) |
38 | 38 | ||
39 | - cl = PopconClusteredData(cfg) | 39 | + cl = PopconXapianIndex(cfg) |
40 | 40 | ||
41 | end_time = datetime.datetime.now() | 41 | end_time = datetime.datetime.now() |
42 | logging.info("Clustering computation completed at %s" % end_time) | 42 | logging.info("Clustering computation completed at %s" % end_time) |