vectorQuintInnerProduct
|
The vectorQuintInnerProduct function returns the quint polynomial inner product
of the two Number Vector arguments x1 and x2. The C formula used is as follows: Usage The vectorQuintInnerProduct function may be used as a kernel for support
vector machine regression (see the svmRegression function). (* (setq k (+ 1.0 (vectorInnerProduct x1 x2))) k k k k)
(vectorQuintInnerProduct x1 x2) The quint 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
|