aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2020-10-22 09:54:18 +0200
committerMartin Czygan <martin.czygan@gmail.com>2020-10-22 09:54:18 +0200
commit3e5aa503d69f6090698d55e1f03648b4628be069 (patch)
treecb11e6c92399fd7e220c7137bc763a1b543b668e
parentd669ee4dd2244880a7c8acc64a0c3df9532922dc (diff)
downloadfuzzycat-3e5aa503d69f6090698d55e1f03648b4628be069.tar.gz
fuzzycat-3e5aa503d69f6090698d55e1f03648b4628be069.zip
notes: clustering
-rw-r--r--notes/Clustering.md11
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
+```
+
+