Skip to content

Commit

Permalink
Added plot of sample dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasimi committed Feb 11, 2024
1 parent db3f31b commit 3a21dfb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@ fig_std = mapper_plot.with_colors( # reuse the plot with the same positions
fig_std.show(config={'scrollZoom': True})
```

| Average class | Standard deviation of class |
|---------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------|
| ![Mapper graph colored according to average class](https://github.com/lucasimi/tda-mapper-python/raw/main/resources/circles_mean.png) | ![Mapper graph colored according to std](https://github.com/lucasimi/tda-mapper-python/raw/main/resources/circles_std.png) |
| Dataset | Average class | Standard deviation of class |
|--------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------|
| ![Dataset](https://github.com/lucasimi/tda-mapper-python/raw/main/resources/circles_dataset.png) | ![Mapper graph colored according to average class](https://github.com/lucasimi/tda-mapper-python/raw/main/resources/circles_mean.png) | ![Mapper graph colored according to std](https://github.com/lucasimi/tda-mapper-python/raw/main/resources/circles_std.png) |
Binary file added resources/circles_dataset.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3a21dfb

Please sign in to comment.