All Known Implementing Classes:
DataPoint

public interface Clusterable
An interface representing data points that can be used in clustering algorithms.
  • Method Details

    • getPoint

      Set<String> getPoint()
    • getCloseNeighbors

      Set<String> getCloseNeighbors()
    • addCloseNeighbor

      void addCloseNeighbor(String neighbor)
    • getExtensionProperties

      ExtensionProperties getExtensionProperties()
    • getMembersCount

      int getMembersCount()