|
Input:
,
, and
|
|
Output:
|
| 1: function AIFPIFSC1(train, C, test) |
| 2:
|
| 3:
|
| 4: Compute
using
and
|
| 5: Compute feature fuzzification of Dtrain and Dtest, namely
and
|
| 6: Compute
and
|
| 7: for
i from 1 to tm
do
|
| 8: Compute test ifpifs-matrix
using
and
|
| 9: for
j from 1 to em
do
|
| 10: Compute train ifpifs-matrix
using
and
|
| 11:
|
| 12:
|
| 13:
|
| 14:
|
| 15:
|
| 16:
|
| 17:
|
| 18: end for
|
| 19: for
j from 1 to
do
|
| 20:
|
| 21: end for
|
| 22:
|
| 23:
|
| 24:
|
| 25:
|
| 26:
|
| 27: end for
|
| 28: end function
|