You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ The algorithm is inspired by the one used by Magalhaes et al. [1]. It has been a
16
16
The submission file contains:
17
17
- A data file BridgeData.mat
18
18
- A Matlab Live Script Example1.mlx that illustrates the application of the algorithm.
19
+
- A Matlab Live Script Example1_noToolbox.mlx that reproduce Example1 but using the function SSICOV_noToolbox.
19
20
- The function SSICOV which is the automated SSI-COV algorithm.
20
21
- The function SSICOV_noToolbox which is the automated SSI-COV algorithm but does not use the Statistics and Machine Learning Toolbox. The Linkage algorithm is replaced by the function "PHA_Clustering" by [5] and the function "cluster" is replaced by the function "Cluster2", which is derived from [6].
21
22
- The function plotStabDiag.m, which plot the stabilization diagram.
0 commit comments