General Data Comparison
The operator’s "Comparison Attribute" parameter is dynamically generated based on the data type. Therefore, you first need to double-click the operator to instantiate it, so that the data type can be recognized and attribute options matching that type can be provided. |
Function Description
This operator is used to perform logical comparison between two input data of the same type. Users can set a judgment condition (such as equal to, greater than, less than, etc.), and the operator will output a boolean result based on this condition, thereby achieving logical control of the algorithm flow.
Usage Scenarios
-
Data Comparison: Compare whether the attribute values of two data are equal, for example, comparing the number of objects measured twice.
-
Flow Control: Create logical branches in the algorithm flow, for example, comparing the quantity of two input data, with the larger quantity entering flow A and the smaller quantity entering flow B.
Input and Output
Input Items |
|
Output Items |
|
Parameter Description
Comparison Condition
Parameter Description |
Select the logical judgment condition used to compare data one and data two. |
Parameter Adjustment Description |
Select the comparison relationship as needed. |
Parameter Range |
>, ≥, =, <, ≤ |
Comparison Attribute
Parameter Description |
Displays different parameter names based on the input data type, used to select which attribute of the input data to compare with the "Judgment Threshold". |
Parameter Adjustment Description |
Available attributes depend on the data type:
|