Compute a sparse distance matrix
Computes a distance matrix between two KDTrees, leaving as zero any distance greater than max_distance.
Parameters : | other : KDTree max_distance : positive float p : float, optional |
---|---|
Returns : | result : dok_matrix
|