|
1534 | 1534 | }, |
1535 | 1535 | "description": "Harmonic centrality is a way of detecting nodes that are able to spread information\nvery efficiently through a graph." |
1536 | 1536 | }, |
| 1537 | + { |
| 1538 | + "function": { |
| 1539 | + "name": "gds.closeness.harmonic.mutate.estimate", |
| 1540 | + "signature": "G: Graph, **config: Any", |
| 1541 | + "return_type": "Series[Any]" |
| 1542 | + }, |
| 1543 | + "description": "Returns an estimation of the memory consumption for that procedure." |
| 1544 | + }, |
1537 | 1545 | { |
1538 | 1546 | "function": { |
1539 | 1547 | "name": "gds.closeness.harmonic.stats", |
|
1542 | 1550 | }, |
1543 | 1551 | "description": "Harmonic centrality is a way of detecting nodes that are able to spread information\nvery efficiently through a graph." |
1544 | 1552 | }, |
| 1553 | + { |
| 1554 | + "function": { |
| 1555 | + "name": "gds.closeness.harmonic.stats.estimate", |
| 1556 | + "signature": "G: Graph, **config: Any", |
| 1557 | + "return_type": "Series[Any]" |
| 1558 | + }, |
| 1559 | + "description": "Returns an estimation of the memory consumption for that procedure." |
| 1560 | + }, |
1545 | 1561 | { |
1546 | 1562 | "function": { |
1547 | 1563 | "name": "gds.closeness.harmonic.stream", |
|
1550 | 1566 | }, |
1551 | 1567 | "description": "Harmonic centrality is a way of detecting nodes that are able to spread information\nvery efficiently through a graph." |
1552 | 1568 | }, |
| 1569 | + { |
| 1570 | + "function": { |
| 1571 | + "name": "gds.closeness.harmonic.stream.estimate", |
| 1572 | + "signature": "G: Graph, **config: Any", |
| 1573 | + "return_type": "Series[Any]" |
| 1574 | + }, |
| 1575 | + "description": "Returns an estimation of the memory consumption for that procedure." |
| 1576 | + }, |
1553 | 1577 | { |
1554 | 1578 | "function": { |
1555 | 1579 | "name": "gds.closeness.harmonic.write", |
|
1558 | 1582 | }, |
1559 | 1583 | "description": "Harmonic centrality is a way of detecting nodes that are able to spread information\nvery efficiently through a graph." |
1560 | 1584 | }, |
| 1585 | + { |
| 1586 | + "function": { |
| 1587 | + "name": "gds.closeness.harmonic.write.estimate", |
| 1588 | + "signature": "G: Graph, **config: Any", |
| 1589 | + "return_type": "Series[Any]" |
| 1590 | + }, |
| 1591 | + "description": "Returns an estimation of the memory consumption for that procedure." |
| 1592 | + }, |
1561 | 1593 | { |
1562 | 1594 | "function": { |
1563 | 1595 | "name": "gds.collapsePath.mutate", |
|
0 commit comments