你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MagnitudeScoringParameters interface

为数量级评分函数提供参数值。

属性

boostingRangeEnd

提升结束的字段值。

boostingRangeStart

启动提升的字段值。

shouldBoostBeyondRangeByConstant

一个值,该值指示是否对超出范围结束值的字段值应用恒定提升;默认值为 false。

属性详细信息

boostingRangeEnd

提升结束的字段值。

boostingRangeEnd: number

属性值

number

boostingRangeStart

启动提升的字段值。

boostingRangeStart: number

属性值

number

shouldBoostBeyondRangeByConstant

一个值,该值指示是否对超出范围结束值的字段值应用恒定提升;默认值为 false。

shouldBoostBeyondRangeByConstant?: boolean

属性值

boolean