NewFusionAggreg {GeoFIS} | R 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 |
... |
data.tree::Node objects, The nodes to aggregate |
Value
data.tree::Node object
See Also
[Package GeoFIS version 1.1.1 Index]