kindly help me in making a c code of a co-occurrence matrix which can tell how often two neighbour values are occuring in the matrix.
example: [1 2 1;1 2 2;3 2 1] since 1 2 is comming twice then it should put 2 in element(1,2) similarly put 0 in element(1,1)and 1 at element (3,2) and so on.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.