@import views.editor.GenerateId @import org.silkframework.workspace.Project @import org.silkframework.runtime.activity.UserContext @(id: String, weight: Int, threshold: Double, plugin: org.silkframework.runtime.plugin.PluginDescription[_], parameterValues: Seq[String], x: Int, y: Int, display: Boolean, project: Project)(implicit userContext: UserContext) @operatorBox("Compare", id, plugin, parameterValues, x, y, display, project) {
The maximum distance. For normalized distance measures, the threshold should be between 0.0 and 1.0.
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.
}