Description Usage Arguments Value Note See Also Examples
Returns the Khatri-Rao product from a list of matrices or vectors. Commonly used for n-mode products and various Tensor decompositions.
1  | khatri_rao_list(L, reverse = FALSE)
 | 
L | 
 list of matrices or vectors  | 
reverse | 
 whether or not to reverse the order  | 
matrix that is the Khatri-Rao product
The number of columns must match in every element of the input list.
1 2 3 4  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.