diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2020-10-22 09:54:18 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2020-10-22 09:54:18 +0200 |
commit | 3e5aa503d69f6090698d55e1f03648b4628be069 (patch) | |
tree | cb11e6c92399fd7e220c7137bc763a1b543b668e /notes | |
parent | d669ee4dd2244880a7c8acc64a0c3df9532922dc (diff) | |
download | fuzzycat-3e5aa503d69f6090698d55e1f03648b4628be069.tar.gz fuzzycat-3e5aa503d69f6090698d55e1f03648b4628be069.zip |
notes: clustering
Diffstat (limited to 'notes')
-rw-r--r-- | notes/Clustering.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/notes/Clustering.md b/notes/Clustering.md new file mode 100644 index 0000000..754852d --- /dev/null +++ b/notes/Clustering.md @@ -0,0 +1,11 @@ +# Clustering + +Original dataset: + +``` +$ sha1sum release_export_expanded.json.zst + +$ zstdcat -T0 release_export_expanded.json.zst | wc -l +``` + + |