50% off | Unlimited Data & AI Learning

Last chance! 50% off unlimited learning

Sale ends in


GeoFIS (version 1.1.1)

NewFusionAggreg: Create an aggregation node to be used in data fusion

Description

Function to create an aggregation node to be used in Fusion

Usage

NewFusionAggreg(name, aggreg, ...)

Value

data.tree::Node object

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

See Also