Aggregation Layer
Some text to describe the aggragation layer within usual ICNs.
List of aggregations
CompositionalNetworks.ag_sum Function
julia
ag_sum(x)
Aggregate through +
a vector into a single scalar.
CompositionalNetworks.ag_count_positive Function
julia
ag_count_positive(x)
Count the number of strictly positive elements of x
.
Layer generation
CompositionalNetworks.aggregation_layer Function
julia
aggregation_layer()
Generate the layer of aggregations of the ICN. The operations are mutually exclusive, that is only one will be selected.