vectorSineInnerProduct
|
The vectorSineInnerProduct function returns the sine inner product
of the two Number Vector arguments x1 and x2. The C formula used is as follows: The output of this function is periodic in the closed range of [-pi,+pi]. Usage The vectorSineInnerProduct function may be used as a kernel for support
vector machine regression (see the svmRegression function). (sin (vectorInnerProduct x1 x2))
(vectorSineInnerProduct x1 x2) The sine inner or dot product of the two vectors.
Expression:
Arguments
Name
Type
Description Argument: x1 NumVector
The first Number Vector to be multiplied Argument: x2 NumVector
The second Number Vector to be multiplied
Returns:
Here are a number of links to Lambda coding examples which contain this instruction in various use cases.
Here are the links to the data types of the function arguments.
Integer | Number | Vector | NumVector |
Here are also a number of links to functions having arguments with any of these data types.
Analytic Information Server (AIS)AIS Component Systems
|