|
Algorithm 1 Three-way decision model based on the triangular fuzzy similarity |
|
Input: target domain data , threshold , and . |
|
Output: positive region object set , negative region object set , boundary region object set . |
| 1: BEGIN |
|
2: Calculate the degree of information difference of each object in the target domain under any two attributes according to Equation (15). |
|
3: Calculate the triangular fuzzy similarity between any two objects in the target domain using Equation (17). |
|
4: According to Equation (21), divide the target domain into three domains. |
| 5: END BEGIN |