Skip to main content
. 2023 Jan 2;233:104750. doi: 10.1016/j.chemolab.2022.104750

Table 7.

The complexity analysis of the three classification stages of RADIC.

Model Input Data Dimesnion to the Model Number of the model hyperparameters parameters (N) Number of Layers Training Complexity per Layer (O)
Stage I of Classification
DenseNet-201 Images of Size 224x224x3 16.5 M 201 O(knd2) [96] k: kernel size
n: sequence length (number of input data)
d: representation dimension
DarkNet-53 Images of Size 256x256x3 41.0 M 53
MobileNet Images of Size 224x224x3 3.5 M 28
Stage II of Classification
Deep Features Extraction from Radiomics-based Generated Images and Reduction with FWHT and SVM classifiers 500 Features SVM
C: Regularization parameter
Gamma: width of the Kernel
LDA
N=(C1)(p+1)
C: number of class labels. p: number of features
SVM
O(m2p+m3) [97] p: number of features
m: number of input samples
LDA
O(32mpt+s2t3) [98] p: number of features
m: number of input samples
s: the average number of non-zero features of one sample
t: min (m,p)
Stage III of Classification
Incorporated Deep Features of the three CNNs using DCT and SVM classifiers 500 Features SVM
C: Regularization parameter
Gamma:width of the Kernel
LDA
N=(C1)(p+1)
C: number of class labels. p: number of features
SVM
O(m2p+m3) p: number of features
m: number of input samples
LDA
O(32mpt+s2t3) p: number of features
m: number of input samples
s: the average number of non-zero features of one sample
t: min (m,p)