-
Exercises to add
TO ADD
- [x] https://github.com/exercism/cairo/issues/164
- [ ] https://github.com/exercism/cairo/issues/179
- [x] https://github.com/exercism/cairo/issues/199
- [x] https://gi…
-
When running "./runtogether.sh examples/hamming/input_alice.txt examples/hamming/input_bob.txt"
Error: Could not find or load main class com.oblivm.backend.lang.inter.Cmd
By the way, the last versio…
-
### Problem Description
- Functions for computing the Hamming weight are missing in the classes of Boolean functions and Boolean polynomials, but the Hamming weight is frequently used in the study of…
10v1 updated
7 months ago
-
Hi Nils,
I talked to Ryan, and we think a reasonable solution to the min-delta problem would be to compare the minimum distance between the samples to the min-delta. If the min distance between sam…
-
### What happened?
The Low Pass Filters generates a `Param` error on the `Window` config regardless of which window type is selected.
```
Param - Window(win):
Value "window.WIN_HAMMING" cannot …
-
Dear, good night. I'm sorry for the English, I'm using a translator.
I am using MEKA for my master's work, which is using machine learning to predict student retention in higher education, and I came…
-
The first time I tried to import an unnamed enum it took a while, because I hadn't realized it was a different config entry, and I tried various attempts with both `enum` and `global` before finding t…
-
For ex : Pandas code
df2 = df['xx'].rolling(window=25, min_periods=10, win_type='hamming', center=True)
in Koalas df['xx'].rolling(25) - works
Also if possible please implement apply function whil…
-
I've got three test images ..
ImageHash gives following hashes ..
Image 1: 0405794952704d4a
Image 2: 0405714972704d48
Image 3: 0445714972704d4a
Distances in ImageHash are always 3 using examp…
-
Currently the default FFT window is the Hamming window.
This default is set in the class SpectrogramSettings at line 29:
public string WindowFunction { get; set; } = WindowFunctions.HAMMING.ToString…