weight_matrix_cpp | R Documentation |
Calculate weight matrix
weight_matrix_cpp(features, m, n, w)
features |
List. Each of the elements equals an integer vector representing a valid combination of features. |
m |
Integer. Number of features |
n |
Integer. Number of combinations |
w |
Numeric vector of length |
Matrix of dimension n x m + 1
Nikolai Sellereite
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.