Skip to content

Commit 0439749

Browse files
committed
use latest di feature branch + use python backend flag
1 parent 2cb7de3 commit 0439749

181 files changed

Lines changed: 343 additions & 59 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/build/reference/aggregator/average.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ tags:
99

1010

1111

12+
Computes the weighted average.
1213

1314
### Examples
1415

docs/build/reference/aggregator/firstNonEmpty.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ tags:
99

1010

1111

12+
Forwards the first input that provides a non-empty similarity score.
1213

1314
### Examples
1415

docs/build/reference/aggregator/geometricMean.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ tags:
99

1010

1111

12+
Compute the (weighted) geometric mean.
1213

1314
### Examples
1415

docs/build/reference/aggregator/handleMissingValues.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ tags:
99

1010

1111

12+
Generates a default similarity score, if no similarity score is provided (e.g., due to missing values). Using this operator can have a performance impact, since it lowers the efficiency of the underlying computation.
1213

1314
### Examples
1415

docs/build/reference/aggregator/max.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ tags:
99

1010

1111

12+
At least one input score must be within the threshold. Selects the maximum score.
1213

1314
### Examples
1415

docs/build/reference/aggregator/min.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ tags:
99

1010

1111

12+
All input scores must be within the threshold. Selects the minimum score.
1213

1314
### Examples
1415

docs/build/reference/aggregator/negate.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ tags:
1111

1212
Negates the result of the input comparison. A single input is expected. Using this operator can have a performance impact, since it lowers the efficiency of the underlying computation.
1313

14+
1415
## Parameter
1516

1617
`None`

docs/build/reference/aggregator/quadraticMean.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ tags:
99

1010

1111

12+
Calculates the Euclidian distance.
1213

1314
### Examples
1415

docs/build/reference/aggregator/scale.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ tags:
99

1010

1111

12+
Scales a similarity score by a factor.
1213

1314
### Examples
1415

docs/build/reference/customtask/CancelWorkflow.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ tags:
1212

1313
Cancels a workflow if a specified condition is fulfilled.
1414

15+
1516
## Parameter
1617

1718
### Type URI

0 commit comments

Comments
 (0)