The given graph represents users' friend relationship in SNS. By assuming the link probability is a constant, then how can I perform maximum likelihood estimation on the link probability?
In different case, if I cluster '2' and '4' to group A, and '1','3','5' to group B, then the probability of a link between same group members is different from the probability of link between different group members. How can I perform MLE on this probability?