Implement Gramian based aggregators as such #156
PierreQuinton
started this conversation in
Ideas
Replies: 2 comments
-
Yes, for that we would need a third class hierarchy (the first is Aggregator, the second is _Weighting) that would be something like _GramianWeighting. It would have the responsibility of giving weights (vector of shape [m]) from a Gramian (matrix of shape [m, m]). I think I'd like to work on statefulness first, as it will also affect class hierarchies. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm actually not sure about what to do for stateful aggregators, so we will probably do this first. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This concerns:
This is a strict improvement and is a first step towards Gramian based JD.
Beta Was this translation helpful? Give feedback.
All reactions