NormalizationBinParametersMixinProperties

用于标准化值的数值字段名称

属性

normalizationField

用于标准化值的数值字段名称

normalizationField?: string

类型: string

normalizationMaxValue

用于标准化数据的最大值

normalizationMaxValue?: number

类型: number

normalizationMinValue

用于标准化数据的最小值

normalizationMinValue?: number

类型: number

normalizationTotal

当标准化类型为percent-of-total时使用的总值

normalizationTotal?: number

类型: number

normalizationType

用于标准化数据的标准化类型

normalizationType?: "field" | "natural-log" | "square-root" | "percent-of-total" | "log"

类型: "field" | "natural-log" | "square-root" | "percent-of-total" | "log"

BIMFlux AI