facade of Shapley application
@author Franck Benault
@version 0.0.2 @since 0.0.2
facade of Shapley application
@author Franck Benault
@version 0.0.2 @since 0.0.2
01 Syntax
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| calculate | 3 | full calculation of the Shapley value |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| LastCoalitionReached | 1 | check in the case of sequential strategy if the last coalition possible is reached @return |
04 Members
full calculation of the Shapley value
partial result of the Shapley value
Int64)complete the calculation of the Shapley value with the next set of coalitions choosen sequentially
| Name | Type | Description |
|---|---|---|
nbCoalitions | Int64 | number of coalition taken in account for this calculation |
partial result of the Shapley value
Int64, CoalitionStrategy)complete the calculation of the Shapley value with the next set of coalitions which may be choosen randomly
| Name | Type | Description |
|---|---|---|
nbCoalitions | Int64 | number of coalition taken in account for this calculation |
strategy | CoalitionStrategy | way to choose the next coalitions (sequential or random) |
partial result of the Shapley value
check in the case of sequential strategy if the last coalition possible is reached
@return