groupName property

String? groupName
getter/setter pair

Name of the group that the input belongs to.

Features with the same group name will be treated as one feature when computing attributions. Features grouped together can have different shapes in value. If provided, there will be one single attribution generated in Attribution.feature_attributions, keyed by the group name.

Implementation

core.String? groupName;