-
Another issue that came up in Fedora. We build packages on the first available builder and sometimes that's Big Endian (ppc64 on Fedora 28 or s390x anywhere). Apparently, the tests fail a lot on those…
-
Hello,
Some enhancements to https://github.com/maxrousseau/pfla/blob/master/paper/paper.md are needed.
Can you also provide a laymen's description of what types of inputs/outputs your toolbox …
-
### What you were trying to do (include code to reproduce error)
Use x.manipulate when the custom plot function uses a current pulse protocol
### What you expected to happen
It used to work befor…
-
Hello everyone,
I would like to evaluate my landmarks repeatability but I am not sure that I am doing it correctly. I am trying to follow the method detailed here [https://www.r-bloggers.com/tips-…
-
I *think* this should take two PCoA matrices (say `pcoa-a` and `pcoa-b`) as input, and output one PCoA matrix, where the output matrix is the `pcoa-b` transformed to minimize differences against `pcoa…
-
I tried to run Robust PCA on a torch array. The dimensions are around 500000*375. They array can perfectly fit on my GPU as I ran robust matrix decomposition without any issues. I am sure why robust P…
rtmlp updated
6 years ago
-
Hello:
Please answer a question about how the automatic diffusion time is determined. I can see that (please correct me if I am wrong) the idea is that if the R^2 between the values imputed at (t-1…
-
I'm getting very bad P@k for my dataset. My dataset is not the natural language but programming language, which is the sequence call of APIs, e.g java.util.List.new() ==> java.util.List.add() ==> java…
-
Hello guys,
I am trying to align English and French fasttext embeddings in the supervised way. I have around 72 000 of them for each language and they are 100-dimensional. My training dictionary co…
rjuge updated
6 years ago
-
The version on CRAN has the issue of non-zero distance (cal_shape_dist) between a curve and itself. For example, calc_shape_dist(beta[,,1,1],beta[,,1,1]) = 0.000133296. Could you please look into this…