CerebralCortex Algorithms

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

process_ecg(data: object) → object[source]
rr_interval_feature_extraction(data: object) → object[source]
stress_prediction(data: object) → object[source]
stress_episodes_estimation(stress_data: object) → object[source]