Generic method
Using participant-votes data, it is possible to predict future votes as follows:
Use a tensor to store participant-votes data, one slice per positive/negative/pass votes.
Use modified tensor decomposition such as CP to derive latent matrices, as follows:
When updating the elements of the latent matrices, evaluate their fitness using a weight matrix. The weight elements should be
1 when the observation is present in the same place in participant-votes data
0 when the observation is missing (i.e. link to be predicted)