cerebralcortex.algorithms.gps package

Submodules

cerebralcortex.algorithms.gps.gps_clustering module

get_centermost_point(cluster: object) → object[source]
Parameters:cluster
Returns:
Return type:object
gps_clusters(data: object) → object[source]

Computes the clusters

Return type:

object

Parameters:
  • data (list) – list of interpolated gps data
  • geo_fence_distance (float) – Maximum distance between points in a

cluster :param int min_points_in_cluster: Minimum number of points in a cluster :return: list of cluster-centroids coordinates

Module contents

gps_clusters(data: object) → object[source]

Computes the clusters

Return type:

object

Parameters:
  • data (list) – list of interpolated gps data
  • geo_fence_distance (float) – Maximum distance between points in a

cluster :param int min_points_in_cluster: Minimum number of points in a cluster :return: list of cluster-centroids coordinates