-
## Abstract
- In this paper, we present **EnsembleMatrix, an interactive visualization system**
- that presents a `graphical view of confusion matrics`
- for exploring the `space of combinati…
hon9g updated
5 years ago
-
Take a look at following issues:
- [x] Straightening process relative to existing data set
- [ ] Scaling new data set relative to existing data set -- with goal of having 3D representation of both d…
-
## 🚀 Feature
Multi-processor support for `NeighborSampler`.
## Motivation
In my application, I use the `NeighborSampler` in order to train on large graphs. I'm finding, however, that it is ve…
-
# Progress Tracker
## DSA
- [x] Complete Git & GitHub Course
- [ ] Introduction to Programming
- - [ ] Types of languages
- - [ ] Memory management
- [ ] Flow of the program
- - [ ] Flo…
-
### What would you like to Propose?
Hey I saw a Feature Request for Edmond Algorithm and wanted to add another Algorithm - Edmonds Blossom Algorithm, under the data structure/graphs
The Edmonds …
-
### What would you like to Propose?
I would like to propose the addition of the Edmonds' Algorithm to the repository. Edmonds' algorithm, also known as the Maximum Weight Matching algorithm for gener…
-
Hi,
First of all, thanks for this interesting project.
I am working on windows with visual studio and anaconda environment, and I am not able to install correctly the package.
From the error I …
-
We have pretty good algorithms already. This is:
- Greedy Algorithm
- Bron–Kerbosch algorithm
- Backtracking algorithm
Backtracking should easily take on tree, lines, circles, stars etc. so I do…
-
The following comment has been posted by @maxloeffler in #260:
---
Unfortunately, somewhat about their new version breaks in our usage of `igraph::disjoint_union` (which worked pri…
-
This is tracking the parts of `test_security` not implemented in #230
#230 tests authentication and encryption in various scenarios but doesnt test access control.
Tests for access control should…