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
#184 fixed a bug in the definition of the GNN statistic. Need to update the API to add an extra parameter treewise=False to allow this to be returned treewise.
The text was updated successfully, but these errors were encountered:
More generally, this should be defined in windows like other tree stats.
jeromekelleher
changed the title
Add treewise option to genealogical_nearest_neighbours
Add windows option to genealogical_nearest_neighbours
Aug 13, 2019
We can push this back to 0.2.1 because after #313 is merged the default behaviour for windows=None is to strip the first dimension (which is what this is doing now). So, when updating we need to add an option windows=None which follows the same semantics as the other windowed tree stats.
#184 fixed a bug in the definition of the GNN statistic. Need to update the API to add an extra parameter
treewise=False
to allow this to be returned treewise.The text was updated successfully, but these errors were encountered: