2.3. Social network learning - Probabilistic relational neighbor classifier

Sign in to test your solution.
set.seed(100) net <- network(PadelNetwork,matrix.type="edgelist", directed = FALSE) adjacency <- as.sociomatrix(net) preds <- c(0.66, 0.85, 0.77, 0.89, 0.56, 0.61, 0.71, 0.42, 0.40, 0.30) ...
You can submit as many times as you like. Only your latest submission will be taken into account.
Sign in to test your solution.