Next Article in Journal
Experimental Characterization of Composite Bamboo Shear Wall Panels Under Monotonic and Cyclic Loading
Next Article in Special Issue
Enhancing Ultra-High-Performance Concrete with High-Titanium Slag Sand: A Sustainable Approach to Low Carbon Emissions
Previous Article in Journal
Layered Spatial Articulation and Base Spatial Graph: Formalizing Structural Preconditions of Architectural Spatial Analysis
Previous Article in Special Issue
Study on the Debris Flow Vulnerability of Mountainous Stilted Frame Structures Based on Progressive Collapse Analysis
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Influence of Data Structure on Prediction Error in Machine Learning-Based Concrete Compressive Strength Models

College of Architecture and Environment, Sichuan University, Chengdu 610065, China
*
Author to whom correspondence should be addressed.
Buildings 2026, 16(8), 1537; https://doi.org/10.3390/buildings16081537
Submission received: 3 March 2026 / Revised: 27 March 2026 / Accepted: 31 March 2026 / Published: 14 April 2026

Abstract

Machine learning has been widely used for concrete compressive strength prediction, yet previous studies have focused mainly on algorithm comparison and isolated feature-processing strategies. The coupled influence of dataset characteristics on prediction error has received less systematic attention. This study investigates concrete strength prediction from a data structure perspective by examining three structural variables, namely, sample size, feature size, and compressive strength range. A unified experimental framework was constructed using 15 concrete datasets. Correlation, partial correlation, information entropy, and relief were employed to reorganize feature subsets, and the resulting error trends were evaluated using artificial neural network (ANN), support vector regression (SVR), and random forest (RF) models. The results show that prediction error generally decreases first and then becomes stable as feature size increases, although the location of the low-error region depends on the dataset and the filtering method. Larger sample size is associated with improved prediction stability, whereas wider strength range tends to increase prediction difficulty. Based on these observations, an empirical relationship was established to describe the joint effect of sample size, feature size, and strength range on prediction error. The findings indicate that the attainable error level in concrete strength prediction is controlled not only by model form but also by dataset organization and feature configuration. Within the present framework, the study provides a practical basis for designing feature systems and interpreting model performance across datasets with different structural characteristics.

1. Introduction

Concrete compressive strength (CS) prediction is a typical nonlinear regression problem in civil engineering. With the development of artificial intelligence, machine learning methods have gradually become important tools for concrete strength prediction and mixture-related decision support [1,2,3]. Early studies can be traced back to the perceptron-based engineering applications of Adeli and Yeh [4] and the ANN model for high-performance concrete proposed by Yeh [5], which laid the foundation for subsequent data-driven prediction studies. Since then, ANN, SVR, RF, and other models have been widely applied to predict the mechanical properties of concrete and related cementitious materials [5,6,7,8,9,10,11,12]. These studies generally show that machine learning can achieve satisfactory predictive accuracy when the dataset quality and feature system are appropriate [2,13].
However, recent studies also indicate that increasing algorithmic complexity does not necessarily lead to a proportional reduction in prediction error. Comparative analyses have shown that, under ordinary dataset sizes, the performance differences among ANN, SVR, and RF are often limited [14]. In parallel, dimensionality-reduction studies have reported that the blind introduction of PCA-like transformations may fail to improve model performance and may even reduce accuracy in some cases [13,15,16,17]. These findings suggest that attainable prediction accuracy is constrained not only by algorithm selection but also by the way information is organized within the dataset.
In machine learning, feature engineering is widely regarded as an important step in shaping an effective data space [18,19]. Earlier studies showed that correlation structure, redundancy, and nonlinear projection of input variables can affect model stability and generalization [16,20,21,22,23,24]. Around this issue, feature selection has developed into a relatively mature methodological system, including filter, wrapper, embedded, ensemble, unsupervised, weighting, and evolutionary approaches [25,26,27,28,29,30,31]. Classical ranking strategies such as correlation-based methods, information-based methods, and relief-family algorithms remain widely used because they can characterize variable relevance while preserving the physical meaning of engineering parameters [22,32,33,34]. In concrete and structural engineering, these methods have been applied not only to compressive strength prediction [35,36,37,38,39] but also to shear capacity, bond strength, and other resistance problems [40,41,42,43,44]. Nevertheless, the existing literature still tends to discuss these methods mainly as preprocessing tools, and less attention has been given to their role in revealing dataset-dependent error behavior.
For concrete compressive strength prediction, most studies still rely primarily on mixture proportion variables [45], whereas some have extended the input system to chemical composition or higher-dimensional descriptors [46,47]. Recent results suggest that moderate feature expansion may be beneficial, but redundant variables do not continuously improve performance [48]. Interpretable machine learning studies have further shown that the contribution of input variables depends on data distribution and variable organization [49,50]. At the same time, published concrete datasets usually contain from several hundred to about one thousand samples, with feature dimensions commonly ranging from approximately 5 to 15 [15,42,43,51,52,53,54,55,56,57]. Within this scale range, different feature-ranking strategies can produce different optimized subsets even on the same dataset [15,53], and such differences become more pronounced across datasets. Similar structure-dependent behavior has also been reported in concrete creep modeling [57,58]. These observations indicate that prediction error is jointly affected by dataset composition, target value distribution, and feature space organization rather than by model form alone. Yet previous studies have not systematically examined the coupled effects of sample size, feature size, and strength range under a unified framework.
Accordingly, this study investigates concrete strength prediction from a data structure perspective using 15 datasets under a unified framework. Here, data structure refers to the organization of the dataset as reflected by sample size, feature size, and compressive strength range, together with the resulting variation in feature subset composition and target value distribution. The study compares error responses under different feature organizations and model settings and further establishes an empirical relationship between prediction error and these three structural variables. The novelty of this work lies not in proposing another prediction algorithm but in quantifying how key dataset characteristics jointly delimit the attainable error level in concrete strength prediction. This provides a basis for interpreting prediction error from the viewpoint of dataset organization. The overall experimental framework, including feature set optimization and model-based prediction procedures, is illustrated in Figure 1.

2. Data and Feature Structure Analysis

2.1. Dataset and Structural Characteristic Analysis

To analyze how data structure influences the prediction performance of 28-day concrete compressive strength, this study selected 15 concrete datasets from different sources. In this study, data structure is described from two related levels. The first level is dataset-level structure, including sample size, feature size, and strength range. The second level is feature space structure, including dependency, redundancy, and information distribution among input variables. Section 2.1 focuses on the first level, while Section 2.2 further analyzes the second level. Among the 15 datasets, data0 comes from actual engineering production data. It contains 7083 groups of material mix proportions and corresponding 28-day compressive strength values of 100 mm × 100 mm × 100 mm concrete specimens. There are 17 input features in this dataset. The other datasets, data1–data14, are collected from the published literature. They include different types of concrete, such as normal concrete, high-performance concrete, self-compacting concrete, ultra-high-performance concrete, and recycled concrete. The sample size, number of features, and strength range are clearly different among these datasets. Detailed information is shown in Table 1.
As shown in Table 1, there are large differences in sample size among the datasets. The smallest dataset contains only several dozen samples, while the largest one includes more than 500 samples. In terms of feature dimension, most datasets contain 5–11 features, while some datasets include more material composition variables. Regarding strength distribution, the minimum strength is about 3 MPa, and the maximum strength reaches 240 MPa. The strength range varies greatly. Sample size determines the statistical stability of model parameter estimation. Feature dimension affects the model’s expression ability and complexity. The strength range directly influences the dispersion level of the prediction problem. Therefore, different datasets have natural structural differences. These differences may have an important influence on prediction error.
It should be noted that the purpose of this study is not to treat all 15 datasets as one fully homogeneous concrete population. Instead, they are regarded as structurally different cases analyzed under the same feature-ranking framework and the same prediction protocol in later sections. In this sense, dataset heterogeneity is not simply noise to be removed but part of the research object itself, because the study aims to examine how prediction error responds to different combinations of sample size, feature size, and target strength range. At the same time, since data1–data14 are collected from different literature sources, differences in raw-material systems, specimen preparation, curing conditions, and testing procedures may introduce additional variability. This source-related variability may affect absolute comparability across datasets and should, therefore, be regarded as a limitation when interpreting the results.
To further illustrate the internal statistical characteristics of concrete data in feature space, data0 was taken as an example for detailed analysis. This dataset was selected because it contains a relatively large sample size and a richer feature system, which makes it suitable for showing typical distribution patterns and variable coupling characteristics in engineering concrete data. Statistical analysis was carried out on its 17 input features and the target variable. Figure 2 shows the kernel density distribution of each feature. Table 2 lists the statistical parameters of each feature, including mean, standard deviation, variance, skewness, kurtosis, minimum, maximum, and range. From Figure 2, it can be observed that most features show clear asymmetry, and some variables have long-tail distributions. The skewness and kurtosis values in Table 2 further indicate that several material dosage variables have obvious skewed distributions. In particular, some admixture or special material variables have zero values in most samples and appear as non-zero only in a small number of samples. This shows a typical sparse distribution pattern.
Such distribution characteristics indicate that concrete material data are not ideally independent and identically distributed. Instead, they show clear engineering mix constraints and material coupling characteristics. For example, under a fixed water-to-binder ratio, there is a definite relationship between water content and binder content. There is also a proportional substitution relationship between mineral admixtures and cement content. These structural characteristics may lead to strong correlations or redundant information among features. As a result, they may influence the stability of model parameter estimation and prediction performance. These observations suggest that the feature space of concrete datasets is organized by both physical constraints and mixture design rules rather than by independent variation in each variable. As a result, strong correlations, redundancy, and local sparsity may naturally appear among features, which can further influence the stability of parameter estimation and the final prediction performance. Accordingly, the cross-dataset comparison in this study should be interpreted as a structural comparison of different cases under a unified protocol rather than as a comparison within one perfectly homogeneous population.

2.2. Methods for Feature Space Structure Analysis

After confirming that the datasets have clear differences in sample size, number of features, and strength range, it is necessary to further analyze the structural relationships of input features in high-dimensional space. The compressive strength of concrete is influenced by the coupling effect of many material components. There are usually proportional constraints and combination relationships among features, so they are not independent from each other. The correlation, redundancy, and information contribution among features will directly affect the stability of model parameter estimation and prediction accuracy.
In earlier studies, correlation analysis, partial correlation analysis, information entropy, and relief were mainly used as feature selection or feature-ranking methods. In this study, these four methods are used from a different perspective: they are treated as complementary descriptors of feature space structure. Correlation and partial correlation mainly reflect dependency and net dependency among variables. Information entropy reflects the information contribution and uncertainty reduction ability of variables. Relief reflects the local discriminative ability of variables in the neighborhood of samples. Although these four methods do not exhaust all possible structural properties of high-dimensional data, together they provide interpretable information from the perspectives of linear association, conditional association, information contribution, and local sample sensitivity. Therefore, they are sufficient for the comparative structural analysis intended in this study. Accordingly, the following subsections briefly introduce the four analytical methods used in this study.

2.2.1. Correlation

The correlation coefficient is a statistical metric that expresses how strongly two variables are related. Before determining the compressive strength of concrete, the Pearson correlation coefficient, as shown in Equation (1), is usually used. In Equation (1), x i and y i are two variables. The two variables’ means are x ¯ and y ¯ , respectively; r is the correlation coefficient, which can range from −1 to 1. If the value is positive, the two variables are positively linked; if the value is negative, the two variables are negatively linked. A greater value suggests a more powerful connection.
r = i = 1 n ( x i x ¯ ) ( y i y ¯ ) i = 1 n ( x i x ¯ ) 2 i = 1 n ( y i y ¯ ) 2
Correlation analysis is used here to describe the direct linear association between each feature and compressive strength as well as the pairwise dependency among input variables. For concrete datasets, this is meaningful because many mix-design variables are linked by engineering constraints. For example, under a relatively fixed water-to-binder ratio, water content and binder content often change in a coordinated manner. In such cases, two variables may both be related to compressive strength, while also showing strong mutual dependence. Therefore, correlation analysis helps identify whether the feature space is dominated by a few strongly associated variables or contains obvious redundant information. From the perspective of feature space structure, it mainly reflects the degree of linear dependency and concentration of information among variables.

2.2.2. Partial Correlation

The strength limit of concrete is generated by many combined influencing elements, and CS is a manifestation of the compressive bearing capacity of concrete under the coupling of many influencing factors. Because the link between variables is quite complex and they may be affected by more than one variable, correlation coefficient may not be able to adequately describe the correlation between factors in the analysis of compressive strength. Partial correlation coefficient is a preferable option, calculated by ignoring the effects of other factors and computing the correlation between two variables, as shown in Equation (2). It denotes that the partial correlation coefficient between i and j equals r i j l 1 l 2 l 3 l g under the control variable l 1 l 2 l 3 l g .
r i j l 1 l 2 l 3 l g = r i j l 1 l 2 l g 1 r i l g l 1 l 2 l g 1 r j l g l 1 l 2 l g 1 ( 1 r i l g l 1 l 2 l g 1 2 ) ( 1 r j l g l 1 l 2 l g 1 2 )
Compared with ordinary correlation, partial correlation is more suitable for describing the net relationship between variables in multivariate concrete systems. When many material factors act together, the observed correlation between one variable and compressive strength may partly come from the indirect influence of other variables. Partial correlation reduces this interference by controlling the effects of the remaining variables. Therefore, it is useful for identifying whether an apparently important variable still keeps a strong direct association with the target after the common dependency structure is removed. From the perspective of feature space structure, partial correlation provides information about conditional dependency and helps distinguish direct contribution from indirect correlation. However, because its calculation depends on the invertibility of the correlation matrix, its stability may decrease for datasets with inappropriate dimension or strong collinearity.

2.2.3. Information Entropy

Information entropy can be used as a measure to evaluate the uncertainty of the influencing factor on the concrete compressive strength prediction system. If the impact factor has a high regression utility for the system, it implies that it provides a considerable amount of information and should be included as a key feature. Information entropy is used in all of the decision tree-based algorithm models to evaluate the contribution of the feature, and information entropy calculation is processed by Equation (3). t indicates the information gain point-a decision tree node, p ( i t ) represents the fraction of the category sample i at the specified node t , and c represents the number of pivot points at node t .
E n t r o p y ( t ) = i = 1 c p ( i t ) log p ( i t )
The Gini index, illustrated in Equation (4), is the product derived by neglecting the higher-order terms after the Taylor expansion of log p ( i t ) in Equation (3) as a derivative of information entropy. The Gini index is easier to calculate and has a comparable meaning to the information entropy. The Gini index can be used to measure the contribution of attributes as an approximation to information entropy.
G i n i = 1 i = 1 c [ p ( i t ) ] 2
Calculate the contribution of each influencing factor to concrete’s compressive strength or the variance of the Gini index of each influencing factor. The greater the variance, the better the influencing factor’s information gains for the system and the greater the influencing factor’s importance. The contribution of the influence factors to node t is calculated using Equation (4), where Δ G i n i ( t ) is the variation in the Gini index; G i n i ( t ) l and G i n i ( t ) r are the Gini indices of the two new nodes after the bifurcation.
Δ G i n i ( t ) = G i n i ( t ) G i n i ( t ) l G i n i ( t ) r

2.2.4. Relief

Relief is made up of several algorithms. It was created with the intention of determining feature weights for binary classification tasks. The RReliefF algorithm, which was developed subsequently, was created exclusively for regression problems with continuous target variables. The RReliefF technique, which is widely used in the field of feature selection, computes feature weights based on the ability of features to differentiate close samples [33]. Many researchers employ the RReliefF method as feature selection before establishing compressive strength prediction systems, according to the results of the aforementioned literature survey. The RReliefF algorithm is implemented by first randomly selecting a sample point in the sample space, determining the feature weighting by judging the short-range sample’s response value, and then continually updating the weighting in numerous iterations. As a result, the final feature contribution and iteration times are inextricably linked. There is a full implementation of the RReliefF algorithm in the literature [34]; hence, it will not be discussed further here.

2.3. Analysis of Feature Structure Differences Among Different Datasets

After introducing the four analytical perspectives of feature space structure, the feature weight results of each dataset were further used to compare the structural differences among datasets. In this section, the ranking results are not interpreted merely as a basis for feature subset generation but as evidence of how information concentration, dependency pattern, and structural complexity vary across datasets. The feature weights of data0 under the four analysis methods are shown in Table 3, and the feature weight distributions of different datasets under different methods are shown in Figure 3.
From Table 3, it can be seen that in the data0 dataset, the ranking of feature weights obtained by different methods shows some differences, but the overall trend is consistent. For example, cement content, water–binder ratio, and some mineral admixture variables have relatively high weights under several methods. This indicates that these variables have a stable influence on compressive strength prediction. At the same time, some variables show different importance rankings under different methods. For example, a feature with a high weight in correlation analysis may have a lower weight in information entropy or relief analysis. This difference indicates that different methods characterize the feature space structure from distinct perspectives. Correlation and partial correlation focus more on linear dependency, while information entropy and relief reflect the role of features in distribution changes or local structure.
Figure 3 further shows the stacked feature weight results of data1–data14 under the four methods. From the overall trend, there are clear differences in feature weight distribution among different datasets. For datasets with large sample size and relatively concentrated strength distribution, the feature weights usually show a more concentrated pattern. A few key variables occupy a high proportion of weight, while the other variables have low weights. This indicates that in such datasets, strength variation is mainly controlled by a few core factors.
For datasets with a wide strength range or clear differences in material type, the feature weight distribution is more dispersed. The differences among feature weights are relatively small. This means that strength response is affected by multiple factors together, and the feature space structure is more complex.
In addition, there are structural differences among different types of concrete datasets. In normal concrete datasets, the water–binder ratio and binder-related variables usually have higher weights. In high-strength or ultra-high-performance concrete datasets, mineral admixtures and steel fiber content show higher importance. This difference reflects that changes in material system will lead to changes in feature structure.
It can also be observed from Figure 3 that when the number of features in a dataset is large, the weight distribution tends to be more dispersed, and the differences among feature weights become smaller. When the number of features is small, the weight distribution is more concentrated. This phenomenon shows that feature dimension influences the weight distribution pattern in feature space. When the number of features increases, information is distributed among more variables, and the weight of each single feature becomes relatively smaller. When the number of features is small, a few variables carry more information.
Based on the results of Table 3 and Figure 3, it can be concluded that there are clear differences in feature space structure among different datasets. These differences are mainly reflected in the degree of weight concentration, the type of key variables, and the consistency of ranking under different methods. These structural differences provide a basis for further analysis of prediction error under different data conditions.

3. Modeling Methods

After completing the analysis of dataset-level structure and feature space structure, prediction models were established under a unified experimental protocol. The purpose of introducing machine learning models in this study is not to identify the best algorithm for concrete strength prediction but to examine whether the influence of data structure on prediction error remains stable across different learning mechanisms. In this way, the variation in model error under different data feature structure conditions can be analyzed more clearly.
The 28-day compressive strength of concrete is influenced by the coupling effect of many material factors. The input variables usually have correlations and structural constraints. Different models may respond differently to such feature structures. Therefore, comparing the prediction performance of different types of models under the same data conditions helps to analyze the role of data structure factors in the formation of prediction error.
To ensure comparability among models while avoiding excessive algorithmic complexity, this study selected three representative models: artificial neural network (ANN), support vector regression (SVR), and random forest (RF). These three models represent parameterized nonlinear mapping, kernel-based regression, and tree ensemble learning, respectively. They were chosen because they differ clearly in learning mechanism while remaining interpretable and widely used in concrete strength prediction. More complex stacked or hybrid ensemble models were not introduced in this study because the objective here is not algorithm development but controlled comparison of model responses to data structure. Introducing additional high-complexity models may increase predictive flexibility but it may also weaken the interpretability of the structural analysis.
The ANN establishes the mapping between input and output through weighted connections and activation functions among multiple neurons. Its input layer uses a linear weighted combination structure. It can keep certain sensitivity to feature structure while improving nonlinear expression ability.
SVR constructs an optimal regression hyperplane and uses a kernel function to map input variables into a high-dimensional feature space. In this way, it can describe nonlinear relationships while controlling model complexity.
RF is based on a decision tree ensemble mechanism. It builds multiple tree models using random feature subsets and random sample subsets. The final result is obtained by averaging the outputs. This can improve prediction stability and reduce the dependence of a single model on feature correlation.
The three models have differences in structure and expression mechanism. ANN focuses on parameterized function mapping. SVR emphasizes optimal margin and linear representation in kernel space. RF relies on tree splitting rules and ensemble averaging.
By comparing the prediction error trends of the three models on different datasets under the same data division and evaluation criteria, the influence of sample size, feature number, and strength range on model performance can be analyzed. This provides a basis for further analysis of error patterns.

3.1. Artificial Neural Network Model

Artificial neural network (ANN) is a feedforward nonlinear model based on neuron structure. Its basic structure includes an input layer, a hidden layer, and an output layer. In this study, a single hidden layer network is adopted. The number of nodes in the input layer is equal to the number of features. The output layer has one node, which is used to predict the 28-day compressive strength of concrete.
The output of the hidden layer neuron can be written as
h j = f ( w i j x i + b j )
The output layer is calculated as
y ^ = v j h j + c
where x i is the input feature, w i j is the weight from the input layer to the hidden layer, b j is the bias of the hidden layer, v j is the weight from the hidden layer to the output layer, c is the bias of the output layer, and f ( ) is the activation function.
The network is trained by the backpropagation algorithm. The parameters are updated by minimizing the mean squared error. Although the neural network has nonlinear expression ability, its first layer is still a linear weighted combination of input variables. Therefore, the model is sensitive to the correlation structure among features. When there is multicollinearity among features or when the sample size is small, the weight updating process may become unstable, which may affect prediction performance.
In this study, ANN is used as a representative model of parameterized nonlinear mapping. Its role is not only to provide a benchmark of predictive accuracy but also to observe how a gradient-based nonlinear model responds to changes in feature size and feature dependency. The model parameters, including hidden layer size, learning rate, and maximum iteration number, were determined under the same cross-validation principle used for the other models. The final hyperparameter values are listed in Table 4. Data preprocessing and dataset division were kept consistent across all datasets and all models to ensure that the observed error differences mainly reflect data structure conditions rather than inconsistent training settings.
To maintain methodological consistency, all three models were trained and evaluated under the same experimental logic. For each dataset and each feature subset, model hyperparameters were determined by cross-validation within the training procedure, and the final parameter settings were selected according to prediction stability and error performance. The purpose of this strategy was not to obtain the absolute optimum configuration for every possible case but to ensure that all models were tuned under a comparable optimization principle. Therefore, the final comparison in this study focuses on the response of the three model types to data structure variables rather than on aggressive model-specific optimization.

3.2. Support Vector Machine Model

Support vector regression (SVR) constructs an optimal regression hyperplane to build the function mapping between input variables and output variables. Its optimization problem can be written as
min w , b , ξ i , ξ i 1 2 w 2 + C i = 1 n ( ξ i + ξ i )
and is subject to the following constraints:
y i ( w x i + b ) ε + ξ i ( w x i + b ) y i ε + ξ i ξ i 0 , ξ i 0
Here, w is the weight vector, b is the bias term. C is the penalty parameter. ε is the error tolerance interval. ξ i and ξ i are the slack variables.
The parameters C and ε are determined by cross-validation. SVR maps the input variables into a high-dimensional space through a kernel function. Its regression function is still linear in the high-dimensional space. Therefore, its performance is still influenced by the structural characteristics of the data, especially the adequacy of sample size, the concentration of feature information, and the complexity of the target distribution.
In this study, SVR is used as a representative model of kernel-based regression. Compared with ANN, SVR places stronger emphasis on margin control and functional regularization. The final SVR settings were selected under the same optimization principle used for ANN and RF so that the observed error differences could be interpreted primarily from the perspective of data structure rather than model-specific tuning intensity.

3.3. Random Forest Model

Random forest (RF) is an ensemble learning model based on decision trees. It builds multiple decision trees and combines their results to improve prediction stability. The RF model generates several subsets by random sampling. A decision tree is trained on each subset. The final prediction result is obtained by averaging the outputs of all trees.
For regression problems, the prediction value of random forest is the average value of all decision tree outputs:
y ^ = 1 T t = 1 T f t ( x )
Here, T is the number of decision trees, and f t ( x ) is the prediction output of the t-th decision tree. During training, random forest selects feature subsets randomly to build node-splitting rules. This reduces the influence of feature correlation on a single tree and improves model stability. Compared with ANN and SVR, RF is generally less sensitive to feature scale and some forms of global linear dependence. However, when the sample size is small, the target strength range is wide, or the effective information is scattered across too many variables, the prediction error is still influenced by data structure conditions.
In this study, RF is used as a representative model of tree ensemble learning. Its introduction allows the comparison to include a model that is relatively robust to feature scaling and partial correlation so that the sensitivity of different learning mechanisms to data structure can be contrasted more clearly. The main RF parameters were also determined under the same cross-validation principle, and the final settings are listed in Table 4.

3.4. Evaluation Indicators and Experimental Procedure

The performance of the concrete compressive strength prediction system is evaluated by statistical indicators. These indicators describe the fitting effect between the predicted values and the true values of samples. In this study, the statistical index system is used to evaluate the prediction performance under different feature optimization methods.
The selected indicator is the mean absolute error (MAE), as shown in Equation (11). In the formula, y i is the actual value, y i is the predicted value, and n is the number of samples.
The mean absolute error is calculated as
M A E = i = 1 n y i y i n
By using unified evaluation indicators and experimental procedures, it is possible to compare the prediction error trends of different models under different data structure conditions. This provides a basis for further analysis of error patterns. MAE is used as the primary indicator in the subsequent structural comparison because it directly reflects the attainable error level across datasets and feature subset configurations.

4. Influence of Data Feature Structure on Prediction Error

4.1. Relationship Between Feature Size and Prediction Error

After establishing the three prediction models under the unified protocol described above, prediction analysis was carried out on each dataset under different feature subset sizes. Based on the four feature-filtering methods, feature-ranking results were obtained for the 15 datasets. According to the model framework described in Algorithm 1, the ranked features were sequentially introduced into the ANN, SVR, and RF models through the SFS procedure so that prediction performance could be examined under different datasets, feature subset sizes, and model types. To improve interpretability in the main text, the overall results are summarized in Figure 4, Figure 5 and Figure 6, while the complete numerical values are provided in Appendix A Table A1. Figure 4 presents the lowest MAE obtained at each feature size for the three models, Figure 5 reorganizes the same results from the perspective of feature-filtering methods, and Figure 6 further illustrates representative dataset-level MAE trajectories.
Algorithm 1 Feature filtering model
  function  algorithm   1   ( T k - data   set ,   k - number   of   data   set ;   T k i - feature   subset ,   k -number of data set, i -size of feature subset)
for   each   data   set   T k   ( k = 0 ~ 14 ) do
  Ranking feature in Correlation, Partial correlation, Information entropy and Relief
  Generate ranking list of Correlation, Partial correlation, Information entropy and Relief
    for each ranking list do
      for  i = 2  do
        Get the top i   features   and   generate   the   feature   subset   T k i
      end for
    end for
  end for
return T k i
  end function
As shown in Figure 4, the relationship between feature size and prediction error exhibits a clear common pattern across ANN, RF, and SVR. For most datasets, MAE is relatively high when only a small number of features is retained. As feature size increases, the prediction error decreases noticeably at first and then gradually approaches a relatively stable level. This indicates that the initial increase in feature number helps the model retain the main structural information of the concrete material system, whereas the marginal benefit becomes weaker once the dominant informative variables have already been included. Therefore, the influence of feature size is evident, but the relationship is not strictly monotonic.
Figure 4 also shows that the magnitude and location of MAE reduction are dataset-dependent. In some datasets, the low-error region appears after only a moderate increase in feature number, suggesting that the main predictive information is concentrated in a relatively compact subset. In other datasets, the low-error region appears later, implying that more variables are required before the model can adequately represent the underlying strength system. This result indicates that the optimal feature size is not fixed across datasets but is jointly influenced by the internal organization of variables, sample size, and target value distribution.
Figure 5 provides a complementary interpretation from the perspective of feature-filtering methods. Although correlation, partial correlation, relief, and information entropy produce different ranking sequences, the global pattern remains similar: for most datasets, MAE decreases during the early stage of feature expansion and then enters a relatively stable interval. This means that the existence of a reasonable feature size range is not caused by a single ranking strategy but reflects a more general interaction between dataset structure and model response. At the same time, the positions of the local minima vary across methods. In some datasets, correlation-based methods reach low-error regions earlier, whereas in other cases, relief or information entropy gives lower MAE at intermediate feature sizes. Thus, prediction performance is controlled not only by how many features are retained but also by how variable relevance is ordered.
To make the trend more directly visible, Figure 6 plots several representative datasets. The representative curves show that the MAE–feature size relationship often exhibits an early decrease or the formation of a low-error region, followed by stabilization or local rebound depending on the dataset and model. Such behavior indicates that, once the principal informative variables have already been included, adding lower-ranked variables may mainly introduce redundancy, weak relevance, or stronger collinearity rather than additional effective information. As a result, the prediction error no longer decreases continuously and may even increase slightly in some cases.
A comparison among the three models further shows that the broad pattern is preserved, although the sensitivity differs. ANN usually exhibits a larger variation range in some datasets, indicating stronger sensitivity to feature configuration. RF is comparatively smoother in many cases, suggesting greater robustness to local changes in the retained subset. SVR is generally between the two. However, despite these differences in response intensity, all three models show the same structural trend: an overly small feature subset cannot adequately represent the dataset, whereas an excessively large subset does not necessarily improve prediction accuracy further.
The datasets associated with higher error are also not random. When Figure 6, Figure 7 and Figure 8 are interpreted together with Table 1, comparatively high MAE is more likely to appear under three conditions: limited sample size, wide compressive strength range, and feature subsets that remain structurally mismatched to the dataset even after feature expansion. This pattern is especially visible in datasets such as ‘data3’ and ‘data10’, where the material system is more complex and the target value range is broader so that the attainable error level remains relatively high even when the feature subset is enlarged. Therefore, the observed trend should not be interpreted simply as a numerical effect of adding variables but as the result of whether the retained variables can adequately match the intrinsic structure of the dataset.
Based on Figure 6, Figure 7 and Figure 8, it can, therefore, be concluded that feature size is an important structural factor influencing prediction error in concrete compressive strength prediction. Its effect is significant and stable across different datasets and different models, but it is not strictly linear or strictly decreasing. Instead, there exists a relatively reasonable feature size range, within which useful physical and statistical information can be retained while excessive redundancy is avoided. This conclusion provides the basis for the next section, in which feature size is further discussed together with dataset size and strength range as coupled structural variables.

4.2. Influence of Data Size and Strength Range on Prediction Error

Based on the above analysis of feature size, this section further examines the effects of dataset size and strength range on model performance. The 15 datasets show clear differences in sample number and target value distribution, as summarized in Table 1. These structural differences provide the context for interpreting the error patterns observed in Figure 6, Figure 7 and Figure 8.
From the perspective of dataset size, larger datasets generally correspond to lower and more stable prediction errors. When more samples are available, the models can observe a broader range of variable combinations during training and estimate the mapping between input variables and compressive strength more reliably. In contrast, datasets with limited sample size tend to show stronger MAE fluctuation when the feature subset changes. This phenomenon can be observed by comparing the smoother low-error regions in some larger datasets with the more irregular trajectories shown by several smaller datasets in Figure 6. Therefore, dataset size provides the basic support for the stability of the prediction system.
From the perspective of strength range, wider compressive strength distribution generally corresponds to higher prediction errors. A broader target range usually implies greater heterogeneity of material systems and a more complex mapping between input variables and strength response. Under such conditions, even when feature size is increased, the lower-bound MAE may remain relatively high. This pattern is particularly evident in datasets such as ‘data3’ and ‘data10’, in which error levels remain comparatively high and whose variation with feature size is more pronounced. Combined with the information in Table 1, this suggests that wide target value dispersion increases the intrinsic difficulty of prediction.
When Figure 6 and Figure 8 are interpreted together with Table 1, it becomes clear that feature size does not act independently. Its effect depends on the broader structural context of the dataset. For datasets with relatively sufficient sample size and a more concentrated strength range, the error tends to stabilize after a moderate increase in feature number. For datasets with fewer samples or wider strength ranges, the response to feature expansion is more sensitive, and local fluctuation or delayed stabilization is more likely to occur. Therefore, feature size, dataset size, and strength range should be understood as jointly acting structural variables rather than isolated factors.

4.3. Three-Factor Coupling Mechanism Analysis

To further analyze the combined influence of dataset size, feature size, and strength range on prediction error in a quantitative way, this study established an empirical error model. The lower-bound MAE values extracted from the feature size experiments summarized in Figure 6 and Figure 7, with the full numerical values retained in Appendix A Table A1, were used together with dataset size and compressive strength range to fit the relationship among the three structural variables and prediction error. Multiple linear regression was then used to obtain the explicit expression linking prediction accuracy, dataset size, feature size, and compressive strength range, as given in Equation (12), where D is the dataset size, F is the feature set size, R is the strength range, and f(D,F,R) is the prediction error (MAE) under the coupled effect of the three structural variables.
f ( D , F , R ) = 0.7000 F + 6.8531 R + 0.2517 F 2 9.7657 R 3 + 0.2844 F 4 + 0.0127 F R 3 + 0.6725 R 4 0.0334 D 5 0.0245 D 4 R 0.0191 D 3 F 2 0.1194 D F 4 + 0.0190 F 4 R 0.0314 F R 4 + 3.3344 R 5 + 8.1182
Equation (12) does not imply a universal law for all concrete datasets; rather, it provides an empirical relationship within the investigated data conditions. Its role is to summarize the coupled trend observed in the 15 datasets under the unified experimental framework. The fitted model shows that MAE is jointly influenced by dataset size, feature size, and target value range, which is consistent with the visual patterns already observed in Figure 6, Figure 7 and Figure 8. The fitting quality indicates that the three structural variables explain a substantial part of the variation in prediction error, while the validation results suggest that the empirical relationship is reasonably stable within the present dataset collection.
Based on Equation (12), a three-dimensional sectional plot of MAE for the 28-day concrete compressive strength prediction system was generated, as shown in Figure 7. Figure 7 visualizes the joint relationship between prediction error and the three structural variables, whereas Figure 8 further decomposes this coupling mechanism into several two-factor views. In this sense, Figure 6, Figure 7 and Figure 8 provide the experimental basis for identifying the lower-error regions associated with feature size variation, while Figure 7 and Figure 8 summarize the broader structural mechanism in a more compact form.
Based on the previous analysis, the coupling mechanism can be discussed from three aspects: data size, feature number, and strength range. Figure 8 shows the variation trend of prediction error under different combinations of these factors. It presents the interaction among the three factors more clearly.
From Figure 8a, it can be seen that when feature size is fixed, prediction error is highly sensitive to the strength range of the target variable. Figure 8b shows that when the strength range is controlled, prediction error decreases with increasing dataset size and also exhibits an optimal feature size interval under a given sample condition. Figure 8c further indicates that when dataset size is fixed, the combined effect of feature size and strength range still determines the attainable error level. These results support the interpretation derived from Figure 6, Figure 7 and Figure 8, namely, that the change in prediction error is not caused by a single factor but by the coupled action of structural variables.
Therefore, the empirical model should be interpreted as a structural summary of the current dataset collection rather than as a fully general predictive law. Its practical implication is that reducing prediction error requires coordinated consideration of dataset size, feature subset size, and target value range. Removing redundant variables, moderately increasing sample size, and avoiding unnecessarily broad strength mixtures can all improve the stability of the prediction system under the investigated conditions.

5. Discussion

5.1. Relationship Between Feature Structure Differences and Concrete Material System

The feature weight analysis results show that there are clear differences in the distribution of variable importance among different datasets. In normal concrete datasets, cement content, water–binder ratio, and some binder-related variables have high weights under different feature evaluation methods. This result is consistent with the strength formation mechanism of concrete. The water–binder ratio controls the degree of hydration reaction, and the amount of cement and binder directly determines the amount of hydration products.
In contrast, in high-strength and ultra-high-performance concrete datasets, mineral admixtures and chemical admixture variables show higher importance. This means that when the material system changes, the key factors controlling strength also change. A single variable is not enough to explain strength differences, and the feature weight distribution becomes more dispersed. This result indicates that feature structure is closely related to material type. Feature engineering should be optimized according to the specific concrete system.
In addition, different feature-filtering algorithms produce different ranking results for different datasets. Correlation and partial correlation focus more on linear dependency. Information entropy and relief reflect the discrimination ability of variables in local sample distribution. Therefore, in datasets with mixed information or strong variable correlation, a single filtering method cannot fully describe feature contribution.

5.2. Influence of Data Structure on Model Error

The results in Section 4 show that ANN, SVR, and RF have similar error trends across different datasets. Although the three models have different learning mechanisms, Figure 6, Figure 7 and Figure 8 show that they respond to feature size variation in a broadly consistent way, while Table 1 and Figure 8 indicate that this response is further constrained by dataset size and strength range. This means that the overall variation in error is not determined only by model form. Instead, it is first shaped by data structure and then reflected through different models with different degrees of sensitivity.
In terms of feature size, the error generally decreases first and then becomes stable, with local fluctuation in some datasets. The visual evidence in Figure 6 and Figure 8 suggests that this pattern results from a transition from information insufficiency to structural redundancy. When too few features are retained, the model cannot adequately represent the material system. When more informative variables are gradually included, the prediction error decreases because the effective structure of the input space becomes more complete. However, after the main informative variables have already been retained, adding further lower-ranked features tends to contribute weak or redundant information, and in some cases may intensify collinearity or local instability. This explains why the error no longer decreases continuously and why a slight rebound can be observed in several datasets.
The response pattern also differs among ANN, SVR, and RF. ANN is usually more sensitive to changes in feature configuration, which suggests that parameterized nonlinear mapping is more strongly affected by the way information is organized in the input space. RF is comparatively more robust in many datasets, indicating that tree-based ensemble learning can absorb part of the disturbance caused by feature correlation and local subset perturbation. SVR generally lies between the two. However, these differences do not overturn the global pattern shown in Figure 6, Figure 7 and Figure 8. Instead, they indicate that different learning paradigms reveal the same structural constraints with different response intensities.
Figure 7 further shows that the feature-filtering mechanism changes the location and width of the low-error region but not the existence of that region itself. This means that prediction error is controlled not only by the number of retained variables but also by whether the retained subset matches the actual structure of the dataset. As a result, the most effective ranking strategy is dataset-dependent, which is consistent with the view that feature space structure differs across concrete systems.
Taken together, the results suggest that prediction error increases mainly under three kinds of conditions: when the sample size is insufficient, when the target strength range is excessively wide, and when the retained feature subset is structurally mismatched to the dataset. Therefore, improving model performance in concrete compressive strength prediction does not rely only on selecting a more complex algorithm. More importantly, it requires controlling the structure of the input system, including dataset size, target value distribution, and feature subset configuration. In this sense, data organization and feature configuration should be regarded as the primary layer of error control, whereas model type is the secondary layer through which these structural effects are expressed.
This interpretation also helps define the scope of the present conclusions. The results support a structural explanation of error variation under the current unified framework, but they do not imply that any single model, feature subset size, or filtering method will remain optimal for all future datasets. Instead, the practical implication is that new datasets should first be examined in terms of their structural characteristics, including sample support, target range complexity, and feature space organization, before attempting further gains through model complexity alone.

5.3. Interpretation of the Empirical Error Model

Based on sample size, feature size, and strength range, this study established an empirical error model. The model shows that prediction error has a functional relationship with data structure variables. It can quantitatively describe the error variation trend under different data conditions.
Through fitting analysis of 15 datasets, it can be seen that increasing data size helps reduce error, while enlarging the strength range increases prediction error. The effect of feature size shows nonlinear characteristics, and its influence depends on sample size and the distribution of the target variable.
The purpose of this empirical model is to explain the error differences among different datasets from the perspective of data structure rather than only comparing model performance. The model form has some influence on error level, but it does not change the overall trend of error variation with data structure. This indicates that in concrete strength prediction, data organization and feature configuration play a fundamental role in prediction accuracy.

6. Conclusions

This study focused on the prediction of 28-day concrete compressive strength. From the perspective of data structure and feature engineering, the influence of feature system, dataset size, and strength range on prediction error was systematically analyzed under three representative models, namely ANN, SVR, and RF. By comparing 15 concrete datasets from different sources, the structural reasons for the differences in prediction performance were identified. An empirical model describing the relationship between prediction error and data structure variables was further established. The results show that, in concrete strength prediction, data organization and feature configuration have a fundamental influence on model performance.
Based on the above analysis, the following conclusions can be drawn:
(1)
There exists a reasonable feature size range for concrete strength prediction systems, but this range is dataset-dependent rather than universally fixed. For most normal concrete and high-performance concrete datasets, a relatively small, optimized feature subset can achieve stable prediction accuracy. For ultra-high-performance concrete and structurally more complex datasets, increasing feature number appropriately can improve prediction ability, although larger feature size does not continuously improve performance.
(2)
The distribution of feature importance is closely related to the material system. In normal concrete datasets, cement content, water–binder ratio, and binder-related variables usually play dominant roles. In high-strength or ultra-high-performance concrete datasets, mineral admixtures and chemical admixture variables become more important. This indicates that feature engineering should be designed according to the specific concrete system rather than transferred mechanically across datasets.
(3)
The four feature-filtering methods, including correlation, partial correlation, information entropy, and relief, can all be used to characterize feature space structure, but their effectiveness depends on feature distribution and variable correlation in the dataset. There is no single filtering method that performs best for all concrete datasets. For datasets with mixed information or unbalanced variable contribution, information entropy and relief may show relative advantages, whereas in structurally simpler datasets, correlation-based methods may reach low-error regions earlier.
(4)
ANN, SVR, and RF show consistent global trends in error variation, which indicates that prediction error is primarily constrained by data structure rather than determined only by model type. ANN is generally more sensitive to changes in feature configuration, whereas RF and SVR are relatively more stable. However, the model type does not overturn the overall trend that prediction error usually decreases first and then stabilizes as the retained feature subset becomes structurally more adequate.
(5)
Dataset size, strength range, and feature size jointly determine the attainable performance of the prediction system. The empirical error model established in this study can quantitatively describe the coupled relationship among these three structural variables and prediction error within the investigated dataset collection. Its role is to summarize the structural trend observed under the unified framework of this study rather than to serve as a universal predictive law for all future concrete datasets.
(6)
From a practical perspective, the findings suggest that improving concrete compressive strength prediction does not rely only on selecting a more complex algorithm. Researchers and engineers should first examine the structural characteristics of a dataset, especially sample support, target strength range, and feature space organization, before attempting additional gains through model complexity alone. In this sense, data organization and feature configuration should be regarded as the first layer of prediction error control.
At the same time, the conclusions of this study should be interpreted within the scope of the present data conditions. The 15 datasets were analyzed under a unified protocol, but they originate from different concrete systems and literature sources. Therefore, the identified feature size range and the empirical error relationship should be understood as structurally informative rather than universally transferable. Further validation of unseen datasets is still needed to assess the broader generalizability of the empirical model.

Author Contributions

Conceptualization, Y.M. and B.L.; methodology, Y.M., B.L. and C.Y.; data curation, Y.M., C.Y. and X.H.; formal analysis, Y.M., B.L. and C.Y.; investigation, Y.M., B.L., C.Y. and X.H.; resources, B.L.; software, B.L.; supervision, B.L.; validation, Y.M., B.L., C.Y. and X.H.; visualization, Y.M. and B.L.; funding acquisition, Y.M. and B.L.; writing—original draft preparation, Y.M. and C.Y.; writing—review and editing, Y.M., B.L., C.Y. and X.H. All authors have read and agreed to the published version of the manuscript.

Funding

The authors acknowledge the financial support from the Sichuan Provincial Natural Science Foundation (2026NSFSC0353) for this study.

Data Availability Statement

The data used in this study are available upon reasonable request.

Conflicts of Interest

The authors declare no conflict of interest.

Appendix A

Table A1. Prediction performance (green-highlighted values indicate the minimum prediction error within each group).
Table A1. Prediction performance (green-highlighted values indicate the minimum prediction error within each group).
Data SetFeature SizeANNRFSVR
CorrelationPartial CorrelationReliefInformation EntropyCorrelationPartial CorrelationReliefInformation EntropyCorrelationPartial CorrelationReliefInformation Entropy
data024.053.8017.2685.7943.8323.8247.2266.1824.1183.6987.2995.701
33.9553.7735.7995.6084.0363.8226.16.244.1343.735.7475.362
43.9343.6535.5094.14.0863.8445.8774.1554.0623.4975.3264.03
53.9393.6484.1424.0484.0883.8794.1784.024.0593.6163.9893.924
63.9683.7624.1134.0264.1064.0274.1763.9264.1663.683.993.963
73.8543.7284.1584.0954.0113.9284.1763.9313.983.8284.0084.016
83.7653.7124.1383.6293.9893.9294.173.7024.0273.8384.0313.711
93.843.7064.0843.6963.8673.9184.0583.6944.0693.8324.033.74
103.7323.7574.1763.7583.7393.9213.9813.6924.0153.9443.963.897
113.7253.5934.2623.6743.7263.783.9813.684.0533.9593.9783.993
123.7223.6853.8883.7183.7313.7773.7633.6774.0674.0053.7384.011
133.7053.7113.7823.6963.733.7743.773.6724.1064.0213.7953.932
143.763.6563.7793.7053.7313.6913.7543.6794.1043.9843.8913.968
153.8453.6673.733.73.7333.6733.7343.6674.1323.9583.953.967
163.8133.7523.8283.8253.6733.6913.7393.6734.0963.9994.0563.999
173.7713.7713.7713.7713.6713.6713.6713.6714.0184.0184.0184.018
data1217.4516.621.2317.3710.1518.2119.1716.1116.3316.4823.0814.15
317.8826.5622.2116.519.85211.8219.4915.915.9211.6121.413.27
418.5311.8742.8724.969.169.41918.8510.0214.799.9520.4811.58
528.1212.5925.4324.169.1659.49618.739.68812.7810.120.412.64
620.6913.9323.7921.558.198.53918.819.1749.0098.88119.1613.5
719.3921.4722.9615.48.1037.99818.559.3329.0369.24518.8313.65
816.1714.5731.5728.628.2418.15418.258.9457.9488.34218.3713.1
916.5915.7116.5214.458.228.0598.0378.0238.4488.4488.4488.448
data2210.2410.2412.9210.878.3368.33611.197.22110.2610.2612.8910.2
311.9810.2912.649.2097.3517.2779.7476.7698.9989.23312.798.912
411.5710.7512.9410.466.7527.4958.9196.757.2917.36210.327.291
59.3898.9610.248.4056.8257.1188.1926.4457.1956.8710.376.657
67.4437.1957.188.4686.646.6216.6276.5816.4766.4766.4766.476
data3210.81-32.9110.8110.04-34.7510.0410.46-34.1410.46
318.03-30.2718.038.803-29.658.8037.027-31.237.027
424.29-36.3426.518.938-29.658.4299.167-31.658.431
519.8-24.7522.448.462-18.088.5119.489-17.719.489
625.54-34.9322.098.694-18.18.69710.21-19.510.21
728.97-19.9928.828.689-8.5098.50910.49-10.4910.49
data4216.5613.219.6116.3315.7615.7116.716.1914.4211.9516.513.95
316.6615.6723.4122.2115.315.3417.1515.1912.8912.8917.4318.26
419.9318.1121.630.0814.2215.0816.9515.1410.6112.2118.6717.99
534.1735.882529.3914.4115.1815.0215.3711.4411.717.6116.49
636.7230.2136.9919.9415.1916.4215.1915.3513.0912.6116.6515.12
744.5931.9441.1527.2716.6216.8615.1715.9915.1212.8815.3415.9
838.5435.7250.8731.4216.8615.8218.3215.851514.7916.2814.68
940.4437.4354.3730.5717.2216.0217.0215.5115.3514.4613.9814
1027.3737.3633.541.2917.0717.416.1616.9414.5214.5214.0514.48
1132.1224.6743.523116.6116.4916.4816.5814.2314.2314.2314.23
data524.6143.9857.4785.4992.7963.3994.4032.7733.0083.4264.8833.008
35.3875.739.2319.563.4433.7084.5173.6783.7854.024.4193.726
49.2966.9698.2239.813.4473.6173.8243.8593.3613.0474.0953.683
513.516.43212.1812.163.7313.7253.8373.9533.3093.0043.9293.929
69.01412.2714.110.863.883.8523.8573.8243.7263.7263.7263.726
data6212.4412.449.92614.377.9917.9919.7287.9629.1979.1979.65910.44
310.2710.2711.4312.718.0728.0729.9527.8879.4789.4789.7379.771
411.7811.7811.619.2868.1288.12810.087.7078.8738.8739.6599.935
510.9710.9712.249.2828.0758.07510.117.4539.2779.2779.7679.223
611.3611.3612.399.787.9837.98310.187.6539.7829.7829.9028.896
712.5112.5116.0810.527.7217.72111.467.5649.2789.27810.979.381
815.3215.3212.5612.047.5927.5927.627.6719.0579.0579.0579.057
data7217.313.7216.872217.0416.8416.816.6715.3113.5317.1517.1
317.2217.4118.3817.5716.9316.3316.7214.1914.8113.4317.9214.17
421.5630.3723.2224.1516.915.3517.0816.7914.2913.118.8315.21
533.5839.2823.7330.8316.5316.316.9216.8114.6611.719.1116.01
633.3234.6263.423.5616.2416.2917.7216.7713.9213.9217.8215.57
730.2922.2451.427.7916.9717.1419.817.0513.4813.4819.216.04
830.2337.9848.8229.2917.1517.0818.2216.8312.513.5316.8414.9
927.631.7327.6431.1216.5217.2315.2616.9413.6312.1313.614.49
1025.6723.8229.4432.2916.6518.0415.1316.4712.9914.0813.9412.99
1131.7726.8338.0224.6417.4317.4317.8317.5613.4113.4113.4113.41
data8210.2610.268.2777.5539.5988.5696.2787.9399.4197.9127.5267.616
39.3319.2887.5888.4768.5356.6296.5946.5718.2115.5927.0895.592
49.09910.0510.78.3558.737.0667.2057.4618.4036.3617.496.756
58.3628.8856.9819.0357.3947.3977.5297.8796.496.496.497.851
68.9517.1876.9958.0067.9417.9318.0017.8637.8367.8367.8367.836
data9216.1713.5810.6617.1911.8212.2111.2412.0313.8614.9310.8613.06
325.3515.6520.4928.9612.1212.113.0311.9214.86.70311.5113.78
412.6511.3321.6128.712.1811.212.4612.067.9378.19912.8312.36
511.8410.6121.922.8812.6111.8412.7411.577.7237.64713.8611.16
611.9213.229.84111.6511.7611.6311.7811.518.4998.4998.4998.499
data10232.1430.1325.9630.4727.8425.3430.228.630.1427.7129.7831.83
331.2737.7437.743.228.327.6129.4127.7229.4430.9131.8633.74
436.9141.74110.557.462628.3529.6927.7331.5532.7432.8629.7
587.5370.86465.6625.8328.4228.527.8626.6231.9232.0830.97
658.12109.373.6970.8927.0727.9427.3628.728.3429.6628.6832.72
751.6573.0379.89131.127.8427.7927.8528.2828.2628.2630.0928.26
8119.259.68164152.527.6927.6927.6627.7129.8629.8629.8629.86
data1128.3467.481118.3466.886.1710.396.888.2777.5411.428.277
38.3966.59711.136.0976.5455.2779.2124.8618.3446.3710.566.321
47.4885.8629.4895.9735.9855.0998.3384.8338.2576.09510.145.835
55.3135.59511.65.6044.45.3717.6984.7085.5075.47710.085.857
65.8115.1176.8386.0574.6484.7666.4914.8195.6895.7167.0975.717
75.1545.854.8855.6134.6994.7364.6794.735.5345.5345.5345.534
data1223.3313.3313.3313.3953.0193.0193.0192.9863.1973.1973.1973.197
33.2352.8932.8932.9532.792.3952.3952.3863.2212.8022.8022.802
43.222.6962.6962.7632.642.0832.0832.0973.3412.6682.6682.668
52.162.1362.1362.2022.0312.0352.0352.0262.1242.1242.1242.124
data1327.721-7.3796.5562.869-6.8623.9453.568-5.5445.214
35-8.6856.2773.947-6.8793.9475.13-5.5135.13
47.615-7.0896.6293.991-2.8592.9295.283-3.1593.147
512.07-7.486.0573.999-2.8372.8385.204-3.1123.112
613.17-5.7688.8322.983-2.8972.9173.225-3.2453.245
713.22-13.6315.822.882-2.8932.9123.141-3.1413.141
data1427.7717.4469.9417.7716.1126.1768.586.1127.5527.3429.8897.552
37.1415.99310.046.6215.6264.7467.944.9187.0415.6419.7456.317
46.7415.7769.5626.055.2724.6457.5634.7016.4245.5799.455.803
56.2835.0978.5575.8674.8924.7316.4014.585.9384.8157.8665.62
65.5384.5486.3225.5084.6334.4995.4454.474.9944.4875.4314.934
74.6364.6624.714.4724.1054.1114.1084.114.0814.0814.0814.081

References

  1. DeRousseau, M.A.; Kasprzyk, J.R.; Srubar, W.V. Computational design optimization of concrete mixtures: A review. Cem. Concr. Res. 2018, 109, 42–53. [Google Scholar] [CrossRef]
  2. Chaabene, W.B.; Flah, M.; Nehdi, M.L. Machine learning prediction of mechanical properties of concrete: Critical review. Constr. Build. Mater. 2020, 260, 119889. [Google Scholar] [CrossRef]
  3. Behnood, A.; Golafshani, E.M. Artificial intelligence to model the performance of concrete mixtures and elements: A review. Arch. Comput. Methods Eng. 2022, 29, 1941–1964. [Google Scholar] [CrossRef]
  4. Adeli, H.; Yeh, C. Perceptron learning in engineering design. Comput. Aided Civ. Infrastruct. Eng. 1989, 4, 247–256. [Google Scholar] [CrossRef]
  5. Yeh, I.C. Modeling of strength of high-performance concrete using artificial neural networks. Cem. Concr. Res. 1998, 28, 1797–1808. [Google Scholar] [CrossRef]
  6. Hu, X.; Li, B.; Mo, Y.; Alselwi, O. Progress in Artificial Intelligence-based Prediction of Concrete Performance. J. Adv. Concr. Technol. 2021, 19, 924–936. [Google Scholar] [CrossRef]
  7. Chang, W.; Zheng, W. Effects of key parameters on fluidity and compressive strength of ultra-high performance concrete. Struct. Concr. 2020, 21, 747–760. [Google Scholar] [CrossRef]
  8. Asteris, P.; Kolovos, K.; Douvika, M.; Roinos, K. Prediction of self-compacting concrete strength using artificial neural networks. Eur. J. Environ. Civ. Eng. 2016, 20, s102–s122. [Google Scholar] [CrossRef]
  9. Sobhani, J.; Najimi, M.; Pourkhorshidi, A.R.; Parhizkar, T. Prediction of the compressive strength of no-slump concrete: A comparative study of regression, neural network and ANFIS models. Constr. Build. Mater. 2010, 24, 709–718. [Google Scholar] [CrossRef]
  10. Šipoš, T.K.; Miličević, I.; Siddique, R. Model for mix design of brick aggregate concrete based on neural network modelling. Constr. Build. Mater. 2017, 148, 757–769. [Google Scholar] [CrossRef]
  11. Asteris, P.G.; Kolovos, K.G. Self-compacting concrete strength prediction using surrogate models. Neural Comput. Appl. 2019, 31, 409–424. [Google Scholar] [CrossRef]
  12. Saleh, M.A.; Kazemi, F.; Abdelgader, H.S.; Isleem, H.F. Optimization-based multitarget stacked machine-learning model for estimating mechanical properties of conventional and fiber-reinforced preplaced aggregate concrete. Arch. Civ. Mech. Eng. 2025, 25, 185. [Google Scholar] [CrossRef]
  13. Young, B.A.; Hall, A.; Pilon, L.; Gupta, P.; Sant, G. Can the compressive strength of concrete be estimated from knowledge of the mixture proportions?: New insights from statistical analysis and machine learning methods. Cem. Concr. Res. 2019, 115, 379–388. [Google Scholar] [CrossRef]
  14. Sah, A.K.; Hong, Y.-M. Performance comparison of machine learning models for concrete compressive strength prediction. Materials 2024, 17, 2075. [Google Scholar] [CrossRef] [PubMed]
  15. Wan, Z.; Xu, Y.; Šavija, B. On the use of machine learning models for prediction of compressive strength of concrete: Influence of dimensionality reduction on the model performance. Materials 2021, 14, 713. [Google Scholar] [CrossRef]
  16. Wold, S.; Esbensen, K.; Geladi, P. Principal component analysis. Chemom. Intell. Lab. Syst. 1987, 2, 37–52. [Google Scholar] [CrossRef]
  17. Ouyang, B.; Li, Y.; Song, Y.; Wu, F.; Yu, H.; Wang, Y.; Bauchy, M.; Sant, G. Learning from Sparse Datasets: Predicting Concrete’s Strength by Machine Learning. arXiv 2020, arXiv:2004.14407. [Google Scholar]
  18. Guyon, I.; Elisseef, A. An introduction to variable and feature selection. J. Mach. Learn. Res. 2003, 3, 1157–1182. [Google Scholar]
  19. Garcia, S.; Luengo, J.; Herrera, F. Tutorial on practical tips of the most influential data preprocessing algorithms in data mining. Knowl. Based Syst. 2016, 98, 1–29. [Google Scholar] [CrossRef]
  20. Langley, P. Selection of relevant features in machine learning. In Proceedings of the AAAI Fall Symposium on Relevance, New Orleans, LA, USA, 4–6 November 1994; Volume 184. [Google Scholar]
  21. Baudat, G.; Anouar, F. Generalized discriminant analysis using a kernel approach. Neural Comput. 2000, 12, 2385–2404. [Google Scholar] [CrossRef]
  22. Liu, C. Gabor-based kernel PCA with fractional power polynomial models for face recognition. IEEE Trans. Pattern Anal. Mach. Intell. 2004, 26, 572–581. [Google Scholar] [CrossRef]
  23. Li, Y.; Li, T.; Liu, H. Recent advances in feature selection and its applications. Knowl. Inf. Syst. 2017, 53, 551–577. [Google Scholar] [CrossRef]
  24. Chandrashekar, G.; Sahin, F. A survey on feature selection methods. Comput. Electr. Eng. 2014, 40, 16–28. [Google Scholar] [CrossRef]
  25. Al-Tashi, Q.; Abdulkadir, S.J.; Rais, H.M.; Mirjalili, S.; Alhussian, H. Approaches to multi-objective feature selection: A systematic literature review. IEEE Access 2020, 8, 125076–125096. [Google Scholar] [CrossRef]
  26. Spolaôr, N.; Monard, M.C.; Tsoumakas, G.; Lee, H.D. A systematic review of multi-label feature selection and a new method based on label construction. Neurocomputing 2016, 180, 3–15. [Google Scholar] [CrossRef]
  27. Guan, D.; Yuan, W.; Lee, Y.-K.; Najeebullah, K.; Rasel, M.K. A review of ensemble learning based feature selection. IETE Tech. Rev. 2014, 31, 190–198. [Google Scholar] [CrossRef]
  28. Bolón-Canedo, V.; Alonso-Betanzos, A. Ensembles for feature selection: A review and future trends. Inf. Fusion 2019, 52, 1–12. [Google Scholar] [CrossRef]
  29. Solorio-Fernández, S.; Carrasco-Ochoa, J.A.; Martínez-Trinidad, J.F. A review of unsupervised feature selection methods. Artif. Intell. Rev. 2020, 53, 907–948. [Google Scholar] [CrossRef]
  30. Niño-Adan, I.; Manjarres, D.; Landa-Torres, I.; Portillo, E. Feature weighting methods: A review. Expert Syst. Appl. 2021, 184, 115424. [Google Scholar] [CrossRef]
  31. De La Iglesia, B. Evolutionary computation for feature selection in classification problems. Wiley Interdiscip. Rev. Data Min. Knowl. Discov. 2013, 3, 381–407. [Google Scholar] [CrossRef]
  32. Kononenko, I. Estimating attributes: Analysis and extensions of RELIEF. In Proceedings of the European Conference on Machine Learning on Machine Learning, Catania, Italy, 6–8 April 1994. [Google Scholar]
  33. Urbanowicz, R.J.; Meeker, M.; La Cava, W.; Olson, R.S.; Moore, J.H. Relief-based feature selection: Introduction and review. J. Biomed. Inform. 2018, 85, 189–203. [Google Scholar] [PubMed]
  34. Robnik-Šikonja, M.; Kononenko, I. An adaptation of Relief for attribute estimation in regression, Machine Learning. In Proceedings of the Fourteenth International Conference (ICML’97), San Francisco, CA, USA, 8–12 July 1997; pp. 296–304. [Google Scholar]
  35. Lv, Y.; Shi, X.; Ran, L.; Shang, M. Random Forest-Based Ensemble Estimator for Concrete Compressive Strength Prediction via AdaBoost Method. In Proceedings of the International Conference on Natural Computation, Fuzzy Systems and Knowledge Discovery, Hohhot, China, 26–28 July 2019; Springer: Berlin/Heidelberg, Germany, 2019; pp. 557–565. [Google Scholar]
  36. Goliatt, L.; Farage, M. An Extreme Learning Machine with Feature Selection for Estimating Mechanical Properties of Lightweight Aggregate Concretes. In Proceedings of the 2018 IEEE Congress on Evolutionary Computation (CEC), Rio de Janeiro, Brazil, 8–13 July 2018; IEEE: New York, NY, USA, 2018; pp. 1–7. [Google Scholar]
  37. Farooq, F.; Czarnecki, S.; Niewiadomski, P.; Aslam, F.; Alabduljabbar, H.; Ostrowski, K.A.; Śliwa-Wieczorek, K.; Nowobilski, T.; Malazdrewicz, S. A comparative study for the prediction of the compressive strength of self-compacting concrete modified with fly ash. Materials 2021, 14, 4934. [Google Scholar] [CrossRef] [PubMed]
  38. Kang, M.-C.; Yoo, D.-Y.; Gupta, R. Machine learning-based prediction for compressive and flexural strengths of steel fiber-reinforced concrete. Constr. Build. Mater. 2021, 266, 121117. [Google Scholar]
  39. Liu, F.; Ding, W.; Qiao, Y.; Wang, L. An artificial neural network model on tensile behavior of hybrid steel-PVA fiber reinforced concrete containing fly ash and slag power. Front. Struct. Civ. Eng. 2020, 14, 1299–1315. [Google Scholar] [CrossRef]
  40. Cao, Y.; Fan, Q.; Azar, S.M.; Alyousef, R.; Yousif, S.T.; Wakil, K.; Jermsittiparsert, K.; Ho, L.S.; Alabduljabbar, H.; Alaskar, A. Computational parameter identification of strongest influence on the shear resistance of reinforced concrete beams by fiber reinforcement polymer. Structures 2020, 27, 118–127. [Google Scholar] [CrossRef]
  41. Rinchon, J.P.M.; Concha, N.C.; Calilung, M.G.V. Reinforced concrete ultimate bond strength model using hybrid neural network-genetic algorithm. In Proceedings of the 2017 IEEE 9th International Conference on Humanoid, Nanotechnology, Information Technology, Communication and Control, Environment and Management (HNICEM), Manila, Philippines, 1–3 December 2017; IEEE: New York, NY, USA, 2017; pp. 1–6. [Google Scholar]
  42. Lu, S.; Koopialipoor, M.; Asteris, P.G.; Bahri, M.; Armaghani, D.J. A novel feature selection approach based on tree models for evaluating the punching shear capacity of steel fiber-reinforced concrete flat slabs. Materials 2020, 13, 3902. [Google Scholar] [CrossRef]
  43. Liu, T.; Wang, Z.; Zeng, J.; Wang, J. Machine-learning-based models to predict shear transfer strength of concrete joints. Eng. Struct. 2021, 249, 113253. [Google Scholar] [CrossRef]
  44. Haruna, S.I.; Farouk, A.I.; Ibrahim, Y.E.; Nawar, M.T.; Abdulrahman, S.; Abdulhadi, M. Insights into the Feature-Selection Mechanisms for Modeling the Shear Capacity of Stud Connectors in Concrete: A Machine Learning Approach. J. Compos. Sci. 2026, 10, 34. [Google Scholar] [CrossRef]
  45. Nunez, I.; Marani, A.; Flah, M.; Nehdi, M.L. Estimating compressive strength of modern concrete mixtures using computational intelligence: A systematic review. Constr. Build. Mater. 2021, 310, 125279. [Google Scholar] [CrossRef]
  46. Mirzahosseini, M.; Jiao, P.; Barri, K.; Riding, K.A.; Alavi, A.H. New machine learning prediction models for compressive strength of concrete modified with glass cullet. Eng. Comput. 2019, 36, 876–898. [Google Scholar] [CrossRef]
  47. Dragaš, J.; Marinković, S.; Radonjanin, V. Prediction models for high-volume fly ash concrete practical application: Mechanical properties and experimental database. Građevinski Mater. I Konstr. 2021, 64, 19–43. [Google Scholar] [CrossRef]
  48. Qi, C.; Huang, B.; Wu, M.; Wang, K.; Yang, S.; Li, G. Concrete strength prediction using different machine learning processes: Effect of slag, fly ash and superplasticizer. Materials 2022, 15, 5369. [Google Scholar] [CrossRef] [PubMed]
  49. Liu, G.; Sun, B. Concrete compressive strength prediction using an explainable boosting machine model. Case Stud. Constr. Mater. 2023, 18, e01845. [Google Scholar] [CrossRef]
  50. Fu, H.; Zhou, X.; Xu, P.; Sun, D. Prediction of Compressive Strength of Concrete Using Explainable Machine Learning Models. Materials 2025, 18, 5009. [Google Scholar] [CrossRef] [PubMed]
  51. Abuodeh, O.R.; Abdalla, J.A.; Hawileh, R.A. Assessment of compressive strength of ultra-high performance concrete using deep machine learning techniques. Appl. Soft Comput. 2020, 95, 106552. [Google Scholar] [CrossRef]
  52. Kaloop, M.R.; Kumar, D.; Samui, P.; Hu, J.W.; Kim, D. Compressive strength prediction of high-performance concrete using gradient tree boosting machine. Constr. Build. Mater. 2020, 264, 120198. [Google Scholar] [CrossRef]
  53. Vakharia, V.; Gujar, R. Prediction of compressive strength and portland cement composition using cross-validation and feature ranking techniques. Constr. Build. Mater. 2019, 225, 292–301. [Google Scholar] [CrossRef]
  54. Abuodeh, O.; Abdalla, J.A.; Hawileh, R.A. Prediction of compressive strength of ultra-high performance concrete using SFS and ANN. In Proceedings of the 2019 8th International Conference on Modeling Simulation and Applied Optimization (ICMSAO), Manama, Bahrain, 15–17 April 2019; IEEE: New York, NY, USA, 2019; pp. 1–5. [Google Scholar]
  55. Timur Cihan, M. Prediction of concrete compressive strength and slump by machine learning methods. Adv. Civ. Eng. 2019, 2019, 3069046. [Google Scholar] [CrossRef]
  56. Keleş, M.K.; Keleş, A.E.; Kiliç, Ü. Prediction of concrete strength with data mining methods using artificial bee colony as feature selector. In Proceedings of the 2018 International Conference on Artificial Intelligence and Data Processing (IDAP), Malatya, Turkey, 28–30 September 2018; IEEE: New York, NY, USA, 2018; pp. 1–4. [Google Scholar]
  57. Li, K.; Long, Y.; Wang, H.; Wang, Y.-F. Modeling and Sensitivity Analysis of Concrete Creep with Machine Learning Methods. J. Mater. Civ. Eng. 2021, 33, 04021206. [Google Scholar] [CrossRef]
  58. Li, W.; Li, H.; Liu, C.; Min, K. Concrete Creep Prediction Based on Improved Machine Learning and Game Theory: Modeling and Analysis Methods. Buildings 2024, 14, 3627. [Google Scholar] [CrossRef]
Figure 1. Experiment flow.
Figure 1. Experiment flow.
Buildings 16 01537 g001
Figure 2. Kernel density distribution of data0 features.
Figure 2. Kernel density distribution of data0 features.
Buildings 16 01537 g002aBuildings 16 01537 g002b
Figure 3. Feature weight stacked graph.
Figure 3. Feature weight stacked graph.
Buildings 16 01537 g003aBuildings 16 01537 g003b
Figure 4. Heat maps of minimum MAE across feature subset sizes for three prediction models.
Figure 4. Heat maps of minimum MAE across feature subset sizes for three prediction models.
Buildings 16 01537 g004
Figure 5. Heat maps of minimum MAE across feature subset sizes for four feature-filtering methods.
Figure 5. Heat maps of minimum MAE across feature subset sizes for four feature-filtering methods.
Buildings 16 01537 g005
Figure 6. Representative MAE variation curves with feature subset size under three prediction models.
Figure 6. Representative MAE variation curves with feature subset size under three prediction models.
Buildings 16 01537 g006
Figure 7. 3D sectional view.
Figure 7. 3D sectional view.
Buildings 16 01537 g007
Figure 8. Two-factor performance impact.
Figure 8. Two-factor performance impact.
Buildings 16 01537 g008
Table 1. Sample size, number of features, and strength range of data0~data14.
Table 1. Sample size, number of features, and strength range of data0~data14.
Data SetTypeData SizeFeature Set SizeMin of CS (MPa)Max of CS (MPa)
data0normal concrete70831712.979.9
data1high-performance concrete20793133.6
data2self-compacting concrete127610.273.5
data3ultra-high-performance concrete58977211
data4self-compacting concrete1691110.2117.03
data5slump-free concrete32652.276.7
data6masonry aggregate concrete14788.780.5
data7self-compacting concrete2051110.2122
data8rice husk ash concrete60642.4792.21
data9self-compacting concrete80610.273.5
data10ultra-high-performance concrete110895240
data11high-performance concrete42578.53681.751
data12high-performance concrete35754.09691.3
data13recycled concrete74725.852.4
data14high-performance concrete52878.5481.75
Table 2. Feature statistics of data0.
Table 2. Feature statistics of data0.
FeatureMeanStdVarSkeKurModeMinMedMaxRg
ShengWei_P·O42.50.9615.10227.9616.84305.820.000.000.00420.00420.00
ShengTai_P·O42.5232.2058.263394.480.080.90220.000.00230.00430.00430.00
Fly_Ash81.4014.69215.860.789.6880.000.0080.00200.00200.00
Fiber_expansion_agent0.654.6721.777.0147.130.000.000.0034.0034.00
Siliceous_compacting_agent0.202.586.6313.03167.910.000.000.0034.0034.00
Expansion_agent0.041.211.4728.01782.550.000.000.0034.0034.00
Datang_S95_mineral_powder60.6423.55554.56−1.612.1160.000.0070.00110.00110.00
Shangluo_medium_sand383.24164.7227,133.860.510.87300.000.00350.00970.00970.00
Tongchuan_medium_sand380.68164.7227,133.640.550.90300.000.00350.00970.00970.00
Coarse_sand167.36145.5321,180.040.17−0.960.000.00200.00780.00780.00
Commercial_coarse_sand347.41154.6923,929.070.721.44300.000.00300.00950.00950.00
5–25 mm_crushed_stone752.23217.9947,520.97−2.556.51750.000.00770.001050.001050.00
Brick_slag0.6721.55464.4432.171041.710.000.000.00750.00750.00
5–10 mm_fine_stone188.97172.6129,793.392.387.19200.000.00200.00950.00950.00
Water_reducing_agent8.781.642.680.130.658.000.008.8016.2016.20
water77.1219.79391.631.572.2070.000.0070.00200.00200.00
Sewage59.0124.58604.37−1.831.7270.000.0070.00100.00100.00
28d_compressive_strength44.8410.38107.82−0.380.7645.4712.9345.4779.9367.00
Table 3. Feature weight of data0.
Table 3. Feature weight of data0.
CorrelationPartial CorrelationInformation EntropyRelief
ShengTai_P·O42.50.799ShengTai_P·O42.50.722ShengTai_P·O42.50.525Shangluo_medium_sand−3.07 × 10−3
Fly_Ash0.536Datang_S95_mineral_powder0.517Water_reducing_agent0.084ShengWei_P·O42.5−8.09 × 10−3
Water_reducing_agent0.513ShengWei_P·O42.50.386Datang_S95_mineral_powder0.063Water_reducing_agent−0.01550063
Sewage0.487water0.141Commercial_coarse_sand0.054water−3.08 × 10−2
5−10 mm_fine_stone0.425Sewage0.137water0.052ShengTai_P·O42.5−3.75 × 10−2
5−25 mm_crushed_stone0.403Water_reducing_agent0.1315–25 mm_crushed_stone0.051Expansion_agent−1.44 × 10−1
Datang_S95_mineral_powder0.388Coarse_sand0.097Shangluo_medium_sand0.035Brick_slag−2.85 × 10−1
water0.199Expansion_agent0.065Tongchuan_medium_sand0.035Fiber_expansion_agent−6.56 × 10−1
Coarse_sand0.1365–10 mm_fine_stone0.064Coarse_sand0.0275–25 mm_crushed_stone−8.35 × 10−1
Shangluo_medium_sand0.100Fly_Ash0.045Sewage0.026Coarse_sand−9.32 × 10−1
Tongchuan_medium_sand0.096Tongchuan_medium_sand0.036Fly_Ash0.022Siliceous_compacting_agent−9.50 × 10−1
Brick_slag0.063Shangluo_medium_sand0.0245–10 mm_fine_stone0.019Datang_S95_mineral_powder−1.04 × 100
Fiber_expansion_agent0.056Siliceous_compacting_agent0.019ShengWei_P·O42.50.006Tongchuan_medium_sand−1.05 × 100
Expansion_agent0.044Commercial_coarse_sand0.018Fiber_expansion_agent0.000Fly_Ash−1.12 × 100
Siliceous_compacting_agent0.0345–25 mm_crushed_stone0.016Expansion_agent0.0005–10 mm_fine_stone−1.40 × 100
Commercial_coarse_sand0.031Fiber_expansion_agent0.014Siliceous_compacting_agent0.000312Sewage−2.40 × 100
ShengWei_P·O42.50.01Brick_slag0.001Brick_slag0.00011Commercial_coarse_sand−3.08 × 100
Table 4. Model hyperparameter.
Table 4. Model hyperparameter.
ANNSVMRF
Model parameterValueModel parameterValueModel parameterValue
hidden_layer_sizes30kernelRbfn_estimators100
random_state0C100min_samples_split2
max_iter2000gamma0.1min_samples_leaf1
activationReluepsilon0.1random_state0
solverAdamdegree3min_impurity_decrease0
alpha0.0001coef00min_weight_fraction_leaf0
learning_rate_init0.001tol1 × 10−3ccp_alpha0
power_t0.5max_iter−1max_featuresAuto
tol0.0001--max_samplesNone
validation_fraction0.1----
beta_10.9----
beta_20.999----
epsilon1 × 10−8----
n_iter_no_change10----
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI 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.

Share and Cite

MDPI and ACS Style

Mo, Y.; Li, B.; Yan, C.; Hu, X. Influence of Data Structure on Prediction Error in Machine Learning-Based Concrete Compressive Strength Models. Buildings 2026, 16, 1537. https://doi.org/10.3390/buildings16081537

AMA Style

Mo Y, Li B, Yan C, Hu X. Influence of Data Structure on Prediction Error in Machine Learning-Based Concrete Compressive Strength Models. Buildings. 2026; 16(8):1537. https://doi.org/10.3390/buildings16081537

Chicago/Turabian Style

Mo, Yelan, Bixiong Li, Chengcheng Yan, and Xiangxin Hu. 2026. "Influence of Data Structure on Prediction Error in Machine Learning-Based Concrete Compressive Strength Models" Buildings 16, no. 8: 1537. https://doi.org/10.3390/buildings16081537

APA Style

Mo, Y., Li, B., Yan, C., & Hu, X. (2026). Influence of Data Structure on Prediction Error in Machine Learning-Based Concrete Compressive Strength Models. Buildings, 16(8), 1537. https://doi.org/10.3390/buildings16081537

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop