We have this thingy to choose which info should be calculated from model; which is good for performance purposes.
A bug, which needs matrix-features to be calculated, so that spectral detector can be ran, should be fixed (because currently "spectral" itself is not enough).
One thing we need to make sure is done well is division of needed things, im pretty sure that matrix-features also calculates bunch of other things, which are GPU and compute heavy.
I'd say that we should just move things into spectral parameter and keep the rest in matrix-features
We have this thingy to choose which info should be calculated from model; which is good for performance purposes.
A bug, which needs matrix-features to be calculated, so that spectral detector can be ran, should be fixed (because currently "spectral" itself is not enough).
One thing we need to make sure is done well is division of needed things, im pretty sure that matrix-features also calculates bunch of other things, which are GPU and compute heavy.
I'd say that we should just move things into
spectralparameter and keep the rest in matrix-features