summary.superclass.set.func-class | R Documentation |
Class containing most of the indices that can be used to summarize an object of class superclass.set.func
and not of class superclass.capacity
.
Objects are created by calls of the form summary(...)
on objects of class superclass.set.func
and not of class superclass.capacity
.
Shapley.value
:Object of class numeric
containing the Shapley value of a set function.
interaction.indices
:Object of class matrix
containing the Shapley interaction indices of a set function.
signature(object = "summary.superclass.set.func")
superclass.set.func-class
,
superclass.capacity-class
,
summary-methods
,
show-methods
,
Shapley.value-methods
,
interaction.indices-methods
.
## a capacity
mu <- set.func(c(0:13,13,13)/13)
a <- Mobius(mu)
## its summary
summary(mu)
summary(a)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.