1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 4 months ago. based on code collected 4 months ago.
Feb 05, 2024 — Feb 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Documentation fix, polygon coordinates use comma not colon. Closes: #88 More... about 4 years ago
Don't use FastMath.sqrt, delegates to Math.sqrt More... about 4 years ago
Unify the code of different related k-means variants. More... about 4 years ago
Added Centroid and Medoid Linkage More... about 4 years ago
Add similarity-based versions. More... about 4 years ago
LinearMemoryNNChain added with ward linkage More... about 4 years ago
Move spherical k-means to subpackage. More... about 4 years ago
Add Spherical Elkan More... about 4 years ago
Remove distance parameter from spherical kmeans More... about 4 years ago
Add spherical Hamerly adaptation More... about 4 years ago
Further improve spherical kmeans. More... about 4 years ago
Fix k-means variants for k=1 Closes #87 More... about 4 years ago
Do not warn for dimensionality changes in term parser. More... about 4 years ago
drop unused alias. More... about 4 years ago
Add spherical k-means (based on code by Alexander Voß) More... about 4 years ago
Additional variants of cosine distance. More... about 4 years ago
Refactoring work in progress. More... about 4 years ago
Clean up Silhouette a bit. More... about 4 years ago
Cleanups of HySortOD code. More... about 4 years ago
Added MVP Tree (PrioritySearch Missing); added TODO to VPTree More... about 4 years ago
Java 11 compatibility: exclude xml-apis More... about 4 years ago
Added some Statistics and Parameter for RandomFactory and Samplesize More... about 4 years ago
added Factory to VPTree, Test, removed bounds to Distances in vpTree, fixed splitpoint More... about 4 years ago
Added knn searcher, range searcher and priority searcher More... about 4 years ago
fix building of fat jar, Gradle .jar collection still broken More... about 4 years ago
added VPTree(WIP) More... about 4 years ago
HySortOD source code More... about 4 years ago
Documentation (class and plotForSilhouetteValues) More... about 4 years ago
SilhouettePlot: now iterates over AllClusters for hierarchical clusterings, added 0 to Scale More... about 4 years ago
added SilhouettePlot, Selection on SilhouettePlot and sortDescending in ModifiableDoubleDBIDList More... about 4 years ago