Ratings From Embeddings

class embedded_voting.RatingsFromEmbeddings(n_candidates)[source]

This abstract class is used to generate ratings from embeddings.

Parameters:n_candidates (int) – The number of candidates wanted in the ratings.