-
Please excuse me if I'm using this package in the wrong way. I'm optimizing a softmin implementation and tried using
- julia native
- SIMDPirates
- SIMD
- `@avx`
The `@avx` version fails with h…
-
Hi there,
I've successfully installed distances/dtw/setup.py. But I still got the import error in the title when running main.py. Is there anyone got the same problem?
BTW, I'm under anaconda virt…
-
I had to do the following modifications:
1. Install the msvc for python [https://www.microsoft.com/en-us/download/details.aspx?id=44266](https://www.microsoft.com/en-us/download/details.aspx?id=442…
-
Hi,
thanks for the package and great work you've done! I will be using your package for time series clustering in my thesis!
I would like to ask about TimeSeriesKMeans - I was not able to find how…
-
**Summary:**
Stochastically explore the DTW Averaging Space. It's a useful algorithm for exploring online settings and larger sample sizes. The paper is a bit of work to get through as they rigerousl…
-
arXiv论文跟踪
-
Hello,
I'm testing this tool with a fasta file that contains a repetitive DNA structure (with plenty of flanking sequence). The tool performs pretty badly at simulating reads from this structure. I h…
-
will it work for multivariate time series classification for example mixture of categorical and continues data?
for example at time t1 we have observation: red, 2.4 , 5, 12.456 and time t2: gr…
-
Could not compile on FreeBSD-i386 system, while build well on amd64 system.
The error message say :
...
*** installing help indices
** building package indices
** installing vignettes
** testi…
-
Hello guys,
first of all thanks for this great project!
Right now i am heavily using the k-Shape-Algorithm for clustering (imho) huge amounts of data.
n = 5.000.000, k = 6;8;10;12, m = 56
O(max{…