Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Oluwoye committed Jun 17, 2024
0 parents commit d728789
Show file tree
Hide file tree
Showing 3,157 changed files with 256,711 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
1,419 changes: 1,419 additions & 0 deletions Example_20 Newsgroups.ipynb

Large diffs are not rendered by default.

1,722 changes: 1,722 additions & 0 deletions Example_DecodingFood.ipynb

Large diffs are not rendered by default.

1,263 changes: 1,263 additions & 0 deletions Example_Seven Categories.ipynb

Large diffs are not rendered by default.

241 changes: 241 additions & 0 deletions Image 1_MNIST.ipynb

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# VINCI24_ScatterplotFiltering

## Setup

As visualization framework we use D3.js together with its respective language JavaScript; for details we refer to its documentation.

The implementations with D3.js is implemented as a web page using the framework. Supplementary data is organised in a sub-folder called "data".

The server can be installed with the following command:
npm install http-server -g

To view the local HTML file, start the server with the following command:
http-server -a 127.0.0.1 -o
in your working directory containing both the sources and the data.

Then, click on the "Scatterplot.html" file to view the visualization.
Loading

0 comments on commit d728789

Please sign in to comment.