Sign in to use this feature.

Years

Between: -

Subjects

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Journals

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Article Types

Countries / Regions

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Search Results (375)

Search Parameters:
Keywords = association rule algorithm

Order results
Result details
Results per page
Select all
Export citation of selected articles as:
33 pages, 4034 KB  
Article
A Data Science Framework for Municipal Solid Waste Systems Based on Behavioral Segmentation
by Ivan Gaytán Aguilar, María del Consuelo Hernández Berriel, Federico del Razo López, Everardo Efrén Granda Gutiérrez, María del Consuelo Mañón Salas and Roberto Alejo Eleuterio
Recycling 2026, 11(5), 91; https://doi.org/10.3390/recycling11050091 (registering DOI) - 12 May 2026
Viewed by 83
Abstract
Municipal solid waste management (MSWM) systems in Latin America are constrained by limited access to high-resolution operational data, compelling local authorities to depend on aggregated national statistics that are inadequate for behaviorally informed intervention design. This limitation is particularly evident in the State [...] Read more.
Municipal solid waste management (MSWM) systems in Latin America are constrained by limited access to high-resolution operational data, compelling local authorities to depend on aggregated national statistics that are inadequate for behaviorally informed intervention design. This limitation is particularly evident in the State of Mexico, which generates about 16,187 tons of waste every day but only recycles only 11%. In this context, this study introduces a diagnostic data science framework to identify behaviorally grounded citizen segments and their defining attributes, supporting evidence-based decision-making in MSWM. Primary survey data from 560 households across three municipalities were used, and a three-stage analytical pipeline was implemented to account for contextual heterogeneity. First, k-means clustering was applied to identify behavioral segments. Second, random forest classifiers were used to validate cluster coherence and quantify feature importance. Third, the Apriori algorithm was used to extract association rules that capture recurrent material-mixing behaviors. The results revealed municipality-specific segmentation structures (Tequixquiac: K = 6; Tlalpujahua: K = 3; Xalatlaco: K = 2), with material-specific disposal behaviors emerging as stronger segmentation drivers. Random forest classifiers validated cluster coherence with 100% accuracy, confirming that segments represent behaviorally distinct archetypes. The proposed framework converts raw behavioral data into actionable municipal visions. This approach focuses on finding diagnostic patterns instead of making predictions by utilizing machine-learning-driven MSWM research. Full article
Show Figures

Graphical abstract

20 pages, 1571 KB  
Article
Construction Safety Risk Identification and Coupling Analysis Based on Data Mining
by Guozong Zhang, Dexin Yang and Yuan Sun
Buildings 2026, 16(10), 1917; https://doi.org/10.3390/buildings16101917 - 12 May 2026
Viewed by 162
Abstract
Frequent accidents in the construction sector arise from the dynamic coupling of multiple risk factors, while conventional single-factor approaches fail to capture the underlying complexity. Drawing on 702 accident investigation reports, this study develops an intelligent, data-driven framework that integrates large language model–based [...] Read more.
Frequent accidents in the construction sector arise from the dynamic coupling of multiple risk factors, while conventional single-factor approaches fail to capture the underlying complexity. Drawing on 702 accident investigation reports, this study develops an intelligent, data-driven framework that integrates large language model–based risk identification with association rule mining to systematically uncover risk factors and their coupling patterns. A DeepSeek-based model is employed to extract risk factors from unstructured text, followed by cosine similarity–based optimization to refine factor representations. The FP-Growth algorithm is then applied to identify strong association rules among risk factors. The results reveal that deficiencies in the management dimension account for 68.30% of all identified risks, with inadequate safety education and training emerging as the central hub in the risk coupling network, which is further corroborated by complex network analysis. Moreover, a cascading transmission pathway is identified, whereby environmental deficiencies induce weakened safety awareness, which in turn leads to unsafe behaviors. These findings further demonstrate the nonlinear amplification effects arising from concurrent management failures. By establishing a transformation pathway from unstructured textual data to structured risk knowledge, this study provides a robust, data-driven foundation for precise risk identification and systematic prevention in construction safety management. Full article
(This article belongs to the Section Construction Management, and Computers & Digitization)
Show Figures

Figure 1

23 pages, 10578 KB  
Article
Network Analysis of Chemical Accident Causation Based on Text Mining
by Jikun Liu, Meiqi Xie and Cuixia Wang
Appl. Sci. 2026, 16(10), 4696; https://doi.org/10.3390/app16104696 - 9 May 2026
Viewed by 102
Abstract
To identify the key causative factors and their characteristics across different types of chemical accidents, text mining techniques were first applied to extract causative factors from accident investigation reports. The extracted factors were then classified according to an improved Human–Machine–Environment–Management (HMEM) framework, which [...] Read more.
To identify the key causative factors and their characteristics across different types of chemical accidents, text mining techniques were first applied to extract causative factors from accident investigation reports. The extracted factors were then classified according to an improved Human–Machine–Environment–Management (HMEM) framework, which incorporates an additional government influence layer. To address data imbalance, a random undersampling method was employed. Specifically, sampling was repeated 30 times using different random seeds, and association rule mining was conducted for each sampled dataset. On this basis, a hybrid analytical framework integrating the Apriori algorithm and complex network theory was developed to examine the topological characteristics of the causation network. The results indicate that the network exhibits both small-world and scale-free properties, with strong interconnections among causative factors and a limited number of key nodes playing important bridging roles. PageRank centrality analysis further reveals that nodes associated with all accident types are located in the core region of the network, although differences exist in the associated causative factors across different accident types. In addition, the comprehensive importance analysis indicates that D6 (illegal production organization), B5 (pipeline rupture or blockage), and D12 (unsafe work practices) are the top three most important causative factors. These findings provide a theoretical foundation and practical insights for chemical accident prevention and the improvement of safety management. Full article
23 pages, 5371 KB  
Article
A Traversal-Aware Hybrid ACO Framework Integrating JPS and GA for Optimized Path Planning of Obstacle-Crossing Robots
by Di Zhao, Liwen Huang, Xiaokang Huang, Tianyi Xiao and Yuxing Wang
Mathematics 2026, 14(9), 1461; https://doi.org/10.3390/math14091461 - 26 Apr 2026
Viewed by 223
Abstract
To address the lack of traversable region awareness in conventional path planning algorithms for obstacle-crossing robots, an adaptive path planning method is proposed. First, a traversal-aware environment model is constructed by introducing graded traversable regions with associated physical traversal costs. To effectively navigate [...] Read more.
To address the lack of traversable region awareness in conventional path planning algorithms for obstacle-crossing robots, an adaptive path planning method is proposed. First, a traversal-aware environment model is constructed by introducing graded traversable regions with associated physical traversal costs. To effectively navigate this complex model, a hybrid Ant Colony Optimization (ACO) framework integrating Jump Point Search (JPS) and the Genetic Algorithm (GA) is developed. Specifically, a JPS-inspired pruning strategy is incorporated into the state transition process to significantly reduce redundant node expansion. Crucially, genetic operators—namely crossover and mutation—are embedded within the main ACO iterative loop to dynamically sustain population diversity and effectively mitigate stagnation in local optima. Correspondingly, the pheromone initialization, state transition mechanisms, and update rules are redesigned to incorporate the robot’s obstacle traversal capabilities. The framework is further complemented by path optimization operations that reduce unnecessary turning points. Extensive simulation experiments demonstrate that the proposed method outperforms conventional ACO-based and classical path planning algorithms. In particular, it achieves an average reduction of 11.1% in path length and 65.5% in the number of waypoints, while ensuring effective coordination with the robot’s physical traversal capabilities. These results validate the superior search efficiency, robustness, and practical applicability of the proposed approach. Full article
Show Figures

Figure 1

80 pages, 5436 KB  
Article
Global Virtual Prosumer Framework for Secure Cross-Border Energy Transactions Using IoT, Multi-Agent Intelligence, and Blockchain Smart Contracts
by Nikolaos Sifakis
Information 2026, 17(4), 396; https://doi.org/10.3390/info17040396 - 21 Apr 2026
Viewed by 351
Abstract
Global decarbonization and the rapid growth of distributed energy resources increase the need for information-centric mechanisms that can support secure, scalable, cross-border coordination under heterogeneous technical and regulatory conditions. This paper proposes a Global Virtual Prosumer (GVP) framework that integrates IoT sensing, multi-agent [...] Read more.
Global decarbonization and the rapid growth of distributed energy resources increase the need for information-centric mechanisms that can support secure, scalable, cross-border coordination under heterogeneous technical and regulatory conditions. This paper proposes a Global Virtual Prosumer (GVP) framework that integrates IoT sensing, multi-agent coordination, and permissioned blockchain smart contracts to operationalize cross-border energy services as auditable service commitments rather than physical power exchange. Building on prior work that validated MAS-based power management and blockchain-secured operation within individual Virtual Prosumers, the present contribution lies in the cross-border coordination layer and its associated contractual and evaluation mechanisms, not in the constituent technologies themselves. A layered IoT–AI–blockchain architecture is introduced, where off-chain optimization produces allocations and admissibility indicators and on-chain contracts enforce identity, feasibility guards, delegation and partner-assignment rules, oracle verification, and settlement time compliance outcomes. The contractual lifecycle is formalized through four smart-contract algorithms covering trade registration, conditional delegation, cooperative fulfillment, and cross-border settlement with explicit failure semantics and event-based audit trails. The framework is evaluated on a global case study with seven Virtual Prosumers and quantified using contract-centric KPIs that capture registration time rejections, settlement success versus non-compliance, oracle-driven failure attribution, and full lifecycle traceability. The results demonstrate internal consistency of the proposed lifecycle and the practical value of KPI-driven accountability for cross-border energy service coordination. At the same time, the evaluation is based on synthetic parameterization and an emulated contract environment; realistic deployment constraints—including consensus latency, cross-region communication reliability, and regulatory overlap—are discussed as explicit limitations and directions for future empirical validation. Full article
(This article belongs to the Special Issue IoT, AI, and Blockchain: Applications, Security, and Perspectives)
Show Figures

Figure 1

32 pages, 85093 KB  
Article
Modeling Seismic Resilience and Hospital Evacuation: A Comparative Analysis of Multi-Agent Reinforcement Learning and Classical Evacuation Models
by Chunlin Bian, Yonghao Guo, Gang Meng, Liuyang Li, Hua Chen, Fuhong Lv and Xiaofeng Chai
Buildings 2026, 16(8), 1538; https://doi.org/10.3390/buildings16081538 - 14 Apr 2026
Viewed by 327
Abstract
Hospitals in earthquake-prone regions must evacuate heterogeneous occupants rapidly while preserving operational continuity under disrupted conditions. However, many hospital-evacuation studies still rely on static routing assumptions or narrowly defined behavioral rules, which limits their value for building-level resilience planning. This paper develops a [...] Read more.
Hospitals in earthquake-prone regions must evacuate heterogeneous occupants rapidly while preserving operational continuity under disrupted conditions. However, many hospital-evacuation studies still rely on static routing assumptions or narrowly defined behavioral rules, which limits their value for building-level resilience planning. This paper develops a comparative hospital-campus evacuation framework that combines GIS-based geodesic routing, heterogeneous agent-based modeling, and reinforcement-learning-based decision policies. Puge County People’s Hospital in Sichuan, China, is used as the case study. Six algorithms are evaluated: three rule-based baselines—Shortest Path (SP), Random Walk (RW), and the Social Force Model (SFM)—together with a training-free density-aware heuristic, Density-Aware Gradient Routing (DAGR), and two reinforcement-learning approaches, Density-Aware Q-Learning (DAQL) and SARSA. Experiments cover three population scales (N{50,100,200}), normal daytime conditions, staffing-variation scenarios, and a blocked-exit disruption scenario, with 30 independent runs for each main condition. The results show that the rule-based and training-free methods remain the most reliable under full multi-agent evaluation: the SFM and RW achieve the highest completion ratios (approximately 100% and 93.5%, respectively), while DAGR provides the strongest balance between completion and evacuation efficiency among the non-trained methods. In contrast, the trained RL agents perform substantially worse in direct multi-agent deployment with DAQL reaching approximately 37% completion and SARSA approximately 17%, highlighting a train–evaluation distribution shift associated with independent Q-learning. The ablation analysis further shows that collision avoidance is the most critical reward component, whereas density-avoidance shaping can unintentionally induce collective deadlock when all agents execute the learned policy simultaneously. Among the enhanced variants, DAQL_RoleAware yields the best overall improvement, increasing the completion ratio to approximately 52% and reducing the 90th-percentile evacuation time to approximately 363 s. Overall, this paper clarifies both the promise and the present limitations of density-aware reinforcement learning for hospital evacuation while providing a more building-centred and reproducible basis for future coordination-aware evacuation design and emergency-planning research. Full article
(This article belongs to the Special Issue Innovative Solutions for Enhancing Seismic Resilience of Buildings)
Show Figures

Figure 1

15 pages, 1420 KB  
Article
DC-MEPV: Dual-Channel Assisted Music Emotion Perception and Visualization in Acousto-Optic Synergistic Intelligent Cockpits
by Wei Shen, Xingang Mou, Songqing Le, Zhixing Zong and Jiaji Li
Appl. Sci. 2026, 16(8), 3800; https://doi.org/10.3390/app16083800 - 13 Apr 2026
Viewed by 341
Abstract
We propose a Dual-Channel assisted Music Emotion Perception and Visualization (DC-MEPV) framework designed for ambient lighting in intelligent vehicle cockpits, addressing the increasing demand for advanced human–machine interaction in the automotive industry. This framework consists of three main components: the Multi-Scale Feature Extraction [...] Read more.
We propose a Dual-Channel assisted Music Emotion Perception and Visualization (DC-MEPV) framework designed for ambient lighting in intelligent vehicle cockpits, addressing the increasing demand for advanced human–machine interaction in the automotive industry. This framework consists of three main components: the Multi-Scale Feature Extraction Block (MSFEB), the Global Sequence Modeling Block (GSMB), and the Emotional Color Visualization Algorithm (ECV-Algo). The MSFEB extracts valence and arousal (V-A) features from dual channels at multiple temporal scales, with each channel employing a hybrid neural network architecture to capture multi-scale emotional representations. The GSMB integrates positional encoding, bidirectional long short-term memory (BiLSTM) networks, and multi-head self-attention mechanisms to dynamically model global emotional sequences. The ECV algorithm utilizes personalized emotion–color association rules to achieve expressive emotion-driven lighting visualization based on a continuous mapping from emotion space to color space. We conducted comprehensive comparison and ablation experiments to evaluate the model’s emotion perception performance, and designed three metrics to evaluate the quality of the generated visualizations. The model outperformed other networks in both comparative and ablation experiments. Additionally, the generated lights demonstrated strong performance in terms of CIEDE2000 variation rates, unique color ratios, and joint histogram entropy. DC-MEPV achieved excellent performance in emotion perception and visualizations on the DEAM and PMEmo datasets. Full article
(This article belongs to the Section Electrical, Electronics and Communications Engineering)
Show Figures

Figure 1

28 pages, 1835 KB  
Article
Patterns of Human Injuries and Fatalities in Fire Incidents in Serbia: A Comprehensive Statistical and Data Mining Analysis
by Nikola Mitrović, Vladica Stojanović, Mihailo Jovanović, Željko Grujčić and Dragan Mladjan
Fire 2026, 9(4), 146; https://doi.org/10.3390/fire9040146 - 2 Apr 2026
Viewed by 586
Abstract
This manuscript is a continuation of the research published in Fire 2025, 8(8), 302, i.e., it deals with the examination of the cause-and-effect relationships of fires in the Republic of Serbia from the aspect of human safety. Among others, variables related to gender, [...] Read more.
This manuscript is a continuation of the research published in Fire 2025, 8(8), 302, i.e., it deals with the examination of the cause-and-effect relationships of fires in the Republic of Serbia from the aspect of human safety. Among others, variables related to gender, age, and severity of injuries caused by fires are introduced, on which various methods of statistical analysis and stochastic modeling are first applied. Continuous age variables are modelled using the flexible Generalized Additive Models for Location, Scale, and Shape (GAMLSS) framework, where the Generalized Normal Distribution (GND) is identified as the optimal generative model for injuries, while a Reflected Log-Normal Distribution with positive support (RefLOGND+) provides the best fit for fatalities. The quality of such modeling is formally verified, and the probabilities of injury and death of individuals in certain age categories are predicted, revealing a pronounced concentration of injuries in the working-age population and a markedly higher relative risk of fatal outcomes among elderly individuals. Thereafter, by applying certain Data Mining (DM) techniques, primarily the Apriori algorithm, the most frequently occurring association rules are found, which indicate typical patterns and demographic structure of injuries and deaths in fires in Serbia. Finally, using the CART (Classification and Regression Trees) algorithm, several decision trees are formed that describe the impact and relationship of different causes of fires on injury and death in fires. In this way, some important and frequent patterns are observed that indicate key fire risk factors that significantly affect the demographic structure of human casualties. The results thus obtained provide a basis for developing targeted strategies for fire prevention and improving emergency response planning. Full article
(This article belongs to the Special Issue Fire Safety and Sustainability)
Show Figures

Figure 1

26 pages, 2242 KB  
Article
A Multi-Source Feedback-Driven Framework for Generating WAF Test Cases
by Pengcheng Lu, Xiaofeng Zhong, Wenbo Xu and Yongjie Wang
Future Internet 2026, 18(3), 167; https://doi.org/10.3390/fi18030167 - 20 Mar 2026
Viewed by 575
Abstract
Web application firewalls (WAFs) are critical defenses against persistent threats to web applications, yet their security evaluation remains challenging. Traditional manual testing methods are often inefficient and resource-intensive, while existing reinforcement learning (RL)-based automated approaches face two key limitations: (1) attackers cannot perceive [...] Read more.
Web application firewalls (WAFs) are critical defenses against persistent threats to web applications, yet their security evaluation remains challenging. Traditional manual testing methods are often inefficient and resource-intensive, while existing reinforcement learning (RL)-based automated approaches face two key limitations: (1) attackers cannot perceive opaque WAF rule logic; (2) boolean feedback from WAFs results in sparse/delayed rewards—sparse rewards trap agents in blind exploration, and delayed rewards hinder the association between early actions and final outcomes, adversely affecting learning efficiency. To address those challenges, we propose Ouroboros—a framework integrating genetic algorithm-based symbolic rule reconstruction (translating WAF rules into interpretable RNNs for fine-grained confidence scoring), timing side-channel analysis (evaluating rule-matching depth), and a multi-tiered reward mechanism to enable self-evolving RL testing. Experiments show that the framework reaches 89.2% bypass success rate on signature-based WAFs. This paper presents an efficient solution for automated WAF testing and delivers insights for optimizing rule logic and anomaly detection mechanisms. Full article
(This article belongs to the Special Issue Adversarial Attacks and Cyber Security)
Show Figures

Figure 1

28 pages, 3563 KB  
Article
A Recognition Framework for Personalized Trip Chain Feature Map of Hazardous Materials Transport Vehicles
by Bangju Chen, Jiahao Ma, Yikai Luo, Leilei Chen and Yan Li
Sustainability 2026, 18(6), 3058; https://doi.org/10.3390/su18063058 - 20 Mar 2026
Viewed by 376
Abstract
The risks associated with hazardous materials (HazMat) transportation exhibit typical characteristics of chain-like distribution, spatiotemporal regularity, and individual heterogeneity. A personalized trip-chain feature spectra recognition framework for HazMat vehicles is proposed to enhance the capability to assess and analyze individual risks using vehicle [...] Read more.
The risks associated with hazardous materials (HazMat) transportation exhibit typical characteristics of chain-like distribution, spatiotemporal regularity, and individual heterogeneity. A personalized trip-chain feature spectra recognition framework for HazMat vehicles is proposed to enhance the capability to assess and analyze individual risks using vehicle positioning data. The proposed framework addresses the challenges of deriving personalized risk feature maps arising from missing real-time trajectory data, complex sub-trip-chain segmentation, and the extraction of personalized risk feature representations. An improved conditional Wasserstein Generative Adversarial Network (WGAN) model is initially developed to impute trajectories with missing positional data, and it can robustly reconstruct trajectories with large-scale missing segments by integrating a multi-head self-attention mechanism and a gradient penalty. A two-layer clustering algorithm, K-Means-multiplE-THreshOlds-adaptive-DBSCAN (KMETHOD), which combines an adaptive mechanism with threshold rules, is subsequently designed to identify the dwell time and related spatial attributes of dwell points along vehicle trips. A BERT-based model is incorporated to filter Points of Interest (POIs) around dwell points, which enables the extraction of their detailed location semantics and trip characteristics and thus supports trip chain identification and segmentation. A threshold-activated multilayer trajectory feature-map method (TAFEM) is constructed to generate feature maps for each trip chain. The Liquefied Natural Gas (LNG) transportation trajectory data from Guangdong Province is selected to evaluate the effectiveness of the proposed methods. The experimental results demonstrate that the proposed framework can effectively identify trip chains and generate their corresponding feature maps. The trajectory imputation model achieved the Mean Absolute Error (MAE), Mean Absolute Percentage Error (MAPE) and Dynamic Time Warping (DTW) of 2.34–3.33, 6.05–7.74, and 0.74–1.21, respectively, across different missing-rate scenarios, outperforming other benchmark models. The identification accuracy of dwell-point duration and location reaches 98.35%. The BERT-based method achieves a maximum accuracy of 92.83% in origin–destination (OD) point recognition, effectively capturing comprehensive trip-chain information. TAFEM accurately characterizes the spatiotemporal distribution and potential causal factors of personalized HazMat transportation safety risks, providing a reliable foundation for risk identification and safety management strategies. Full article
(This article belongs to the Section Sustainable Transportation)
Show Figures

Figure 1

22 pages, 1051 KB  
Article
An Ontology-Driven Framework for Personalised Context-Aware Running Event Recommendations
by Adisak Intana, Kuljaree Tantayakul, Wasupon Tanthavanich and Wachiravit Chumchuay
Computers 2026, 15(3), 195; https://doi.org/10.3390/computers15030195 - 19 Mar 2026
Cited by 1 | Viewed by 674
Abstract
Sport tourism has experienced significant growth within the tourism industry, driven by the increasing demand of special interest tourists to watch or participate in sports events with local sightseeing. However, the massive volume of available information related to sport events may cause challenges [...] Read more.
Sport tourism has experienced significant growth within the tourism industry, driven by the increasing demand of special interest tourists to watch or participate in sports events with local sightseeing. However, the massive volume of available information related to sport events may cause challenges to existing recommendation systems, which struggle to provide tailored suggestions for these niche tourists. Therefore, this paper proposes a novel, context-aware recommender framework that utilises the ontology-driven approach with unsupervised machine learning techniques to deliver personalised event matches for running tourists. Using an ontology-driven approach, the framework establishes a knowledge base of user profiles and running events. Furthermore, K-modes clustering was also applied to categorise participants based on their event participation characteristics, while the Apriori algorithm was used to uncover hidden relationships influencing event selection. To ensure the statistical integrity of the discovered association rule, permutation testing was implemented to mitigate bias inherent in small sample sizes. By integrating refined association rules with Jena rules, the resulting prototype offers adaptive, personalised, and contextually relevant running event recommendations that evolve with shifting user preferences and trends. The effectiveness of the prototype is confirmed through rigorous validation and evaluation across various sport tourism scenarios. Full article
(This article belongs to the Special Issue Advances in Semantic Multimedia and Personalized Digital Content)
Show Figures

Figure 1

17 pages, 2360 KB  
Article
Smart Meter Low Battery Voltage Status Assessment Driven by Knowledge and Data
by Wenao Liu, Xia Xiao, Zhengbo Zhang and Yihong Li
Mathematics 2026, 14(6), 1038; https://doi.org/10.3390/math14061038 - 19 Mar 2026
Viewed by 362
Abstract
As a key metering device in the smart grid, the clock battery status of smart meters directly affects the operational efficiency and economy of the grid. In response to the limitations of current evaluation methods in feature correlation analysis and model interpretability, this [...] Read more.
As a key metering device in the smart grid, the clock battery status of smart meters directly affects the operational efficiency and economy of the grid. In response to the limitations of current evaluation methods in feature correlation analysis and model interpretability, this study proposes a knowledge-and-data-driven low battery voltage status prediction method. We systematically dissected the physical mechanisms underlying battery undervoltage faults and constructed a status features knowledge graph comprising 17 state features across four dimensions. By employing Pearson correlation analysis and association rule mining techniques, we achieved a quantitative correlation analysis between multi-source heterogeneous features and battery status. Building on this foundation, we developed an interpretable model framework based on XGBoost-SHAP. Empirical studies utilized a dataset of 939,000 faulty meters recalled by a provincial power company in 2023, with 9.87% of outlier samples eliminated using the Isolation Forest algorithm during preprocessing. Results demonstrate that the proposed model achieved an R2 of 0.851 and a Mean Squared Error (MSE) of 0.0088 on the test set. The prediction performance significantly surpassed that of Random Forest (R2 = 0.692) and MLP+BP neural networks (R2 = 0.583), thereby validating the effectiveness of the approach in combining predictive accuracy with decision transparency. Full article
(This article belongs to the Special Issue Machine Learning and Statistical Learning with Applications)
Show Figures

Figure 1

35 pages, 6669 KB  
Article
A Novel Approach for Mining Machining Process Decision Knowledge Based on Knowledge Constraint Combined with Water Wave Optimization Algorithm
by Xinzheng Xu, Zhicheng Huang, Lihong Qiao, Yongqiang Wan, Chao Chen and Zhujia Li
Appl. Sci. 2026, 16(6), 2806; https://doi.org/10.3390/app16062806 - 14 Mar 2026
Viewed by 425
Abstract
Knowledge discovery constitutes a vital component in building intelligent CAPP systems, and the effective discovery of process knowledge has become a prominent research focus within intelligent manufacturing. Process decision knowledge is a type of knowledge that reflects the relations between process data items, [...] Read more.
Knowledge discovery constitutes a vital component in building intelligent CAPP systems, and the effective discovery of process knowledge has become a prominent research focus within intelligent manufacturing. Process decision knowledge is a type of knowledge that reflects the relations between process data items, represented in the form of production rules. However, PDK discovery faces low accuracy challenges from complex high-dimensional manufacturing data and implicit experience-dependent process decisions. This paper proposed a PDK mining framework that combines knowledge constraint and the water wave optimization algorithm. This approach formulated prior knowledge mathematically using an association discriminant matrix and embedded this representation into the knowledge mining model, thus equipping the algorithmic framework with the ability to discover PDK accurately. The WWO is utilized to search within the sample space for combinations of process data items that constitute valid knowledge. In contrast to traditional association rule mining algorithms that lack accuracy and template-based methods that are inherently rigid, the proposed approach provides a robust solution by achieving over 90% correctness in PDK mining. It also serves as a demonstration and offers insights for mining similar rule-based knowledge in other fields. Full article
(This article belongs to the Special Issue Data Analysis and Data Mining for Knowledge Discovery)
Show Figures

Figure 1

28 pages, 13090 KB  
Article
Energy-Economic-Environmental (3E) Optimisation of Grid-Connected Electric Vehicle Charging Station for a University Campus in Caparica, Portugal
by S. M. Masum Ahmed, Annamaria Bagaini, João Martins, Edoardo Croci and Enrique Romero-Cadaval
Energies 2026, 19(6), 1466; https://doi.org/10.3390/en19061466 - 14 Mar 2026
Viewed by 813
Abstract
Approximately one quarter of the European Union’s (EU’s) CO2 emissions originate from the transport sector, of which road transport, such as cars and heavy-duty vehicles, contributes roughly 72%. Moreover, according to the European Automobile Manufacturers’ Association, 92% of cars in the EU [...] Read more.
Approximately one quarter of the European Union’s (EU’s) CO2 emissions originate from the transport sector, of which road transport, such as cars and heavy-duty vehicles, contributes roughly 72%. Moreover, according to the European Automobile Manufacturers’ Association, 92% of cars in the EU are internal combustion engine vehicles powered by fossil fuels. Therefore, boosting the adoption of Electric Vehicles (EVs) is considered one of the most prominent solutions for reducing GHG emissions and achieving the EU’s climate targets. To increase EV adoption and fulfil the demand of EV users, adequate EV Charging Stations (EVCSs) are required. Nevertheless, since most EVCSs are supplied by electricity grids that remain predominantly fossil fuel-based, their operation entails substantial indirect GHG emissions. A prominent approach to reducing grid-related emissions is integrating renewable energy sources (RESs) with EVCSs, thereby lowering emissions and alleviating grid stress. Although promising, the energy, economic, and environmental (3E) benefits of this integration remain insufficiently explored. Therefore, this study develops and applies a 3E optimisation framework to assess the feasibility and performance of RES-powered EVCS at NOVA University Lisbon (UNL). Data was collected from the UNL parking area, such as time of arrival, and time of departure. Also, a rule-based algorithm was developed to curate data and estimate the EVCS load profile. Furthermore, HOMER optimisation software was employed to evaluate four scenarios, including (i) an EVCS based on PV, Wind Turbine (WT), and the grid, (ii) an EVCS based on PV and the grid, (iii) an EVCS based on WT and the grid, and (iv) an EVCS based only on energy withdrawal from the grid (base scenario). Under the adopted techno-economic assumptions, in the most optimised scenario, economic and environmental analyses illustrate significant improvements over the base scenario: CO2 emissions are five times lower, and cost of energy is significantly lower, resulting in significantly lower EV charging costs for users. The results demonstrate that, through developed feasibility studies, researchers, decision-makers, and stakeholders can reach better conclusions about EVCS planning and management. Full article
(This article belongs to the Special Issue Energy Management and Control System of Electric Vehicles)
Show Figures

Figure 1

10 pages, 193 KB  
Article
Analysis of Participation Patterns and Injury-Triggering Factors in Elderly Grassroots Sports Using Association Rule Mining
by So Yoon Lee
Life 2026, 16(3), 467; https://doi.org/10.3390/life16030467 - 12 Mar 2026
Viewed by 381
Abstract
This study aimed to identify structural relationships between sports participation patterns and injury risk factors among older adults using data mining techniques, addressing limitations of prior descriptive research. Data from the 2024 Sports Safety Accident Survey were analyzed, including 352 adults aged 65 [...] Read more.
This study aimed to identify structural relationships between sports participation patterns and injury risk factors among older adults using data mining techniques, addressing limitations of prior descriptive research. Data from the 2024 Sports Safety Accident Survey were analyzed, including 352 adults aged 65 years and older. Eight key variables related to participation and injury were examined using association rule analysis with the Apriori algorithm. High-risk injury patterns were associated with irregular participation in non-sport-specific locations during late-night hours and with excessive movement during prolonged, daily participation, particularly in the morning. Injuries most frequently affected major joints of the upper and lower limbs. Sports injuries in older adults arise from complex interactions among temporal, environmental, and behavioral factors. These findings support the development of targeted safety guidelines and injury prevention strategies tailored to participation patterns in the aging population. Full article
(This article belongs to the Special Issue Sports Biomechanics, Injury, and Physiotherapy)
Back to TopTop