Skip to main content
. 2021 Mar 20;21(6):2173. doi: 10.3390/s21062173

Table 2.

This table provides a summary of the classification methods described in the Section 2.7.

Mapping Function Objective Function Min/Max Algorithm
DT f(x)=child1xicchild2otherwise Gain impurity, information gain greedy algorithm
LDA f(x)=1wTx<c1otherwise J(w)=maxwRnwTSBwwTSWw Eigen value solver
SVM f(x)=sgn(b+iyiαik(x,xi)) maxαRmiαi12i,jαiαjyiyjk(xi,xj) Quadratic Programming
R-SVM
MLP f(x)=iwiψi(.) MSE, Cross entropy, Hinge SGD, Adam
CNN f(x)=conv+pool+MLP
MDRM f(P)=arg minj{1,2,}δR(P,PΩj) J(PΩ)=arg minPΩP(n)iδR2(PΩ,Pi) Averaging approaches