FastVG {FWHVA} | R Documentation |
FastVG(x)
x |
x is a time series. |
Matrix |
the Matrix of visibility graph |
Matrix[1,1] |
sum of degree |
Matrix[2,2] |
sum of weight |
Zhu, Guohun, Li, Yan, & Wen, Peng(Paul). (2012). An Efficient Visibility Graph Similarity Algorithm and Its Application on Sleep Stages Classification. In FabioMassimo Zanzotto, Shusaku Tsumoto, Niels Taatgen & Yiyu Yao (Eds.), Brain Informatics (Vol. 7670, pp. 185-195): Springer Berlin Heidelberg.
Zhu, Guohun, Li, Yan, & Wen, Peng(Paul). (2013). A weighted horizontal visibility graph algorithm and its application in Epileptic EEG signal classification. submitted
Zhu, Guohun. Complex Networks analysis based on Single Channel Sleep EEG in Healthy Individuals. submitted.
~~Guohun Zhu~~
a=c(10,8,6,4,2,1,3,5,7,9,11)
FastVG(a)
~visibility graphs ~Horizontal visibility graphs