Interface Algorithm

  • All Known Implementing Classes:
    DBScan

    public interface Algorithm
    • Method Detail

      • setPoints

        void setPoints​(java.util.List<DataPoint> points)
      • cluster

        void cluster()