vectorExpInnerProduct
|
The vectorExpInnerProduct function returns the exponential inner product
of the two Number Vector arguments x1 and x2. The C formula used is as follows: The output of this function is semmetric in the closed range of [-1,+1]. Usage The vectorExpInnerProduct function may be used as a kernel for support
vector machine regression (see the svmRegression function). (- (/ 2.0 (+ 1.0 (exp (- (vectorInnerProduct x1 x2))))) 1)
(vectorExpInnerProduct x1 x2) The exponential 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
|