Table 15 Complexity analysis of key Modules.
Module | Time Complexity | Space Complexity |
|---|---|---|
Graph Construction | \(\:O\left(N\right)\) | \(\:O\left(N\right)\) |
GCN Training | \(\:O(T\times\:NCH)\) | \(\:O(T\times\:NCH)\) |
Region Evaluation | \(\:O(R\times\:{S}^{3})\) | \(\:O(NH+CH+{H}^{2}+HK)\) |
Adaptive Subdivision | \(\:O(R{\prime\:}\times\:SKI)\) | \(\:O\left(R{\prime\:}S\right)\) |
Dynamic Ensemble Selection | \(\:O(R\times\:M)\) | \(\:O\left(R\right)\) |
Result Integration | \(\:O(N\times\:HW)\) | \(\:O\left(HW\right)\) |