“…Output: 0 for fracture at upper location and 1 is for fracture at weld Training data: 22 data points Testing data: not mentioned Validation data: validation dataset not used [59] In this method wavelet, a packet is used to obtain the temperature signal components of different frequency bands; then, a LSVM (least squares linear system as a loss function) is used as model for classification and parameter optimization using genetic algorithm (1) Able to replace the inequality restraints of an SVM which helps in learning fast (2) Very efficient for large scale and less complex problems (1) Inefficient for large scale and less complex problems Input: 3 features; temperature, rotational speed, and transverse speed Output: one of three classes of coefficient of strength greater than 75%, between 65% and 75%, and less than 65% Training data: 16 data points Testing data: not mentioned Validation data: validation dataset not used [61] A logistic model tree (LMT), which took in statistical data corresponding to vibrations from an accelerometer to classify the weld into three classes, namely, good, broken, and air bubble (1) LMTs combine the best of logistic regression and decision trees to give an accurate model (2) Since there are a lot of features out of which many could be useless, the decision tree part of the algorithm helps in feature selection, while the logistic regression part does the classification The calculations done to get the weights and trees are very complex, which causes a small change in data to drastically modify the architecture, or the output, which ends up wasting a lot of computing resources Input: statistical data from the sequential readings from an accelerometer; the mean, median, mode, standard deviation, skewness, variance, maximum, minimum, and count.…”