You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,Φ}}
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.
This can probably be done by implementing an
MultivariateSpatioTemporalEmbedding <: AbstractSpatialEmbedding
.Existing functions such as
reconstruct
may need to relax type restrictions for dispatchtypeof(mv_s) == Vector{Vector{Array, T,Φ}}
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: