Matrix-Profile
Matrix-Profile copied to clipboard
A Java library for Matrix Profile
Hi Enzosos, I am trying to use your library in a Project for tuning an particle ion source (similar to what is show here: [Ion Source Optimization Using Bi-Objective Genetic...
Hello. Working with a TimeSeries of size 50.000, I got the next error message (Exception): > Exception in thread "main" java.lang.IllegalArgumentException: Offset of buffer can not be >= Integer.MAX_VALUE >...
When trying to use `getMPdistance()`, I get the following error: ``` Exception in thread "main" java.lang.NoSuchMethodError: 'org.nd4j.linalg.api.ndarray.INDArray org.nd4j.linalg.factory.Nd4j.zeros(long, long)' at io.github.ensozos.core.MPdistance.getMassDistMatrix(MPdistance.java:116) at io.github.ensozos.core.MPdistance.getMPdistance(MPdistance.java:52) at Main.Main.main(Main.java:29) ``` I suppose it is...
based on https://www.cs.ucr.edu/~eamonn/Motif_Discovery_ICDM.pdf
While adding more tests, I noticed that there are a number of cases where the distance part of the matrix profile can have Infinity and NaN values. One simple example...
There are a few minor enhancements that I would like to make. I will submit a PR shortly.
For the versions of stamp and stmp that take a query parameter, I see that the results are the same between them. However for the self-join case (no query provided),...
@ensozos, From you comment in #11, we should speed up the execution of MPdistance by replacing MASS v2 with MASS v3 algorithm. Do you have a reference for it?