File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
graphdatascience/procedure_surface/api/centrality Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 77
88from graphdatascience .procedure_surface .api .base_result import BaseResult
99from graphdatascience .procedure_surface .api .catalog .graph_api import GraphV2
10+
1011from graphdatascience .procedure_surface .api .estimation_result import EstimationResult
1112
1213
1314class BetweennessEndpoints (ABC ):
15+
1416 @abstractmethod
1517 def mutate (
1618 self ,
Original file line number Diff line number Diff line change 77
88from graphdatascience .procedure_surface .api .base_result import BaseResult
99from graphdatascience .procedure_surface .api .catalog .graph_api import GraphV2
10+
1011from graphdatascience .procedure_surface .api .estimation_result import EstimationResult
1112
1213
1314class PageRankEndpoints (ABC ):
15+
1416 @abstractmethod
1517 def mutate (
1618 self ,
You can’t perform that action at this time.
0 commit comments