xoa.geo.ScipyDistContext

class xoa.geo.ScipyDistContext(cdist=True, pdist=True, force=False)[source]

Context to switch the scipy.spatial.distance.cdist() fonction to cdist()

Parameters:

force (bool) – If true, this function will be used whatever the distance method asked for is.

__init__(cdist=True, pdist=True, force=False)[source]

Methods