Learn R Programming

shapr (version 0.1.3)

weight_matrix_cpp: Calculate weight matrix

Description

Calculate weight matrix

Usage

weight_matrix_cpp(features, m, n, w)

Arguments

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 n, i.e. w[i] equals the Shapley weight of feature combination i, represented by features[[i]].

Value

Matrix of dimension n x m + 1