distance_funct_1dT_distance_funct_1dDistanceFunct1dDistanceFunct1d (Operator)

Name

distance_funct_1dT_distance_funct_1dDistanceFunct1dDistanceFunct1d — Abstand zweier Funktionen.

Signatur

distance_funct_1d( : : Function1, Function2, Mode, Sigma : Distance)

Herror T_distance_funct_1d(const Htuple Function1, const Htuple Function2, const Htuple Mode, const Htuple Sigma, Htuple* Distance)

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   (Nur Windows)

static void HOperatorSet.DistanceFunct1d(HTuple function1, HTuple function2, HTuple mode, HTuple sigma, out HTuple distance)

HTuple HFunction1D.DistanceFunct1d(HFunction1D function2, HTuple mode, HTuple sigma)

HTuple HFunction1D.DistanceFunct1d(HFunction1D function2, string mode, double sigma)

Beschreibung

distance_funct_1ddistance_funct_1dDistanceFunct1dDistanceFunct1dDistanceFunct1d berechnet den Abstand zweier Funktionen. Die beiden Funktionen können verschieden lang sein.

Ausführungsinformationen

Parameter

Function1Function1Function1Function1function1 (input_control)  function_1d HFunction1D, HTupleHTupleHtuple (real / integer) (double / int / long) (double / Hlong) (double / Hlong)

Eingabefunktion 1.

Function2Function2Function2Function2function2 (input_control)  function_1d HFunction1D, HTupleHTupleHtuple (real / integer) (double / int / long) (double / Hlong) (double / Hlong)

Eingabefunktion 2.

ModeModeModeModemode (input_control)  string(-array) HTupleHTupleHtuple (string) (string) (HString) (char*)

Art der Invarianten.

Defaultwert: 'length' "length" "length" "length" "length"

Werteliste: 'length'"length""length""length""length", 'mean'"mean""mean""mean""mean"

SigmaSigmaSigmaSigmasigma (input_control)  number(-array) HTupleHTupleHtuple (real) (double) (double) (double)

Standardabweichung der optionalen Gaußglättung

Defaultwert: 0.0

Wertevorschläge: 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)

Abstand der Funktionen.

Modul

Foundation