jku-vds-lab / projection-space-explorer

https://jku-vds-lab.at/pse
BSD 3-Clause "New" or "Revised" License
41 stars 4 forks source link

Make dataset serializeable #232

Closed dvmoritzschoefl closed 1 year ago

dvmoritzschoefl commented 1 year ago

This PR accomplishes 2 things: 1) When a new view is created, it is copied in the main view instead of creating a completely new one 2) The dataset slice is now serializable like the other state. This has the implication that it can now be freely modified in a reducer (adding points, changing domains etc)