MagnitudeScoringParameters interface
將參數值提供給量級評分函式。
屬性
boosting |
提升結束的域值。 |
boosting |
啟動提升的域值。 |
should |
值,指出是否針對超出範圍結束值的域值套用常數提升;預設值為 false。 |
屬性詳細資料
boostingRangeEnd
提升結束的域值。
boostingRangeEnd: number
屬性值
number
boostingRangeStart
啟動提升的域值。
boostingRangeStart: number
屬性值
number
shouldBoostBeyondRangeByConstant
值,指出是否針對超出範圍結束值的域值套用常數提升;預設值為 false。
shouldBoostBeyondRangeByConstant?: boolean
屬性值
boolean