apoc.scoring.pareto
Function
apoc.scoring.pareto(10, 20, 100, 11) applies a Pareto scoring function over the inputs
Signature
apoc.scoring.pareto(minimumThreshold :: INTEGER?, eightyPercentValue :: INTEGER?, maximumValue :: INTEGER?, score :: INTEGER?) :: (FLOAT?)
Input parameters
Name | Type | Default |
---|---|---|
minimumThreshold |
INTEGER? |
null |
eightyPercentValue |
INTEGER? |
null |
maximumValue |
INTEGER? |
null |
score |
INTEGER? |
null |
Was this page helpful?