Zosimadis Ilias

Results 9 comments of Zosimadis Ilias

Yep, the resistor on the RX fixed the issue. Thank you :)

Yes, I think it's an issue with nd4j.

Hi @mactsouk. Yes, we need to update the version of the ND4j to 7. I will probably do that next week. If you need that earlier, you can fork the...

Yes, I'll have to push a new version on mvn.

I 'm not sure if this the way to fix the issue. I saw that [MASS](https://www.cs.unm.edu/~mueen/MASS_V2.m) has different distance profile computation from ours. But there is also [this](https://www.cs.ucr.edu/~eamonn/Matrix_Profile_Tutorial_Part2.pdf) implementation which...

Good catch! The problem is that we have to check (before stamp execution) if the window has size larger than half of query (in other case we have problem with...

Here you can find more about MASS_V3 [FastestSimilaritySearch](https://www.cs.unm.edu/~mueen/FastestSimilaritySearch.html)

> Is the idea that each of these chunks can be processed in a different thread ? I am not sure about that. I know that STOMP algorithm is parallelizable,...