Changes between Version 23 and Version 24 of GSoC2017/Clustering/Work-Product
- Timestamp:
- 29/08/17 06:09:34 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GSoC2017/Clustering/Work-Product
v23 v24 52 52 * '''''Improve clustering run time through optimizations.''''' 53 53 54 The run time speed of clustering needs to be improved since it should be useful for interactive search too. Hence using an optimized algorithm, or adding improvements to the current code would be important 54 The run time speed of clustering needs to be improved since it should be useful for interactive search too. Hence using an optimized algorithm, or adding improvements to the current code would be important. 55 55 56 56 * '''''Implement more initialization techniques and distance metrics.