trans.matrix {TopKLists} | R Documentation |
Builds transition matrices for all three Markov Chain algorithms
trans.matrix(input, space)
input |
A list containing individual ranked lists |
space |
A list containing the underlying spaces |
Both input and space are lists of the same length = nList
The output is a list:
L |
Unique elements of the union of all input ranked lists |
MC1 |
The transition matrix constructed from the MC1 algorithm |
MC2 |
The transition matrix constructed from the MC2 algorithm |
MC3 |
The transition matrix constructed from the MC3 algorithm |
Shili Lin <shili@stat.osu.edu>
Lin, S. (2010) Space oriented rank-based data integration. Statistical Applications in Genetics and Molecular Biology 9, Article 20.