Interface Clusterable
- All Known Implementing Classes:
DataPoint
public interface Clusterable
An interface representing data points that can be used in clustering algorithms.
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddCloseNeighbor(String neighbor) intgetPoint()voidsetPointStatus(OutlierNoiseCategoryType pointStatus)
-
Method Details
-
getPoint
-
getCloseNeighbors
-
addCloseNeighbor
-
getExtensionProperties
ExtensionProperties getExtensionProperties() -
getMembersCount
int getMembersCount() -
getPointStatus
OutlierNoiseCategoryType getPointStatus() -
setPointStatus
-