public abstract class WeightingFunction extends Object
Modifier and Type | Class and Description |
---|---|
static class |
WeightingFunction.Logistic
The logistic function, a commonly used sigmoid (s-shaped function).
|
static class |
WeightingFunction.SharpCutoff
The typical hard cutoff used to select all objects within an isochrone curve.
|
Constructor and Description |
---|
WeightingFunction() |
Modifier and Type | Method and Description |
---|---|
abstract 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_.
|
Copyright © 2018. All rights reserved.