fm.ConstructLambdaMeasure | R Documentation |
Finds the value of lambda and calculates the rest of the values of the fuzzy measure, given its values at singletons; singletons is an array of size n. The outputs are lambda and v, v is in standard representation and binary ordering.
fm.ConstructLambdaMeasure(singletons,env)
singletons |
Singletons is an array of n. |
env |
Environment variable obtained from fm.Init(n). |
output |
The ouput is the list (lambda, measure), where measure is a fuzzy measure in standard representation. |
Gleb Beliakov, Andrei Kelarev, Quan Vu, Daniela L. Calderon, Deakin University
env<-fm.Init(3) w <- fm.ConstructLambdaMeasure(c(0, 0.3, 0.5),env)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.