Euclidean distance
doEuclid(PCs)
Obtain Euclidean distance to the previous points.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
PCs |
ndarray
|
PCs array in the format [Subs * Tmax, n PCs]. |
required |
Returns:
Name | Type | Description |
---|---|---|
double | Euclidean distances in the format [1, Subs * Tmax]. |
Source code in dynfc/doEuclid.py
6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
|