Has the SVD method COLT been removed in version 2.0.4? There is still an algorithm constant for it,
but when I specify it in the config for process space, it does not work.
Instead, the constructor of LatenetSemanticAnalysis already complains that no method is available
(though the javadoc says the algorithm is only relevant at process space time).
The constructor already seems to find the best SVD method which does not include looking for COLT.
However there is no class that implements SingularValueDecomposition for COLT which could be used
for the constructor.
COLT is not just in the list algorithm enum, but also mentioned in various places in the documentation, e.g.