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
Currently functions take step as an input, which has internal meaning to the function (e.g. it's the location of the element in the self.edges and self.graphs lists) but is less important to the user than the threshold or n_feats.
Because there's a conversion from any of those inputs to another it is relatively easy to implement, but it's a difficult API question. Plan was initially to address this in #3 but got triaged.
The text was updated successfully, but these errors were encountered:
Description
Currently functions take
step
as an input, which has internal meaning to the function (e.g. it's the location of the element in theself.edges
andself.graphs
lists) but is less important to the user than thethreshold
orn_feats
.Because there's a conversion from any of those inputs to another it is relatively easy to implement, but it's a difficult API question. Plan was initially to address this in #3 but got triaged.
The text was updated successfully, but these errors were encountered: