-
## 🚀 Feature
I was wondering if it would be possible to do the OT matrix computation (ot.emd) using sparse matrices,
(eg: https://docs.scipy.org/doc/scipy/reference/generated/scipy.sparse.coo_array…
-
We should aim, as a continuous self-improvement kind of goal, to close the gap in function availability between the igraph C core and the Python interface. To help with that, let's try and keep track …
-
@Sshwy置顶:翻译的时侯别忘在译文结尾加入下面内容
```
**本页面主要译自博文[俄文标题](链接)与其英文翻译版[英文标题](链接)。其中俄文版版权协议为 Public Domain + Leave a Link;英文版版权协议为 CC-BY-SA 4.0。**
```
其中俄文官网为 http://e-maxx.ru/ ,英文官网为 https://cp-algorit…
-
请自行在下面填写认领翻译,并填上认领的日期。
认领过的,如果觉得他太慢了,可以再次认领,加速翻译,知道大家都是牺牲业余时间来贡献,所以慢也是可以理解的,慢就需要大家一起帮帮忙了!谢谢。
提示:如何找到对应的翻译文件,方法:在 https://ci.apache.org/projects/flink/flink-docs-master/ 找到对应要翻译的章节,点击章节查看URL地址,都…
-
**What is the feature or improvement you would like to see?**
Versions of `igraph_bibcoupling()` and `igraph_cocitation()` that produce a sparse matrix.
**Use cases for the feature**
The outp…
-
This is a list of public non-deprecated functions that are never used either directly or indirectly in the main codebase or the tests/examples.
Tests should be written for some of these functions.
…
-
AI 카메라를 설계하는 것과 관련하여 이슈를 오픈했습니다.
현재는 기본적으로 아두이노에서 문열림 감지 -> 블루투스로 정보 전송받은 휴대폰 공기계(카메라)가 사진촬영 -> 해당 모델을 로컬(카메라)에서 AI처리후 -> 결과만 FireBase로 업로드 하는 형식으로 진행하려고 합니다.
관련되어 의견 제시해주시면 좋겠습니다!
-
## ❓ Questions & Help
-
Hi,
I have a problem with the installation, it seems to come from a file that is not accessed from the correct path:
```$ python setup.py install
running install
running bdist_egg
running egg_i…
-
I have some data which doesn't permit full matching. If I convert it to dense and solve using `scipy.optimize.linear_sum_assignment` I can get a (non-full) solution.
Is it possible to remove this …