Skip to main content
. 2024 Mar 27;10:e1955. doi: 10.7717/peerj-cs.1955

Algorithm 1. SVM model.

Result: Prediction of delamination size
Input: Sensor features with ground truth (mp,np)p=1x
1 clf = svr (mp, np)
2 clf.fit (k = 'rbf', degree = 3, g = 'scale', tol = 0.001, C = 1.0, c_size = 200, m_it = −1)
Output: SVM Prediction model