Core#

caf.distribute.gravity_model.core Module#

Core abstract functionality for gravity model classes to build on.

Functions#

cost_distribution_stats(...[, ...])

Generate standard stats for a cost distribution performance.

Classes#

Any(*args, **kwargs)

Special type indicating an unconstrained type.

GravityModelBase(cost_function, cost_matrix)

Base Class for gravity models.

GravityModelResults(cost_distribution, ...)

A collection of results from the Gravity Model.