Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Multivariate predictions (input & output) for spatial systems possible #30

Open
JonasIsensee opened this issue Jun 18, 2018 · 2 comments
Labels
enhancement New feature or request hard wanted feature We want this!

Comments

@JonasIsensee
Copy link
Member

JonasIsensee commented Jun 18, 2018

This can probably be done by implementing an MultivariateSpatioTemporalEmbedding <: AbstractSpatialEmbedding.
Existing functions such as reconstruct may need to relax type restrictions for dispatch
typeof(mv_s) == Vector{Vector{Array, T,Φ}}


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@JonasIsensee JonasIsensee added enhancement New feature or request wanted feature We want this! hard labels Jun 18, 2018
@Datseris
Copy link
Member

is this just a convenience for not calling reconstruct and timeseriesprediction multiple times, or is there anything actually new here?

Do you suggest to be able to use multiple spatiotemporal fields to predict some other single field?

@JonasIsensee
Copy link
Member Author

The latter is correct.
Use case: Ulrich wants me to predict electrical exitation from a displacement field.
So (δx, δy, δz) → u
The displacement field is a vector field and could be interpreted as multiple scalar fields.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hard wanted feature We want this!
Projects
None yet
Development

No branches or pull requests

2 participants