Interface CommunitiesReader<U>

Type Parameters:
U - Type of the users.
All Known Implementing Classes:
TextCommunitiesReader

public interface CommunitiesReader<U>
Interface for reading communities from a file.
  • Method Summary

    Modifier and Type Method Description
    Communities<U> read​(java.lang.String file)
    Reads the community structure from a file.
  • Method Details

    • read

      Communities<U> read​(java.lang.String file)
      Reads the community structure from a file.
      Parameters:
      file - the file containing the community structure.
      Returns:
      the community partition.