Closed AlexLipp closed 1 year ago
SampleNetwork still includes reference to sample_adjacency that was being used in old method for regularising the solution. These should be removed from python script, and potentially the C++ too?
SampleNetwork
sample_adjacency
Relatedly, I'm not sure that SampleNetwork is actually the right name for the unmixing class. Perhaps NetworkUnmixer is more appropriate?
NetworkUnmixer
These are addressed in #38
SampleNetwork
still includes reference tosample_adjacency
that was being used in old method for regularising the solution. These should be removed from python script, and potentially the C++ too?