Platform
Solutions
Resources
Pricing
Sign in
Sign up
Fil
Vocateur.
Workspace
Fork
Public
2 collections
By
Fil
Edited
Feb 16, 2023
2 stars
Clustering
DruidJS worker
Natural breaks
Word Tour: 40k words and their friends
Head/tail breaks
Hello, kmeans-engine
Hello, jsgeoda!
n-dimensions binning?
Ternary binning
Hello, Reorder.js
Geometric Median
UMAP Sleepwalk
Disc Transport
Self-Organizing Maps meet Delaunay
Hello, Autoencoder
Cumulative binning
Plateau detection
Spherical smallest-circle problem
Frida Kahlo’s palette
Mean shift clustering with flatbush
Mean shift clustering
Mean shift clustering with kd-tree
Manhattan Voronoi II
H3 oddities
Protein Matrix
UMAP-o-Matic
UMAP in A-Frame
UMAP of temperatures in Minneapolis/Saint-Paul
UMAP Simple Topologies
UMAP & a personalized distance function
t-SNE Voronoi
Travelling salesperson approximation with t-SNE
tsne.js & worker
tsne.js
Hello tfjs-tsne
Travelling salesperson approximation on the globe, with UMAP-js
UMAP-js, worker version
Hello UMAP (via Algorithmia)
MNIST & UMAP-js
Hello UMAP-js
Also listed in…
Algorithms
Insert cell
Insert cell
function
headTail0
(
values
)
{
values
=
[
...
values
]
;
const
bins
=
[
d3
.
min
(
values
)
]
;
let
m
=
d3
.
mean
(
values
)
;
while
(
values
.
length
>
1
)
bins
.
push
(
(
m
=
d3
.
mean
(
(
values
=
values
.
filter
(
(
d
)
=>
d
>
m
)
)
)
)
)
;
return
bins
;
}
Insert cell
headTail0
(
[
1
,
1
,
1
,
1
,
1
,
1
,
2
,
2
,
2
,
2
,
2
,
2
,
3
,
3
,
3
,
3
,
3
,
3
,
3
,
3
,
3
,
2
,
2
,
2
,
2
,
1
,
1
,
12
,
3
,
4
,
5
,
6
,
7
,
8
,
9
,
10
,
11
,
5
,
6
,
7
,
6
,
5
,
6
,
7
,
8
,
8
,
9
,
8
,
7
,
6
,
7
,
8
,
9
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
2
,
2
,
2
,
3
,
3
,
3
,
4
,
4
,
4
,
3
,
2
,
2
,
2
,
1
,
1
,
1
]
)
Insert cell
One platform
to build and deploy the best data apps
Experiment and prototype by building visualizations in live JavaScript notebooks. Collaborate with your team and decide which concepts to build out.
Use Observable Framework to build data apps locally. Use data loaders to build in any language or library, including Python, SQL, and R.
Seamlessly deploy to Observable. Test before you ship, use automatic deploy-on-commit, and ensure your projects are always up-to-date.
Try it for free
Learn more
Fork
View
Export
Listed in...
Clustering
Fil
Algorithms
Fil
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
headTail0
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML