|
2810 | 2810 | },
|
2811 | 2811 | "description": "Returns an estimation of the memory consumption for that procedure."
|
2812 | 2812 | },
|
| 2813 | + { |
| 2814 | + "function": { |
| 2815 | + "name": "gds.prizeSteinerTree.mutate", |
| 2816 | + "signature": "G: Graph, **config: Any", |
| 2817 | + "return_type": "DataFrame" |
| 2818 | + }, |
| 2819 | + "description": "An approximation algorithm for the prize collector steiner tree problem" |
| 2820 | + }, |
| 2821 | + { |
| 2822 | + "function": { |
| 2823 | + "name": "gds.prizeSteinerTree.mutate.estimate", |
| 2824 | + "signature": "G: Graph, **config: Any", |
| 2825 | + "return_type": "Series[Any]" |
| 2826 | + }, |
| 2827 | + "description": "Returns an estimation of the memory consumption for that procedure." |
| 2828 | + }, |
| 2829 | + { |
| 2830 | + "function": { |
| 2831 | + "name": "gds.prizeSteinerTree.stats", |
| 2832 | + "signature": "G: Graph, **config: Any", |
| 2833 | + "return_type": "DataFrame" |
| 2834 | + }, |
| 2835 | + "description": "An approximation algorithm for the prize collector steiner tree problem" |
| 2836 | + }, |
| 2837 | + { |
| 2838 | + "function": { |
| 2839 | + "name": "gds.prizeSteinerTree.stats.estimate", |
| 2840 | + "signature": "G: Graph, **config: Any", |
| 2841 | + "return_type": "Series[Any]" |
| 2842 | + }, |
| 2843 | + "description": "Returns an estimation of the memory consumption for that procedure." |
| 2844 | + }, |
| 2845 | + { |
| 2846 | + "function": { |
| 2847 | + "name": "gds.prizeSteinerTree.write", |
| 2848 | + "signature": "G: Graph, **config: Any", |
| 2849 | + "return_type": "DataFrame" |
| 2850 | + }, |
| 2851 | + "description": "An approximation algorithm for the prize collector steiner tree problem" |
| 2852 | + }, |
| 2853 | + { |
| 2854 | + "function": { |
| 2855 | + "name": "gds.prizeSteinerTree.write.estimate", |
| 2856 | + "signature": "G: Graph, **config: Any", |
| 2857 | + "return_type": "Series[Any]" |
| 2858 | + }, |
| 2859 | + "description": "Returns an estimation of the memory consumption for that procedure." |
| 2860 | + }, |
2813 | 2861 | {
|
2814 | 2862 | "function": {
|
2815 | 2863 | "name": "gds.randomWalk.mutate",
|
|
0 commit comments