Platform
Resources
Pricing
Sign in
Contact us
Fil
Vocateur.
Workspace
Fork
Published
2 collections
By
Fil
Edited
Nov 29, 2020
8 stars
1
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…
Color
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
distances
=
FileAttachment
(
"distances.json"
)
.
json
(
)
Insert cell
N
=
Math
.
sqrt
(
distances
.
length
)
Insert cell
function
distance
(
i
,
j
)
{
return
distances
[
i
+
N
*
j
]
;
}
Insert cell
sleepwalkFill
=
d3
.
scaleSequentialPow
(
d3
.
interpolateRdYlBu
)
.
exponent
(
2
)
.
domain
(
[
0
,
max
]
)
Insert cell
import
{
legend
as
colorLegend
}
from
"@d3/color-legend"
Insert cell
data
=
d3
.
range
(
N
)
Insert cell
config
=
(
{
nComponents
:
2
,
minDist
:
0.25
,
nNeighbors
:
35
}
)
Insert cell
function
fit
(
{
data
,
config
}
)
{
const
umap
=
new
UMAP
(
config
)
;
umap
.
distanceFn
=
distance
;
return
{
result
:
umap
.
fit
(
data
)
}
;
}
Insert cell
res
=
fit
(
{
data
,
config
}
)
Insert cell
UMAP
=
(
await
require
(
"umap-js@1.3.2"
)
)
.
UMAP
Insert cell
Insert cell
d3
=
require
(
"d3@6"
)
Insert cell
import
{
slider
}
from
"@jashkenas/inputs"
Insert cell
Insert cell
Purpose-built for displays of data
Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Try it for free
Learn more
Fork
View
Export
Listed in...
Clustering
Fil
Color
Fil
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
max
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
distances
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
N
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
distance
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
sleepwalkFill
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
data
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
config
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
fit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
res
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
UMAP
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
d3
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
height
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML