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
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
ifisinstance(X, graphtools.graphs.LandmarkGraph) or (
The result is that if gt.Graph(...) yields something like kNNGraph it will get converted to another graph object e.g. TraditionalGraph.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Let me pass in a graph for fit / fit_transform and have that graph be stored under phate.graph
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
keeping both objects around.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
See this:
PHATE/Python/phate/phate.py
Line 688 in 8578022
The result is that if
gt.Graph(...)
yields something likekNNGraph
it will get converted to another graph objecte.g. TraditionalGraph
.Describe the solution you'd like
A clear and concise description of what you want to happen.
Let me pass in a graph for
fit
/fit_transform
and have that graph be stored underphate.graph
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
keeping both objects around.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: