distance_funct_1dT_distance_funct_1dDistanceFunct1dDistanceFunct1d (Operator)
Name
distance_funct_1dT_distance_funct_1dDistanceFunct1dDistanceFunct1d
— Compute the distance of two functions.
Signature
void DistanceFunct1d(const HTuple& Function1, const HTuple& Function2, const HTuple& Mode, const HTuple& Sigma, HTuple* Distance)
HTuple HFunction1D::DistanceFunct1d(const HFunction1D& Function2, const HTuple& Mode, const HTuple& Sigma) const
HTuple HFunction1D::DistanceFunct1d(const HFunction1D& Function2, const HString& Mode, double Sigma) const
HTuple HFunction1D::DistanceFunct1d(const HFunction1D& Function2, const char* Mode, double Sigma) const
HTuple HFunction1D::DistanceFunct1d(const HFunction1D& Function2, const wchar_t* Mode, double Sigma) const
(Windows only)
Description
distance_funct_1ddistance_funct_1dDistanceFunct1dDistanceFunct1dDistanceFunct1d
calculates the distance of two functions.
The two functions may differ in length.
Execution Information
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
Parameters
Function1Function1Function1Function1function1
(input_control) function_1d →
HFunction1D, HTupleHTupleHtuple (real / integer) (double / int / long) (double / Hlong) (double / Hlong)
Input function 1.
Function2Function2Function2Function2function2
(input_control) function_1d →
HFunction1D, HTupleHTupleHtuple (real / integer) (double / int / long) (double / Hlong) (double / Hlong)
Input function 2.
ModeModeModeModemode
(input_control) string(-array) →
HTupleHTupleHtuple (string) (string) (HString) (char*)
Modes of invariants.
Default value:
'length'
"length"
"length"
"length"
"length"
List of values: 'length'"length""length""length""length", 'mean'"mean""mean""mean""mean"
SigmaSigmaSigmaSigmasigma
(input_control) number(-array) →
HTupleHTupleHtuple (real) (double) (double) (double)
Variance of the optional smoothing with a
Gaussian filter.
Default value: 0.0
Suggested values: 0.0, 0.5, 1.0, 1.5, 2.0, 3.0, 4.0, 5.0, 7.0, 10.0, 15.0, 20.0, 25.0, 30.0, 40.0, 50.0
DistanceDistanceDistanceDistancedistance
(output_control) real-array →
HTupleHTupleHtuple (real / integer) (double / int / long) (double / Hlong) (double / Hlong)
Distance of the functions.
Module
Foundation