Multidimensional HyperNetworks Framework
Multidimensional HyperNetworks Framework
1
Independent Researcher, Tokyo, Japan. Takaaki.fujita060@[Link]
2
Department of Mathematics, Institute of Numerical Sciences, Gomal University, Dera Ismail Khan 29050,
KPK, Pakistan (mehdaniyal@[Link])
3
Department of Computer Engineering Igdır University. Turkey. ([Link]@[Link])
∗
Correspondence: Takaaki.fujita060@[Link]
Abstract. Graph theory studies the mathematical structures of vertices and edges to model relationships and
connectivity [1]. Hypergraphs extend this framework by allowing hyperedges to connect arbitrarily many vertices
at once [2], and superhypergraphs further generalize hypergraphs via iterated powerset constructions to capture
hierarchical linkages among edges [3,4]. Weighted multidimensional networks model nodes connected by edges in
multiple layers, assigning each edge a weight to quantify relationship strength in its specific dimension(cf. [5,6]).
In this paper, we extend these ideas using hypergraphs and superhypergraphs to introduce and formalize
multidimensional hypernetworks and multidimensional superhypernetworks.
Keywords: Superhypergraph, Hypergraph, Multidimensional Network, Multidimensional HyperNetwork.
Multidimensional SuperHyperNetwork
—————————————————————————————————————————-
1. Preliminaries
We begin by fixing notation and recalling key concepts that underlie our constructions.
Unless otherwise noted, all graph-based objects in this paper are finite, simple, and undirected.
For more extensive discussions of these topics, the reader is referred to the standard literature.
A hypergraph allows edges—called hyperedges—to link any number of vertices at once, cap-
turing higher-order relationships beyond pairwise connections [2, 7–10]. A SuperHyperGraph
builds on this by applying the powerset operation repeatedly, so that edges themselves can be
nested in multiple layers, representing hierarchical groupings of interactions [3, 4, 11, 12]. In
what follows, the integer n ≥ 0 always indicates the number of times the powerset is iterated.
Definition 1.1 (Ground Set). Let S be a finite ground set of elements under consideration.
All subsequent constructions—subsets, powersets, and iterated powersets—are formed from
S.
Definition 1.2 (Powerset). (cf. [13–15]) Given a set S, its powerset P(S) is the collection of
all subsets of S, including the empty set and S itself:
P(S) = { A | A ⊆ S}.
Definition 1.4 (n-th Iterated Powerset). [16–18] For a set X, define its iterated powersets
by
P0 (X) = X, Pk+1 (X) = P Pk (X) (k ≥ 0).
Thus Pn (X) is the result of applying the powerset operation n times.
Definition 1.5 (n-SuperHyperGraph). [19,20] Fix a finite ground set V0 . Let P k (V0 ) denote
the k-th iterated powerset as above. An n-SuperHyperGraph is an ordered pair
where elements of V are called n-supervertices and elements of E are n-superedges, each
superedge being a nonempty subset of V . This structure captures interactions at up to n
nested levels.
Taking n = 2, we have
V = { C1 , C2 , C3 } ⊆ P 2 (V0 ).
We record collaborative initiatives as 2-superedges (each a nonempty subset of V ):
E = {C1 }, {C2 }, {C3 }, {C1 , C2 }, {C2 , C3 } .
Here
• {C1 } represents an internal workshop run by Consortium 1.
• {C1 , C2 } denotes a joint symposium between Consortia 1 and 2.
• {C2 , C3 } denotes collaborative grant applications between Consortia 2 and 3.
Thus
SuHG(2) = ( V, E )
is a 2-SuperHyperGraph capturing collaborations at the level of researchers → teams → con-
sortia.
Weighted multidimensional network models nodes connected by edges in several distinct lay-
ers, assigning each edge a weight to quantify relationship strength along its specific dimension
(cf. [21–23]). Related concepts include Multilayer Networks and Multiplex Networks, which
are also well-studied in the literature(cf. [24–27]).
Definition 1.7 (Unweighted Multidimensional Network). Let V be a finite set of nodes and
let D be a finite set of dimensions (or layers). An unweighted multidimensional network is a
triple
G = (V, E, D),
where
• E ⊆ V × V × D is a set of edges of the form (u, v, d), indicating an (undirected)
connection between u, v ∈ V in dimension d ∈ D;
• for each d ∈ D and each unordered pair {u, v} ⊆ V , at most one edge (u, v, d) appears
in E;
• if the network is directed, we instead allow (u, v, d) and (v, u, d) to be distinct elements
of E.
We say that two nodes u, v are adjacent in dimension d if (u, v, d) ∈ E. The degree of v in
dimension d is
kd (v) = { u ∈ V : (u, v, d) ∈ E} .
T. Fujita et al., Generalizing Multidimensional Networks
Neutrosophic Knowledge, Volume 8, 2025 65 of 79
Example 1.8 (Urban Multimodal Transport Network). Let the set of stops in a city be
V = {S1 , S2 , S3 , S4 , S5 }.
G = (V, E, D)
be a set of weighted edges (u, v, d, w), where w ∈ R is the weight of the connection between u
and v in dimension d. The quadruple
G = (V, E, D, w)
Remark 1.10 (Adjacency Tensor). In canonical tensor notation, one may encode any weighted
iα
multidimensional network G = (V, E, D) by a rank-4 adjacency tensor M = (Mjβ )i,j∈V, α,β∈D ,
where
w, if (i, j, α, w) ∈ E and α = β,
iα
Mjβ =
0, otherwise.
This representation readily extends standard matrix-based methods (e.g. centrality, spectral
analysis) to the multidimensional setting.
T. Fujita et al., Generalizing Multidimensional Networks
Neutrosophic Knowledge, Volume 8, 2025 66 of 79
Example 1.11 (Global Trade Weighted Multidimensional Network). Consider five countries:
Define weighted edges (u, v, d, w) where w is annual export volume (in billions USD):
E = {(US, CN, oil, 50), (CN, US, electronics, 200),
where
• V is a nonempty finite set of nodes;
• E ⊆ P(V ) \ {∅} is the set of hyperedges, each hyperedge e ∈ E being a nonempty subset
of nodes (allowing multi-node interactions);
• w : E → R≥0 is a weight or attribute function on hyperedges (omitted if unweighted).
T. Fujita et al., Generalizing Multidimensional Networks
Neutrosophic Knowledge, Volume 8, 2025 67 of 79
A directed hypernetwork may be defined by replacing E ⊆ P(V ) with a set of ordered tuples
of nodes or by equipping each e ∈ E with a head-tail partition. One can further add a node-
labeling ℓV : V → LV and a hyperedge-labeling ℓE : E → LE to record types or properties.
Definition 1.13 (n-SuperHypernetwork). [28, 30, 31] Let V0 be a finite base set of nodes.
Define the n-th iterated powerset recursively by
An n-superhypernetwork is a tuple
N (n) =
V, E, w
where
• V ⊆ P n (V0 ) is a finite set of n-supernodes;
• E ⊆ P(V ) is a finite set of n-superedges, each superedge e ∈ E being a nonempty subset
of V ;
• w : E → R≥0 is an optional weight function assigning a nonnegative real weight (or
confidence) to each superedge.
In other words, both vertices and hyperedges of the network are drawn from the n-th powerset
of the base node set, capturing up to n levels of hierarchical grouping.
C1 = {L1 , L2 }, C2 = {L2 , L3 }.
Therefore
N (2) = V, E, w
is a 2-SuperHypernetwork capturing:
• the hierarchy of individual investigators → labs → consortia,
• the funding programs that each consortium (and joint consortia pair) secures.
Definition 2.1 (Weighted Multidimensional Hypernetwork). Let V be a finite set of nodes and
let D be a finite set of dimensions. A weighted multidimensional hypernetwork is a quadruple
H = V, E, D, w ,
where
• E ⊆ P(V ) \ {∅} × D is a set of dimension-tagged hyperedges, each element (e, d) ∈ E
consisting of a nonempty vertex subset e ⊆ V and a dimension d ∈ D;
• w : E → R is a weight function assigning each (e, d) ∈ E a real weight w(e, d).
where
w({Yuta, Hiroko, Shinya}, Slack) = 120 (120 Slack messages/week among Yuta, Hiroko, Shinya),
w({Yuta, Taka}, Email) = 30 (30 email exchanges/week between Yuta and Taka),
w({Hiroko, Shinya, Taka}, Zoom) = 180 (180 minutes of Zoom meetings/week among Hiroko, Shinya, Taka).
T. Fujita et al., Generalizing Multidimensional Networks
Neutrosophic Knowledge, Volume 8, 2025 69 of 79
Thus
H = V, E, D, w
Example 2.3 (Global Supply Chain Hypernetwork). Consider a simplified supply chain with
six locations:
V = {F1 , F2 , W1 , W2 , R1 , R2 },
where Fi are factories, Wj warehouses, and Rk retailers. There are three product categories
(dimensions):
D = {electronics, furniture, food}.
({ F2 , W2 , R2 }, electronics),
({ F1 , W1 , W2 , R2 }, furniture),
({ F2 , W2 , R1 , R2 }, food)}.
Assign the following weights w : E → R≥0 :
w {F1 , W1 , R1 }, electronics = 1000,
w {F2 , W2 , R2 }, electronics = 800,
w {F1 , W1 , W2 , R2 }, furniture = 500,
w {F2 , W2 , R1 , R2 }, food = 1200.
Thus
H = V, E, D, w
(2) Every weighted hypernetwork H = (V, E, {d0 }, wH ) with a single dimension D = {d0 }
arises as a special case of a weighted multidimensional hypernetwork by tagging all
hyperedges with d0 .
Hence the class of weighted multidimensional hypernetworks strictly generalizes both
weighted multidimensional networks and weighted hypernetworks.
E ⊆ V × V × D, wN : E → R.
Define
E= ({u, v}, d) (u, v, d) ∈ E ⊆ (P(V ) \ {∅}) × D,
and set
′
wN ({u, v}, d) = wN (u, v, d).
′ ) satisfies the definition of a weighted multidimen-
By construction HN = (V, E, D, wN
sional hypernetwork. The injective correspondence (u, v, d) 7→ ({u, v}, d) shows that
no information is lost.
(2) Let H = (V, E, {d0 }, wH ) be a weighted hypernetwork in the usual sense: E ⊆ P(V )\{∅}
and wH : E → R. Embed it into a weighted multidimensional hypernetwork by
Ee = (e, d0 ) | e ∈ E , w(e,
e d0 ) = wH (e).
Theorem 2.6 (Restriction Yields a Weighted Hypernetwork). For each d ∈ D, the restricted
structure Hd is itself a weighted hypernetwork in the usual sense.
Proof. By definition Ed ⊆ P(V ) \ {∅} and wd assigns real weights to each hyperedge e ∈ Ed .
Thus Hd meets the requirements of a weighted hypernetwork.
Definition 2.7 (Aggregated Hypernetwork). Define the aggregation of H across all dimensions
by
X
Eagg = e ⊆ V : ∃ d ∈ D, (e, d) ∈ E , wagg (e) = w(e, d).
d∈D
(e,d)∈E
Proof. Clearly Eagg ⊆ P(V )\{∅}. Since each (e, d) contributes a real weight, the sum wagg (e) ≥
0 is well-defined. Hence Hagg satisfies the definition of a weighted hypernetwork.
Definition 2.9 (Primal Graph). The primal graph G = (V, A) of H is the simple graph with
A = {u, v} ⊆ V : ∃ (e, d) ∈ E, {u, v} ⊆ e .
Theorem 2.10 (Primal Connectivity Criterion). The primal graph G is connected if and only
if for every nontrivial partition V = V1 ∪ V2 , there exists some (e, d) ∈ E with e ∩ V1 ̸= ∅ and
e ∩ V2 ̸= ∅.
Proof. (⇒) If G is connected, no partition can isolate two sets without an edge crossing, so
some hyperedge in E must bridge V1 and V2 . (⇐) Conversely, if every partition is bridged by
at least one hyperedge, the primal graph cannot split into disconnected components, hence G
is connected.
Definition 2.11 (Node Strength and Dimension Relevance). For each node v ∈ V define its
dimension-d strength
X
sd (v) = w(e, d),
(e,d)∈E
v∈e
Theorem 2.12 (Relevance Forms a Probability Distribution). For each v ∈ V with s(v) > 0,
P
the values {R(v, d)}d∈D satisfy 0 ≤ R(v, d) ≤ 1 and d∈D R(v, d) = 1.
T. Fujita et al., Generalizing Multidimensional Networks
Neutrosophic Knowledge, Volume 8, 2025 72 of 79
as required.
S (n) = V, E, D, w ,
where
• V ⊆ P n (V0 ) is the set of n-supernodes;
• E ⊆ P(V ) \ {∅} × D is the set of dimension-tagged n-superedges, each (e, d) ∈ E
consisting of a nonempty n-supernode subset e ⊆ V in dimension d ∈ D;
• w : E → R assigns each (e, d) a real weight w(e, d).
We choose n = 1, so
P 1 (V0 ) = P(V0 ) = { ∅, {A}, {B}, {C}, {D}, {E}, {A, B}, . . . , {A, B, C, D, E}}.
We take n = 2. Then
and
P 2 (V0 ) = P P 1 (V0 ) ,
⊆ P 2 (V0 ).
V = DA = {T1 , T2 }, DB = {T2 , T3 }
Thus
S (2) = V, E, D, w
E ⊆ V × V × D, wN : E → R.
Choose n = 0. Define
In each case, no information beyond simple relabeling is lost, and the restrictions (to n = 0,
to edge-cardinality 2, or to a singleton D) exhibit that the general definition indeed encom-
passes all earlier models. Moreover, allowing arbitrary n, arbitrary dimension set D, and
arbitrary superedge cardinalities strictly enlarges the modeling power, so the generalization is
proper.
S (2) = V, E, D, w ,
with
V = {DA , DB }, D = {email, meeting, codeReview},
we form the email restriction by selecting
Eemail = e ⊆ V | (e, email) ∈ E = {DA }, {DA , DB } ,
and setting
wemail {DA } = 1200, wemail {DA , DB } = 800.
Thus the dimension-restricted superhypernetwork
(2)
Semail = V, Eemail , wemail
Definition 3.8 (Primal Graph). The primal graph G(V, A) of S (n) = (V, E, D, w) is the simple
graph whose vertex set is V and whose edge set
A = {u, v} ⊆ V : ∃ (e, d) ∈ E, u ̸= v, {u, v} ⊆ e .
Theorem 3.9 (Primal Connectivity). The primal graph G of S (n) is connected if and only if
for every nontrivial partition V = V1 ∪V2 , there exists (e, d) ∈ E with e∩V1 ̸= ∅ and e∩V2 ̸= ∅.
Proof. ⇒: If G is connected, then no nontrivial partition can isolate vertices without an edge
between them. Any separating partition would contradict connectivity. ⇐: Conversely, if
every bipartition is bridged by some superedge, then the primal graph cannot decompose into
disconnected components, hence must be connected.
Definition 3.10 (Supernode Strength and Relevance). For v ∈ V , define its total strength
X
s(v) = w(e, d),
(e,d)∈E
v∈e
Theorem 3.11 (Relevance Distribution). For each v ∈ V , the relevance values {R(v, d)}d∈D
form a probability distribution:
X
R(v, d) ∈ [0, 1], R(v, d) = 1.
d∈D
P
Proof. By definition sd (v) ≥ 0 and s(v) = d sd (v) > 0 whenever v lies in at least one
superedge. Hence 0 ≤ R(v, d) ≤ 1. Moreover,
X X sd (v) 1 X
R(v, d) = = sd (v) = 1.
s(v) s(v)
d∈D d∈D d∈D
4. Conclusion
In this paper, we extended these ideas using hypergraphs and superhypergraphs to introduce
and formalize multidimensional hypernetworks and multidimensional superhypernetworks. In
future research, it is expected that further extensions will be developed based on Fuzzy Sets [32,
33], Intuitionistic Fuzzy Sets [34], Neutrosophic Sets [35–37], Quadri-Partitioned Neutrosophic
Sets [38], and Plithogenic Sets [39–41].
Funding
This study did not receive any financial or external support from organizations or individ-
uals.
Acknowledgments
We extend our sincere gratitude to everyone who provided insights, inspiration, and as-
sistance throughout this research. We particularly thank our readers for their interest and
acknowledge the authors of the cited works for laying the foundation that made our study
possible. We also appreciate the support from individuals and institutions that provided the
resources and infrastructure needed to produce and share this paper. Finally, we are grateful
to all those who supported us in various ways during this project.
Data Availability
Ethical Approval
As this research is entirely theoretical in nature and does not involve human participants
or animal subjects, no ethical approval is required.
Conflicts of Interest
The authors confirm that there are no conflicts of interest related to the research or its
publication.
References
[1] Reinhard Diestel. Graph theory. Springer (print edition); Reinhard Diestel (eBooks), 2024.
[2] Claude Berge. Hypergraphs: combinatorics of finite sets, volume 45. Elsevier, 1984.
[3] Florentin Smarandache. Introduction to the n-SuperHyperGraph-the most general form of graph today.
Infinite Study, 2022.
[4] Mohammad Hamidi, Florentin Smarandache, and Mohadeseh Taghinezhad. Decision Making Based on
Valued Fuzzy Superhypergraphs. Infinite Study, 2023.
[5] Michele Berlingerio, Michele Coscia, and Fosca Giannotti. Finding and characterizing communities in
multidimensional networks. In 2011 international conference on advances in social networks analysis and
mining, pages 490–494. IEEE, 2011.
[6] Gergely Honti and János Abonyi. Frequent itemset mining and multi-layer network-based analysis of rdf
databases. Mathematics, 9(4):450, 2021.
[7] Alain Bretto. Hypergraph theory. An introduction. Mathematical Engineering. Cham: Springer, 1, 2013.
[8] Yue Gao, Zizhao Zhang, Haojie Lin, Xibin Zhao, Shaoyi Du, and Changqing Zou. Hypergraph learning:
Methods and practices. IEEE Transactions on Pattern Analysis and Machine Intelligence, 44(5):2548–2566,
2020.
[9] Yue Gao, Yifan Feng, Shuyi Ji, and Rongrong Ji. Hgnn+: General hypergraph neural networks. IEEE
Transactions on Pattern Analysis and Machine Intelligence, 45(3):3181–3199, 2022.
[10] Yifan Feng, Haoxuan You, Zizhao Zhang, Rongrong Ji, and Yue Gao. Hypergraph neural networks. In
Proceedings of the AAAI conference on artificial intelligence, volume 33, pages 3558–3565, 2019.
[11] Takaaki Fujita. Advancing Uncertain Combinatorics through Graphization, Hyperization, and Uncertainiza-
tion: Fuzzy, Neutrosophic, Soft, Rough, and Beyond. Biblio Publishing, 2025.
[12] Masoud Ghods, Zahra Rostami, and Florentin Smarandache. Introduction to neutrosophic restricted su-
perhypergraphs and neutrosophic restricted superhypertrees and several of their properties. Neutrosophic
Sets and Systems, 50:480–487, 2022.
[13] Yasar Nacaroglu, Nihat Akgunes, Sedat Pak, and I Naci Cangul. Some graph parameters of power set
graphs. Advances & Applications in Discrete Mathematics, 26(2), 2021.
[14] Adel Al-Odhari. Neutrosophic power-set and neutrosophic hyper-structure of neutrosophic set of three
types. Annals of Pure and Applied Mathematics, 31(2):125–146, 2025.
[15] Thomas Jech. Set theory: The third millennium edition, revised and expanded. Springer, 2003.
[16] Ajoy Kanti Das, Rajat Das, Suman Das, Bijoy Krishna Debnath, Carlos Granados, Bimal Shil, and Rakhal
Das. A comprehensive study of neutrosophic superhyper bci-semigroups and their algebraic significance.
Transactions on Fuzzy Sets and Systems, 8(2):80, 2025.
[17] Florentin Smarandache. Foundation of superhyperstructure & neutrosophic superhyperstructure. Neutro-
sophic Sets and Systems, 63(1):21, 2024.
[18] Florentin Smarandache. The SuperHyperFunction and the Neutrosophic SuperHyperFunction (revisited
again), volume 3. Infinite Study, 2022.
[19] Mohammad Hamidi, Florentin Smarandache, and Elham Davneshvar. Spectrum of superhypergraphs via
flows. Journal of Mathematics, 2022(1):9158912, 2022.
[20] Florentin Smarandache. Extension of HyperGraph to n-SuperHyperGraph and to Plithogenic n-
SuperHyperGraph, and Extension of HyperAlgebra to n-ary (Classical-/Neutro-/Anti-) HyperAlgebra. Infi-
nite Study, 2020.
[21] Michele Coscia, Giulio Rossetti, Diego Pennacchioli, Damiano Ceccarelli, and Fosca Giannotti. ” you know
because i know” a multidimensional network approach to human resources problem. In Proceedings of the
2013 IEEE/ACM International Conference on Advances in Social Networks Analysis and Mining, pages
434–441, 2013.
[22] Manlio De Domenico. More is different in real-world multilayer networks. Nature Physics, 19(9):1247–1262,
2023.
[23] Manlio De Domenico, Albert Solé-Ribalta, Emanuele Cozzo, Mikko Kivelä, Yamir Moreno, Mason A Porter,
Sergio Gómez, and Alex Arenas. Mathematical formulation of multilayer networks. Physical Review X,
3(4):041022, 2013.
[24] Federico Battiston, Vincenzo Nicosia, and Vito Latora. Structural measures for multiplex networks. Phys-
ical Review E, 89(3):032804, 2014.
[25] Federico Battiston, Vincenzo Nicosia, and Vito Latora. The new challenges of multiplex networks: Measures
and models. The European Physical Journal Special Topics, 226(3):401–416, 2017.
[26] Alberto Aleta and Yamir Moreno. Multilayer networks in a nutshell. Annual Review of Condensed Matter
Physics, 10(1):45–62, 2019.
[27] Stefano Boccaletti, Ginestra Bianconi, Regino Criado, Charo I Del Genio, Jesús Gómez-Gardenes, Miguel
Romance, Irene Sendina-Nadal, Zhen Wang, and Massimiliano Zanin. The structure and dynamics of
multilayer networks. Physics reports, 544(1):1–122, 2014.
[28] Takaaki Fujita. Exploration of graph classes and concepts for superhypergraphs and n-th power mathe-
matical structures. Advancing Uncertain Combinatorics through Graphization, Hyperization, and Uncer-
tainization: Fuzzy, Neutrosophic, Soft, Rough, and Beyond, 3(4):512.
[29] Takaaki Fujita. Telecommunications hypernetwork and telecommunications superhypernetwork. Intelli-
gence Modeling in Electromechanical Systems, 2(1):16–31, 2025.
[30] Takaaki Fujita. Hypergraph and superhypergraph approaches in electronics: A hierarchical framework for
modeling power-grid hypernetworks and superhypernetworks. Journal of Energy Research and Reviews,
17(6):102–136, 2025.
[31] Shouxian Zhu. Neutrosophic n-superhypernetwork: A new approach for evaluating short video communi-
cation effectiveness in media convergence. Neutrosophic Sets and Systems, 85:1004–1017, 2025.
[32] Lotfi A Zadeh. Fuzzy sets. Information and control, 8(3):338–353, 1965.
[33] John N Mordeson and Premchand S Nair. Fuzzy graphs and fuzzy hypergraphs, volume 46. Physica, 2012.
[34] Krassimir T Atanassov. On intuitionistic fuzzy sets theory, volume 283. Springer, 2012.
[35] Florentin Smarandache. A unifying field in logics: Neutrosophic logic. In Philosophy, pages 1–141. American
Research Press, 1999.
[36] Said Broumi, Mohamed Talea, Assia Bakali, and Florentin Smarandache. Single valued neutrosophic
graphs. Journal of New theory, (10):86–101, 2016.
[37] Haibin Wang, Florentin Smarandache, Yanqing Zhang, and Rajshekhar Sunderraman. Single valued neu-
trosophic sets. Infinite study, 2010.
[38] R Radha, A Stanis Arul Mary, and Florentin Smarandache. Quadripartitioned neutrosophic pythagorean
soft set. International Journal of Neutrosophic Science (IJNS) Volume 14, 2021, page 11, 2021.
[39] Florentin Smarandache. Plithogenic set, an extension of crisp, fuzzy, intuitionistic fuzzy, and neutrosophic
sets-revisited. Infinite study, 2018.
[40] Takaaki Fujita and Florentin Smarandache. A Dynamic Survey of Fuzzy, Intuitionistic Fuzzy, Neutrosophic,
Plithogenic, and Extensional Sets. Neutrosophic Science International Association (NSIA), 2025.
[41] Fazeelat Sultana, Muhammad Gulistan, Mumtaz Ali, Naveed Yaqoob, Muhammad Khan, Tabasam Rashid,
and Tauseef Ahmed. A study of plithogenic graphs: applications in spreading coronavirus disease (covid-19)
globally. Journal of ambient intelligence and humanized computing, 14(10):13139–13159, 2023.
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publi-
cations are solely those of the individual author(s) and contributor(s) and not of the publisher
and/or the editor(s). This publisher and/or the editor(s) disclaim responsibility for any injury
to people or property resulting from any ideas, methods, instructions or products referred to
in the content.