Published
Edited
Jul 21, 2020
Insert cell
md `# Medical Image Segmentation Clustering and Benchmarking`
Insert cell
md`## Load all files in folder`
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
viewof selectedAlgorithm = select({
title: 'Select Algorithm',
options: getAlgorithms(),
value: 'all'
})
Insert cell
getCharts()
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
getAlgorithms = () => {
let algorithms = Array.from(Object.keys(multiFileDict.cases[caseNo].algorithms))
algorithms.push('all')
return algorithms
}
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
import {html, svg} from "@observablehq/htl";
Insert cell
import {slider, select} from "@jashkenas/inputs"
Insert cell
import {vl} from '@vega/vega-lite-api'
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.
Learn more