Module @incremunica/actor-bindings-aggregator-factory-average

Incremunica Bindings Aggregator Factory Average Actor

npm version

A bindings aggregator factory actor that constructs a bindings aggregator capable of evaluating avg.

$ yarn add @incremunica/actor-bindings-aggregator-factory-average

After installing, this package can be added to your engine's configuration as follows:

{
  "@context": [
    ...
    "https://linkedsoftwaredependencies.org/bundles/npm/@incremunica/actor-bindings-aggregator-factory-average/^2.0.0/components/context.jsonld"
  ],
  "actors": [
    ...
    {
      "@id": "urn:comunica:default:bindings-aggregator-factory/actors#average",
      "@type": "ActorBindingsAggregatorFactoryAverage"
    }
  ]
}

Classes

ActorBindingsAggregatorFactoryAverage
AverageAggregator

Interfaces

IActorBindingsAggregatorFactoryAverageArgs