Interface Algorithm


public interface Algorithm
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     
  • Method Details

    • setPoints

      void setPoints(List<DataPoint> points)
    • cluster

      void cluster()