NewFusionAggreg function

Create an aggregation node to be used in data fusion

Create an aggregation node to be used in data fusion

Function to create an aggregation node to be used in Fusion methods

NewFusionAggreg(name, aggreg, ...)

Arguments

  • name: character vector, The name of the node

  • aggreg: Aggreg object, The aggregation operator to be used to compute the aggregation of satisfaction degrees

    must be an AggregWam , AggregOwa , AggregFis or AggregFunction object

  • ...: data.tree::Node objects, The nodes to aggregate

    can be an input node built with NewFusionInput or an aggregate node built with NewFusionAggreg for a hierarchical aggregation structure

Returns

data.tree::Node object

See Also

Aggregation of the degrees