powered by
Computes the inner product between x and y.
inner.product(x, y)
A vector of numbers.
The inner product similarity between x and y.
# NOT RUN { set.seed(2) n = 100 x = rnorm(n) y = rnorm(n) inner.product(x, y) # }
Run the code above in your browser using DataLab