monad.ai
Preparing search index...
ScoringMode
Type Alias ScoringMode
ScoringMode
:
"normalized"
|
"raw"
Controls how scorer weights are interpreted.
normalized
: production default; weights are divided by their sum, so totals stay in
[0, 1]
.
raw
: experimental/debug mode; weights are used as provided and totals may exceed
1
.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
monad.ai
Loading...
Controls how scorer weights are interpreted.
normalized: production default; weights are divided by their sum, so totals stay in[0, 1].raw: experimental/debug mode; weights are used as provided and totals may exceed1.