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

View source: R/fusion.R

NewFusionAggregR Documentation

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, ...)

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

...

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

Value

Node object

See Also

Aggregation of the degrees


GeoFIS documentation built on Oct. 5, 2022, 5:06 p.m.