Research Article
A Deflection-Based Bridge Diagnosis Method
INPUT: : a graph of a bridge; | : a set of recent data; | : a real number, . | | OUTPUT: : the collection of all -significantly abnormal cliques. | ( 1) initially, is empty; | ( 2) choose two integers and ; | ( 3) for every pair of checkpoints, and , | | sentences calculate sample correlated coefficients between and ; | (4) randomly select pairs of length- sequences from , one for , and the other for ; | (5) for each pair of selected sequences, calculate a sample correlated coefficient; | sentence calculates the frequency at which these sample correlated coefficients fall in | ; | (6) num the number of these sample correlated coefficients that fall in ; | sentence performs diagnosis; */ | (7) if , then add and to ; | | . |
|