Documentation Index
Fetch the complete documentation index at: https://kumo.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
aggregation: <list[list[sum | mean | max | min | std]]> (Optional)
Description
A nested list of aggregation operators in graph neural network aggregation process.Supported Task Types
- All
Example
Default Values
| run_mode | Default Value |
|---|---|
| FAST | [[sum, mean, max], [sum, mean, min, max, std]] |
| NORMAL | [[sum, mean, max], [sum, mean, min, max, std]] |
| BEST | [[sum, mean, max], [sum, mean, min, max, std]] |