relevances {lgpr} | R Documentation |
Assess component relevances
Description
Assess component relevances
Usage
relevances(fit, reduce = function(x) base::mean(x), verbose = TRUE, ...)
Arguments
fit |
an object of class |
reduce |
a function to apply to reduce the relevances given each parameter draw into one value |
verbose |
Can this print any messages? |
... |
currently has no effect |
Value
a named vector with length equal to num_comps + 1
[Package lgpr version 1.2.4 Index]