fm.ConstructLambdaMeasure: Function for Constructing Lambda
Description
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.
Usage
fm.ConstructLambdaMeasure(singletons,env)
Value
output
The ouput is the list (lambda, measure), where measure is a fuzzy measure in standard representation.
Arguments
singletons
Singletons is an array of n.
env
Environment variable obtained from fm.Init(n).
Author
Gleb Beliakov, Andrei Kelarev, Quan Vu, Daniela L. Calderon, Deakin University