For the complete documentation index, see llms.txt. This page is also available as Markdown.

AggregationConfig


Defines how to aggregate a value across features in a layer.

Properties

attribute

attribute: string

The attribute to use for the aggregation. This must be a numeric attribute.


method

method: "min" | "max" | "avg" | "sum" | "median"

The method to use for the aggregation.

Last updated

Was this helpful?