|
1502 | 1502 | }, |
1503 | 1503 | "description": "Closeness centrality is a way of detecting nodes that are able to spread information very efficiently through a graph." |
1504 | 1504 | }, |
| 1505 | + { |
| 1506 | + "function": { |
| 1507 | + "name": "gds.closeness.mutate.estimate", |
| 1508 | + "signature": "G: Graph, **config: Any", |
| 1509 | + "return_type": "Series[Any]" |
| 1510 | + }, |
| 1511 | + "description": "Returns an estimation of the memory consumption for that procedure." |
| 1512 | + }, |
1505 | 1513 | { |
1506 | 1514 | "function": { |
1507 | 1515 | "name": "gds.closeness.stats", |
|
1510 | 1518 | }, |
1511 | 1519 | "description": "Closeness centrality is a way of detecting nodes that are able to spread information very efficiently through a graph." |
1512 | 1520 | }, |
| 1521 | + { |
| 1522 | + "function": { |
| 1523 | + "name": "gds.closeness.stats.estimate", |
| 1524 | + "signature": "G: Graph, **config: Any", |
| 1525 | + "return_type": "Series[Any]" |
| 1526 | + }, |
| 1527 | + "description": "Returns an estimation of the memory consumption for that procedure." |
| 1528 | + }, |
1513 | 1529 | { |
1514 | 1530 | "function": { |
1515 | 1531 | "name": "gds.closeness.stream", |
|
1518 | 1534 | }, |
1519 | 1535 | "description": "Closeness centrality is a way of detecting nodes that are able to spread information very efficiently through a graph." |
1520 | 1536 | }, |
| 1537 | + { |
| 1538 | + "function": { |
| 1539 | + "name": "gds.closeness.stream.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 | + }, |
1521 | 1545 | { |
1522 | 1546 | "function": { |
1523 | 1547 | "name": "gds.closeness.write", |
|
1526 | 1550 | }, |
1527 | 1551 | "description": "Closeness centrality is a way of detecting nodes that are able to spread information very efficiently through a graph." |
1528 | 1552 | }, |
| 1553 | + { |
| 1554 | + "function": { |
| 1555 | + "name": "gds.closeness.write.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 | + }, |
1529 | 1561 | { |
1530 | 1562 | "function": { |
1531 | 1563 | "name": "gds.closeness.harmonic.mutate", |
|
0 commit comments