public static class WeightingFunction.SharpCutoff extends WeightingFunction
WeightingFunction.Logistic, WeightingFunction.SharpCutoff| Constructor and Description |
|---|
SharpCutoff() |
| Modifier and Type | Method and Description |
|---|---|
int[] |
apply(int[] countsPerSecond)
Weight the counts (binned by second, so countsPerSecond[i] is destinations reachable in i - i + seconds)
and return the output of this weighting function as a _cumulative distribution_.
|
public int[] apply(int[] countsPerSecond)
WeightingFunctionapply in class WeightingFunctionCopyright © 2018. All rights reserved.