You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The idea of this sprint is to rewrite (refactor) the structure of the `diffnet` object to accommodate the possibility of multiple adoptions and disadoption.
In particular, instead of using if/else or switch for classes, create a function that converts any graph input into a generic graph, a list of dgCMatrix objects, so it can be passed directly to all functions and eventually add more support for more classes without having to create special if/else switch methods.