ot_indices_smap: Evaluate sensitivity maps using Optimal Transport indices
Description
Evaluate sensitivity maps using Optimal Transport indices
Usage
ot_indices_smap(x, y, M)
Value
A matrix where each column represents an input and each row
represents an output. The values are indices between 0 and 1 computed using
ot_indices_1d().
Arguments
x
A matrix or data.frame containing the input(s) values. The values
can be numeric, factors, or strings. The type of data changes the
partitioning. If the values are continuous (double), the function
partitions the data into M sets. If the values are discrete (integers,
strings, factors), the number of partitioning sets is data-driven.
y
A matrix containing the output values. Each column is interpreted as
a different output.
M
A scalar representing the number of partitions for continuous
inputs.