FixedIntervalBinParametersProperties
关系
Extends
FixedIntervalBinParametersProperties Extends BinParametersBaseProperties
属性
end
要生成的分箱的结束值
end?: number | Date
类型: number | Date
expression
用于计算分箱的标准化SQL表达式,而不是引用字段
expression?: string
类型: string
expressionValueType
指定表达式输出的预期数据类型,基于表达式生成的值类型
expressionValueType?: "single" | "date" | "small-integer" | "integer" | "double" | "long" | "date-only" | "time-only" | "timestamp-offset"
类型: "single" | "date" | "small-integer" | "integer" | "double" | "long" | "date-only" | "time-only" | "timestamp-offset"
field
用于计算分箱的字段名称
field?: string
类型: string
firstDayOfWeek
一周的第一天
firstDayOfWeek?: number
类型: number
hideUpperBound
如果为true,upperBoundary和bin字段将不包含在属性中
hideUpperBound?: boolean
类型: boolean
interval
表示每个分箱中要包含的值的间隔
interval?: number
类型: number
normalizationField
用于在分箱期间标准化值的数值字段名称
normalizationField?: string
类型: string
normalizationMaxValue
在分箱期间用于标准化数据的最大值
normalizationMaxValue?: number
类型: number
normalizationMinValue
在分箱期间用于标准化数据的最小值
normalizationMinValue?: number
类型: number
normalizationTotal
当normalizationType为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"
splitBy
splitBy参数将数据分为分类字段中每个唯一值的单独分箱
splitBy?: AttributeBinsGroupingProperties
stackBy
stackBy参数根据分类字段的唯一值将每个分箱分为段,允许您在同一分箱内比较多个类别,同时保持所有类别的分箱边界一致
stackBy?: AttributeBinsGroupingProperties
start
要生成的分箱的起始值
start?: number | Date
类型: number | Date

BIMFlux AI
