-
I will continue the discussion here, until or if @keean can get Github to restore the thread. Luckily I still have a copy of the deleted #35 thread loaded, so I can copy and paste from it. If the orig…
-
Direction changed, txt will be updated soon.
Old stuff:
- 1997: [The Internet: A Future Tragedy of the Commons?](https://link.springer.com/chapter/10.1007/978-1-4757-2644-2_22)
- [Internet Securi…
-
**Submitting author:** @espositoandrea (Andrea Esposito)
**Repository:** https://github.com/uxsad/frontend
**Branch with paper.md** (empty if default branch): paper
**Version:** 8b36052
**Editor:** P…
-
[stupid question manually removed]
-
Extend the implementation of directly-follows EMD by building the n-grams taking into account concurrency.
1. Use a concurrency oracle (e.g. Heuristics Miner) to extract concurrency relations betwe…
-
Is there a bug in the Heuristics Miner?
When I set a high dependency threshold (here 0.8) I see an arc appearing in the Heuristics Net.
![Heu_Net_DT-0 8](https://user-images.githubusercontent.com/94…
-
hi,
this is working fine for **frequency** :
```
heu_net = heuristics_miner.apply_heu(log)
heu_net.dfg_matrix
```
I also want to get **performance**(Time).
what to do?
-
https://github.com/monero-project/meta/issues/906#issuecomment-1773687602
-
# Large Dataset Notary Application
To apply for DataCap to onboard your dataset to Filecoin, please fill out the following.
## Core Information
- Organization Name: Protocol Labs
- Website / S…
-
for petri nets this is working perfect for generating DOT serialization :
`pm4py.visualization.common.gview.serialize_dot(gviz)`
Now how to get **DOT serialization** for this heuristic net :
``…