Next Article in Journal
Design of Fuzzy PID Controller Based on Sparse Fuzzy Rule Base for CNC Machine Tools
Previous Article in Journal
A Parameter Optimization Method for Chatter Stability in Five-Axis Milling
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Temperature-Sensitive Points Optimization of Spindle on Vertical Machining Center with Improved Fuzzy C-Means Clustering

School of Mechanical Engineering, Xi’an Jiaotong University, Xi’an 710049, China
*
Author to whom correspondence should be addressed.
Machines 2023, 11(1), 80; https://doi.org/10.3390/machines11010080
Submission received: 12 December 2022 / Revised: 5 January 2023 / Accepted: 5 January 2023 / Published: 9 January 2023

Abstract

:
The heat generated by motors and bearings of machine tools has a significant impact on machining accuracy. Error modeling and compensation has proven to be effective ways to reduce thermal errors and improve accuracy. An improved fuzzy c-means (FCM) clustering algorithm is proposed to determine the optimized temperature sensitive points for thermal error modeling of a spindle on the vertical machining center. The sensors are deployed to measure the temperature of different positions of machine tools, and the improved FCM algorithm is used to classify the measured data. Combined with the F-test statistics of multiple linear regression, the optimal temperature points of each group are selected. The improved FCM clustering algorithm significantly reduces the multicollinearity problem among temperature measuring points and avoids them falling into local optimization. The modeling method was verified through experiments on two types of vertical machining centers. The results show that the accuracy of the spindle in Y and Z directions of the machine tools was increased by more than 75%, and the model has good robustness, demonstrating application prospects in the selection of temperature measuring points of the spindle system of vertical machining centers.

1. Introduction

Thermal error has proven to be the most important factor affecting the precision stability of machine tools [1]. Machine tools are a complicated thermal system including internal external heat sources. There are many factors affecting the temperature field of machine tools, such as machining conditions, the use of coolants, and the surrounding environment, and the thermal error shows strong nonlinearity. Previous investigations suggest that the thermal error accounts for 40–70% of the total errors in the machining process [2]. Thermal error compensation can improve the accuracy of machine tools effectively [3]. The accuracy of thermal error modeling will directly affect the effectiveness of compensation in field applications, while the selection of temperature measurement points is the basis of thermal error modeling.
In order to obtain data for error modeling, a large number of temperature sensors are usually arranged on the machine tool, but the temperature variables need to be screened when modeling. If there are too many temperature variables, the modeling accuracy will be seriously decreased due to the collinearity. On the other hand, the problem of poor robustness will be generated during compensation if the key thermal points of the machine tool are not selected as the model variable. Scholars from all over the world have conducted extensive research on the selection of thermal points. Many approaches have been proposed for the selection and optimization of temperature sensor deployment in the past decades [4]. Li et al. [5] used grey system theory to optimize the temperature measuring points of machine tools; Miao et al. [6] obtained the key thermal points by using the fuzzy clustering method and grey correlation analysis; HAN et al. [7] applied the FCM algorithm to select temperature-sensitive points. Wei et al. [8] used the fuzzy clustering method and correlation analysis to select temperature measurement points of the gantry machine feed system, and used the feature extraction method to obtain the independent variables of the thermal error prediction model, which effectively eliminated the collinearity between the temperature measurement points and determined the optimal temperature measurement points. Ramesh et al. [9] proposed a hybrid support vector machine (SVM) and Bayesian network (BN) model. The BN model was used first to classify the temperature measurement points, and the SVM model was used to predict the errors. Li et al. [10] used fuzzy clustering and grey relational analysis to screen temperature-sensitive points. Then they used the beetle antennae search algorithm (BAS) to optimize the weights and thresholds of the back propagation neural network (BP).
The above methods greatly simplify the selection of temperature measurement points and achieve good modeling results. However, grey correlation only reduces the correlation between temperature variables, and cannot overcome the multicollinearity of temperature variables. Due to the random initialization of the membership matrix, the traditional FCM cluster analysis will fall into the local optimal situation when selecting thermal points. Many researchers have improved the traditional FCM algorithm for the screening of temperature-sensitive points [11]. Hu et al. [12] constructed the hybrid AFCM algorithm by combining the objective functions of FCM with a SA-PSO algorithm, and FCM with a weight-assignment technique, and declared that hybrid algorithm has the significant superiority to overcome the main deficiency caused by the initial centers and outliers. However, the algorithm introduced many adaptive exponents to control both the convexity of the objective function and the ambiguity of the cluster and must be optimized beforehand. Zhao et al. [13] standardized Euclidean distance to improve the distribution of two temperature points in each component. However, the improvement of Euclidean distance cannot change the initial clustering center correspondingly. Liu et al. [14] suggested that the thermal error model can be updated adaptively by supplementing new data, which can effectively improve the prediction accuracy of thermal error at the temperature-point selection level. However, the conflict between the collinearity and the correlation among temperature sensitive points was ignored.
In this paper, an improved FCM clustering algorithm is used to initialize the membership matrix and classify the temperature measurement points. On this basis, the progressive regression forward screening is carried out to obtain the temperature points that have great influence on the thermal error of the machine tool spindle, and the multiple linear regression model is established. In addition to avoiding the multicollinearity between temperature points, the significance of the regression model is improved. It not only simplifies the modeling process, but also improves the accuracy and robustness of the thermal error prediction model.

2. Improved FCM Algorithm

2.1. Traditional FCM Clustering Algorithm

Different from c-means clustering, each sample point in FCM indicates the closeness between the sample point and each cluster through membership degree, which is the most widely used fuzzy separation clustering method [15]. The sum of the membership degree of each sample relative to each cluster center is 1. The result of clustering is to make the similarity within the class as large as possible and the difference between the classes as obvious as possible. Following the principle, the given data X = ( x 1 , x 2 , , x n ) is divided into c categories and the obtained clustering center minimizes the objective function. The function [16] is defined as:
J m ( U , v ) = k = 1 n i = 1 c ( u i k ) m d i k 2 = k = 1 n i = 1 c ( u i k ) m x k v i A 2
where c is the number of clusters, v i is The i th cluster center, u i k is the membership degree of the kth data in the i th cluster. m is usually taken as 2 in most cases, which defines the fuzziness of the resulting clusters, d i k is the Euclidean distance from data x k to cluster center v i .
In order to obtain the minimum value of the above objective function under constraints, the Lagrange multiplier method is used:
F = k = 1 n i = 1 c ( u i k ) m d i k 2 + λ ( i = 1 c u i k 1 )
The result of the solution is obtained as follows:
v i = k = 1 n ( u i k ) m x k k = 1 n ( u i k ) m
u i k = 1 j = 1 c ( d i k d j k ) 2 m 1

2.2. Initializing the Membership Matrix

The multi-collinearity existing among temperature measuring points can be solved by using the traditional FCM algorithm. However, the iteration result may fall into the local optimal condition due to the random initialization of the membership matrix. WU et al. [17] suggested that the clustering can be formulated as a nonlinear optimization problem with constraints. They proved that modifying the membership matrix before the FCM algorithm can improve the local optimal problem caused by random initialization.
In this research, the membership matrix is initialized first and then the iteration is conducted. Taking the temperature rise stage of machine tool as an example, after the machine tool reaches the heat balance, the data of each temperature point at this state is sorted from high to low, and divided into two categories on average. The membership matrix initialization is shown in Table 1.
The membership matrix can be initialized as above when the temperature measurement points of machine tools are divided into two categories. Compared with random initialization, this approach has the advantage of avoiding the improper clustering center. Although the Euclidean distance between the temperature curves of some temperature measurement points is large, it is different from the significance of thermal error. Random selection will cause the loss of model accuracy. The initialization membership matrix ensures that the sum of the membership degrees of each temperature point belonging to various types is 1. On the other hand, because the temperature points are ordered according to temperature value, the Euclidean distance between each temperature point is more uniform than that under random initialization. The above initial membership matrix was substituted into Equation (3) to calculate the initial cluster center, and the obtained cluster center was substituted into Equation (4) to update the membership matrix and iterate repeatedly. The termination condition of the iteration is:
max u i k ( t + 1 ) u i k ( t ) < ε
where u i k ( t + 1 ) represents the membership value of data x k in class i after the iteration of t + 1 , ε is the error which is usually taken as 10 5 .
The processing steps of the improved FCM clustering algorithm are illustrated as show in Figure 1.

3. Key Temperature Points Selection

The temperature data collected in the experiment is used to describe the temperature distribution of the whole machine as much as possible, therefore a lot of temperature sensors are set to collect the data. However, excessive temperature data will cause collinearity problems in the modeling process [18]. In order to improve the accuracy of the model and reduce the amount of calculation, it is very important to optimize the temperature measurement points. This paper uses the above improved FCM algorithm to screen the temperature data, and the process is shown in Figure 2.

3.1. F-Test of Multiple Linear Regression

F-test examine that the statistical values follow the F distribution under the original hypothesis, and it is a test for the significance difference of the overall regression equation. For a set of characteristic data X = { x 1 , x 2 , x n } and Y = { y 1 , y 2 , , y m } , the variance of these two sequences is expressed as:
S X 2 = 1 n 1 i = 1 n ( x i X ¯ ) 2
S Y 2 = 1 m 1 i = 1 m ( y i Y ¯ ) 2
Thus, the F-test statistics can be obtained:
F = S X 2 S Y 2

3.2. F-Test for Key Thermal Points

F-test statistics indicate the extent to which independent variables explain dependent variables in linear regression. In the thermal error modeling, a single linear regression equation can be established between each temperature measuring point and the thermal error. The unitary linear regression equation is described as:
Y = β 0 + β j X j + ξ , j = 1 , 2 , , p
Y ^ = β 0 + β j X j , j = 1 , 2 , , p
where Y represents error data and Y ^ represents the calculated thermal error data of the empirical regression equation. Xj represents jth temperature point. β 0 and β j represent the regression coefficient of the linear regression equation of one variable. p is the number of temperature points in a class. ξ is the error of fitting.
y ¯ = 1 n i n y i
F j = i = 1 n ( y ^ j i y ¯ ) 2 / k i = 1 n ( y i y ^ j i ) 2 / ( n k 1 )
where y ^ j i represents the i th fitting thermal error data of the j th temperature point, y ¯ is the mean value of the thermal error data. k is the degree of freedom of the linear regression equation. F j represents the F-test statistic value of the j th thermal point.
In summary, after obtaining the temperature data of the machine tool and the thermal error data of the spindle, the improved FCM cluster analysis was carried out first, the temperature measurement points were divided into several categories, and then the F-test statistics were calculated for the progressive regression forward screening of the data. Finally, the key temperature points of the machine tool spindles were selected in each category according to the F-test statistics.

4. Experimental Verification on Vertical Machining Centers

The spindle is one of the most precise parts of the vertical machining center, and its precision directly affects the machining accuracy of the vertical machining center. In the thermal characteristic test, it is usually necessary to record the error, temperature, and running state of the machine tool, which is the basis of thermal error modeling and compensation [19]. Theoretically, the feed drive system generates heat in the working process, leading to the contour error of the machined parts [20]. In order to verify the practicability of the modeling method, this paper carried out verification tests of two different machine tools operating in different environments.
The experiment was carried out on the vertical machining center of model µ 1000/460VF. In the experiment, pt100 temperature sensors were used to measure the temperature data of the machine tool and the atmosphere. The thermally induced error of the machine tool spindle was measured by DT3005 eddy current sensor. A total of 32 temperature sensors were arranged considering the basic structural characteristics of the machine tools and the factors that may affect the thermal error of the spindle. Since the vertical machining center has a certain thermal symmetry structure design in the X direction, this paper only analyzes the thermal error modeling in the Y direction and the Z direction. The location of the thermal sensors is shown in Figure 3.
In addition to the thermal points shown in the Figure 3, there are additional thermal points (30,31) for the coolant inlet and outlet, and thermal points (19,32) for ambient air in workshop. After the improved FCM cluster analysis and F-test step-to-step regression forward screening, 32 thermal points were divided into two categories, and each category was sorted according to F-test statistics. The results are shown in Table 2.
Taking T20 and T27 as the key thermal points, the triple linear regression equation was established with the remaining thermal points. By means of calculating the F-test statistics of the regression coefficient, the ranking order from the largest to the smallest is shown as follows:
F 11 > F 24 > F 18 > F 16 > F 25 > F 17 > F 32 > F 13 > F 20 > F 23 > F 9 > F 22 > F 1 > F 29 > F 28 > F 21 > F 3 > F 4 > F 12 > F 10 > F 2 > F 6 > F 5 > F 30 > F 31 > F 8 > F 14 > F 27 > F 7 > F 26
Improved FCM clustering analysis and F-test analysis are conducted to determine the input variables of the model to be T11 (the upper headstock), T15 (motorized spindle) and T19 (workshop environment). The temperature curve of the temperature sensitive points is plotted in Figure 4. It should be mentioned that ambient temperature is mostly selected as the key temperature point for modeling in some of the literature. However, this experiment was conducted in a constant-temperature plant, and the collected data shows that the ambient temperature did not change much during the experiments. Therefore, combined with the clustering results, the ambient temperature was not regarded as the key temperature.
The vertical machining center is thermally symmetrical in the X direction, so the thermal error in the X direction is relatively small. This paper only analyzes the thermal error in the Y and Z directions of the spindle. As can be seen from Figure 4, T11 (the upper headstock), T15 (motorized spindle), and T19 (workshop environment) are selected as the key temperature points for modeling. The temperature rises rapidly in the initial stage of machine operation and quickly reaches thermal equilibrium. There was a significant difference in the temperature between the headstock and the spindle over time, which produced an uneven temperature field and thermal deformation. The experiment was carried out in the temperature-rising stage for 500 min, and the error of the Y direction and Z direction reached 4.45 µm and 15.38 µm, respectively. The multiple linear regression model was established between the temperature data of key temperature points and the axial thermal errors. Therefore, the final thermal error compensation model of the machine tool can be expressed as
K Y = 23.3788 + 7.001 × T 11 4.5815 × T 15 1.3206 × T 19
K Z = 62.2603 6.5943 × T 11 + 5.7578 × T 15 2.6547 × T 19
where K Y and K Z represent the output of error model. These two values are taken as the predicted error to implement compensation. The compensation effect is verified as shown in Figure 5.
According to the analysis in Figure 5, after thermal error compensation, the accuracy in the Y direction and Z direction increased by 75% and 93%, respectively, which verifies the effectiveness of the modeling theory.
In order to verify the universality of the modeling method, experiments were carried out again on a larger vertical machining center. These two machine tools have a similar structural type, and the temperature sensor layout is similar. The experiments were carried out with the machine tool experiencing the rise and fall in temperature, lasting a total of 1000 min. After improved FCM cluster analysis and F-test step-to-step regression forward screening, 27 thermal points were divided into two categories, and each category was sorted according to F-test statistics. The results are shown in Table 3.
Taking T4 and T16 as the key thermal points, the triple linear regression equation was established with the remaining thermal points. By means of calculating the F-test statistics of the regression coefficient, the ranking order from largest to smallest is as follows:
F 19 > F 27 > F 15 > F 20 > F 25 > F 17 > F 2 > F 5 > F 9 > F 12 > F 14 > F 13 > F 26 > F 22 > F 18 > F 7 > F 3 > F 11 > F 23 > F 24 > F 1 > F 10 > F 6 > F 21 > F 8
Improved FCM clustering analysis and F-test analysis were conducted to determine the input variables of the model to be T4 (column on the side of the electric cabinet), T16 (workshop environment), and T19 (front bearing seat). The temperature curve of the temperature sensitive points is drawn in Figure 6. As can be seen from the figure, the temperature variation of each component of the machine tool presents hysteresis. The workshop environment temperature changed rapidly due to air flow and other reasons. The error of the Y direction and Z direction reached 29.12 µm and 23.7 µm, respectively. The Y-direction error became large due to the uneven distribution of the base temperature. The ultiple linear regression model was established between the temperature data of key temperature points and the axial thermal errors. The final thermal error compensation model of the machine tool can be expressed as
K Y = 178.7066 6.1153 × T 4 2.3156 × T 16 + 1.8812 × T 19
K Z = 668.3694 14.4577 × T 4 + 0.8808 × T 16 + 38.5027 × T 19
It can be seen that the modeling method has good generalization performance on the vertical machining center with the same structure type. The error prediction result is shown in Figure 7.
According to the analysis in Figure 7, the accuracy in the Y direction and Z direction increased by 85.3% and 92.2%, respectively, which verifies the effectiveness of the modeling and prediction. It can be seen from the above analysis that the method has achieved good error-prediction performance on two machine tools of a similar type.

5. Conclusions

This paper mainly proposed a thermal error modeling method based on improved FCM cluster analysis and F-test statistics, which greatly reduced the temperature measurement data. The following conclusions can be drawn:
(1)
Using the initial membership matrix to improve FCM clustering can effectively screen out the temperature-sensitive points and avoid collinearity between temperature points. The key temperature variables can be screened for multiple linear regression using the F-test.
(2)
Multiple linear regression was conducted between the selected thermal points data and thermal error data, and the obtained model has high accuracy and good robustness. It indicates that the temperature variables selected with the proposed method formulate the thermal characteristics exactly.
(3)
The model can be a duplicate for the machine tool with a similar configuration and different operating conditions to predict the thermal error successfully, and the generalizing ability of the modeling method was verified.

Author Contributions

Conceptualization, H.S. and Q.Q.; methodology, Q.Q.; software, Q.L.; validation, Y.X.; formal analysis, Q.L. and T.T.; investigation, Y.X.; data curation, Q.Q.; writing—original draft preparation, Q.Q.; writing—review and editing, H.S.; supervision, H.S.; project administration, T.T.; funding acquisition, H.S. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by National Key Research and Development Program of China, grant number 2018YFB1703202.

Data Availability Statement

Not applicable.

Conflicts of Interest

The authors declare no conflict of interest. The funders had no role in the design of the study; in the collection, analyses, or interpretation of data; in the writing of the manuscript; or in the decision to publish the results.

References

  1. Ramesh, R.; Mannan, M.A.; Poo, A.N. Error compensation in machine tools—A review Part II: Thermal errors. Int. J. Mach. Tools Manuf. Des. Res. Appl. 2000, 40, 1257–1284. [Google Scholar] [CrossRef]
  2. Bryan, J. International Status of Thermal Error Research (1990). CIRP Ann. 1990, 39, 645–656. [Google Scholar] [CrossRef]
  3. Yang, J.G. Error Synthetic Compensation Technique and Application for NCMachine Tools. Ph.D. Thesis, Shanghai Jiao Tong University, Shanghai, China, 1998. [Google Scholar]
  4. Li, Y.; Zhao, W.; Lan, S.; Ni, J.; Wu, W.; Lu, B. A review on spindle thermal error compensation in machine tools. Int. J. Mach. Tools Manuf. 2015, 95, 20–38. [Google Scholar] [CrossRef]
  5. Li, Y.X.; Yang, J.G.; Gelvis, T.; Li, Y.Y. Optimization of measuring points for machine tool thermal error based on grey system theory. Int. J. Adv. Manuf. Technol. 2008, 35, 745–750. [Google Scholar] [CrossRef]
  6. En-ming, M.; Ya-yun, G.; Lian-chun, D.; Ji-chao, M. Temperature-sensitive point selection of thermal error model of CNC machining center. Int. J. Adv. Manuf. Technol. 2014, 74, 681–691. [Google Scholar] [CrossRef]
  7. Han, J.; Wang, L.; Cheng, N.; Wang, H. Thermal error modeling of machine tool based on fuzzy c-means cluster analysis and minimal-resource allocating networks. Int. J. Adv. Manuf. Technol. 2012, 60, 463–472. [Google Scholar] [CrossRef]
  8. Wei, X.; Gao, F.; Li, Y. Optimization of thermal error model critical point for gantry machine tool feeding system. Chin. J. Sci. Instrum. 2016, 37, 1340–1346. [Google Scholar]
  9. Ramesh, R.; Mannan, M.A.; Poo, A.N. Thermal error measurement and modelling in machine tools. Int. J. Mach. Tools Manuf. 2003, 43, 405–419. [Google Scholar] [CrossRef]
  10. Zhang, T.; Ye, W.; Liang, R.; Lou, P.; Yang, X. Temperature Variable Optimization for Precision Machine Tool Thermal Error Compensation on Optimal Threshold. Chin. J. Mech. Eng. 2013, 26, 158–165. [Google Scholar] [CrossRef]
  11. Wang, H.; Wang, L.; Li, T.; Han, J. Thermal sensor selection for the thermal error modeling of machine tool based on the fuzzy clustering method. Int. J. Adv. Manuf. Technol. 2013, 69, 121–126. [Google Scholar] [CrossRef]
  12. Hu, J.; Yin, H.; Wei, G.; Song, Y. An improved FCM clustering algorithm with adaptive weights based on PSO-TVAC algorithm. Appl. Intell. 2022, 52, 9521–9536. [Google Scholar] [CrossRef]
  13. Zhao, J.-l.; Wu, L.-y.; Huang, L.-k. Research on Optimization and Modeling of Temperature Measurement Points Based on Improved Fuzzy C Means Clustering Algorithm. Modul. Mach. Tool Autom. Manuf. Tech. 2019, 63–66. [Google Scholar] [CrossRef]
  14. Liu, H.; Miao, E.; Wang, J.; Zhang, L.; Zhao, S. Temperature-Sensitive Point Selection and Thermal Error Model Adaptive Update Method of CNC Machine Tools. Machines 2022, 10, 427. [Google Scholar] [CrossRef]
  15. Bezdek, J.C.; Ehrlich, R.; Full, W. FCM: The fuzzy c-means clustering algorithm. Comput. Geosci. 1984, 10, 191–203. [Google Scholar] [CrossRef]
  16. Esme, E.; Karlik, B. Fuzzy c-means based support vector machines classifier for perfume recognition. Appl. Soft Comput. 2016, 46, 452–458. [Google Scholar] [CrossRef]
  17. Wu, Z.H.; Liu, L.K. The Improved Membership Matrix Initialization Method of FCM for Image Segmentation. Adv. Mater. Res. 2014, 989, 3743–3746. [Google Scholar] [CrossRef]
  18. Li, Z.; Zhu, B.; Dai, Y.; Zhu, W.; Wang, Q.; Wang, B. Research on Thermal Error Modeling of Motorized Spindle Based on BP Neural Network Optimized by Beetle Antennae Search Algorithm. Machines 2021, 9, 286. [Google Scholar] [CrossRef]
  19. Dalia, M.; Marcin, M.; Jan, B.; Elbestawi, M.A.; Ghayoomi, M.M. Applications of Machine Learning in Process Monitoring and Controls of L-PBF Additive Manufacturing: A Review. Appl. Sci. 2021, 11, 11910. [Google Scholar]
  20. Simba, K.R.; Bui, B.D.; Msukwa, M.R.; Uchiyama, N. Robust iterative learning contouring controller with disturbance observer for machine tool feed drives. ISA Trans. 2018, 75, 207–215. [Google Scholar] [CrossRef] [PubMed]
Figure 1. Flow chart of improved FCM clustering algorithm.
Figure 1. Flow chart of improved FCM clustering algorithm.
Machines 11 00080 g001
Figure 2. The process of FCM screening temperature points was improved.
Figure 2. The process of FCM screening temperature points was improved.
Machines 11 00080 g002
Figure 3. Location of thermal sensors on the machine tool. (a) a certain thermal symmetry structure design in the Y direction. (b) a certain thermal symmetry structure design in the Z direction.
Figure 3. Location of thermal sensors on the machine tool. (a) a certain thermal symmetry structure design in the Y direction. (b) a certain thermal symmetry structure design in the Z direction.
Machines 11 00080 g003
Figure 4. Temperature data of the selected key points for the first machine tool.
Figure 4. Temperature data of the selected key points for the first machine tool.
Machines 11 00080 g004
Figure 5. The fitting results and residual error of the first machine tool.
Figure 5. The fitting results and residual error of the first machine tool.
Machines 11 00080 g005
Figure 6. Temperature data of the selected key points for the second machine tool.
Figure 6. Temperature data of the selected key points for the second machine tool.
Machines 11 00080 g006
Figure 7. The fitting results and residual error for the second machine tool.
Figure 7. The fitting results and residual error for the second machine tool.
Machines 11 00080 g007
Table 1. Initialization of membership matrix.
Table 1. Initialization of membership matrix.
Temperature Measurement PointsMembership Matrix
T 1 10
T 2 N 1 N 1 N
T n 1 N N 1 N
Table 2. The analysis result of optimization algorithm for the first machine tool.
Table 2. The analysis result of optimization algorithm for the first machine tool.
Class of ClusteringThermal Points Sorted by Test Statistics
Group 1 F 15 > F 20 > F 9 > F 24 > F 22 > F 21 > F 23 > F 25 > F 14 > F 18 > F 13 > F 32
Group 2 F 19 > F 27 > F 26 > F 12 > F 6 > F 8 > F 5 > F 7 > F 10 > F 4 > F 2 > F 11 > F 17 > F 3 > F 1 > F 16 > F 28 > F 29 > F 31 > F 30
Table 3. The analysis result of optimization algorithm for the second machine tool.
Table 3. The analysis result of optimization algorithm for the second machine tool.
Class of ClusteringThermal Points Sort by Test Statistic
Group 1 F 16 > F 3 > F 27 > F 19 > F 18 > F 20 > F 25 > F 17 > F 1 > F 2 > F 12
Group 2 F 4 > F 14 > F 15 > F 22 > F 13 > F 11 > F 21 > F 7 > F 26 > F 6 > F 24 > F 23 > F 5 > F 9 > F 10 > F 8
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

Shi, H.; Qu, Q.; Xiao, Y.; Liu, Q.; Tao, T. Temperature-Sensitive Points Optimization of Spindle on Vertical Machining Center with Improved Fuzzy C-Means Clustering. Machines 2023, 11, 80. https://doi.org/10.3390/machines11010080

AMA Style

Shi H, Qu Q, Xiao Y, Liu Q, Tao T. Temperature-Sensitive Points Optimization of Spindle on Vertical Machining Center with Improved Fuzzy C-Means Clustering. Machines. 2023; 11(1):80. https://doi.org/10.3390/machines11010080

Chicago/Turabian Style

Shi, Hu, Qiangqiang Qu, Yao Xiao, Qingxin Liu, and Tao Tao. 2023. "Temperature-Sensitive Points Optimization of Spindle on Vertical Machining Center with Improved Fuzzy C-Means Clustering" Machines 11, no. 1: 80. https://doi.org/10.3390/machines11010080

APA Style

Shi, H., Qu, Q., Xiao, Y., Liu, Q., & Tao, T. (2023). Temperature-Sensitive Points Optimization of Spindle on Vertical Machining Center with Improved Fuzzy C-Means Clustering. Machines, 11(1), 80. https://doi.org/10.3390/machines11010080

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