Skip to main content
. 2021 May 8;11(5):603. doi: 10.3390/brainsci11050603
Algorithm 1 Three-way decision model based on the triangular fuzzy similarity
Input: target domain data Xt, threshold δ, α and β.
Output: positive region object set Pos(X), negative region object set Neg(X), boundary region object set Bnd(X).
1: BEGIN
2: Calculate the degree of information difference IDi(aj,ak) of each object in the target domain under any two attributes according to Equation (15).
3: Calculate the triangular fuzzy similarity S˜TF(x˜i,x˜k) between any two objects in the target domain using Equation (17).
4: According to Equation (21), divide the target domain Xt into three domains.
5: END BEGIN