vectorInnerProduct
|
The vectorInnerProduct function returns the inner or dot product
of the two Number Vector arguments x1 and x2. Usage The vectorInnerProduct function may be used as a kernel for support
vector machine regression (see the svmRegression function).
(vectorInnerProduct x1 x2) The 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
|