-
hello,
In your code:
Exp[i] = Exp[i]/sqrt(1e-15+Ex[i]*Ep[i]).
while bandE[i]=sqrt(sum[i]) in the function compute_band_corr.
I think the code should be
if(Ex[i]*Ep[i]==0)
Exp[i] = 0;(or 1?)
…
-
-
Hi, I've read your code and have some questions about the function "**get_document_frequency**" and "**get_topic_coherence**" in your **utils.py**.
```
def get_document_frequency(data, wi, wj=None)…
-
Hi,
I am using a LSM9DS1 on a custom PCB, with your code (thanks a lot btw), for a dead reckoning algorithm. For now I am outputing calculated quaternions for a Python script (https://github.com/t…
-
On occasion I experience the following crash-error: "Auto-coherence not applicable."
Reproduced via the coherence estimation below:
out = mt_coherence(1.0/fs, signal[:, ix], signal[:, iy], NW, k, int…
-
Sur le logo de l'accueil, on a Ecoparking et sur le titre de la page c'est coparking.
Lequel est le bon ?
Perso, je pense que coParting correspond le mieux au but du site.
-
Currently, I am calculating the Coherence of a bertopic model using the gensim. For this I need the n_grams from each text of the corpus. Is it possible? The function used by gensim waits for the corp…
-
On the following screenshot we can see that the total number of death decreases event with a positive number of weekly death. How is it possible? Isn't the total reported death number the sum of all t…
-
### Describe the bug
There's an interesting case on filters: let's say that you have a lot of unique values in the data that exceed the limit we have. If that happens we'll show a search box or an in…
-
Dear Eric,
Thank you for your efforts to create these codes.
I follow your instructions and I applied to ALOS2 data.
However, some pairs produced completely black coherence.
Do you know the reas…