openalea.phenomenal.tracking.alignment.scoring_function

openalea.phenomenal.tracking.alignment.scoring_function(vec1, vec2)[source]

Compute a dissimilarity score between two vectors of same length, which is equal to their euclidian distance.

Parameters:
  • vec1 (1D array) –

  • vec2 (1D array, of same length than vec1) –

Return type:

float