Package one.empty3.feature
Interface DataPoint
- All Known Implementing Classes:
DbsPoint
public interface DataPoint
-
Method Summary
-
Method Details
-
distance
-
setCluster
void setCluster(int id) -
getCluster
int getCluster() -
getX
int getX() -
getY
int getY()
-