|
oevislib_net
0.14.3.0
|
Functions | |
| static float | oevislib_net.Profile.Correlation (Profile inProfile1, Profile inProfile2, int inStart1, int inStart2, Optional< int > inLength, Optional< float > outCovariance, Optional< Profile > outProfile1, Optional< Profile > outProfile2) |
| Computes the correlation between two sub-profiles (using the Pearson correlation coefficient). | |
| static float | oevislib_net.Profile.Distance (Profile inProfile1, Profile inProfile2, DistanceMeasure inDistanceMeasure, Optional< Range > inRange) |
| Computes the distance between two profiles. | |
|
inlinestatic |
Computes the correlation between two sub-profiles (using the Pearson correlation coefficient).
| inProfile1 | First profile. |
| inProfile2 | Second profile. |
| inStart1 | Start of the first sub-profile. Range: [0, +inf). |
| inStart2 | Start of the second sub-profile. Range: [0, +inf). |
| inLength | Length of the sub-profiles. Range: [2, +inf). |
| outCovariance | Covariance value. |
| outProfile1 | First sub-profile. |
| outProfile2 | Second sub-profile. |
|
inlinestatic |
Computes the distance between two profiles.
| inProfile1 | First profile. |
| inProfile2 | Second profile. |
| inDistanceMeasure | Distance's measure (mean error or mean-squared error). |
| inRange | Range of indices to consider. |