@import views.editor.GenerateId @import org.silkframework.workspace.Project @import org.silkframework.runtime.activity.UserContext @(id: String, weight: Int, plugin: org.silkframework.runtime.plugin.PluginDescription[_], parameterValues: Seq[String], x: Int, y: Int, display: Boolean, project: Project)(implicit userContext: UserContext) @operatorBox("Aggregate", id, plugin, parameterValues, x, y, display, project) {
The weight parameter can be used by the parent aggregation when combining its input values. Only certain aggregations will consider weighted inputs. Examples are the weighted average aggregation, quadraticMean and geometricMean.
}