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 TypeMethodDescriptionvoid
addCloseNeighbor
(String neighbor) int
getPoint()
void
setPointStatus
(OutlierNoiseCategoryType pointStatus)
-
Method Details
-
getPoint
-
getCloseNeighbors
-
addCloseNeighbor
-
getExtensionProperties
ExtensionProperties getExtensionProperties() -
getMembersCount
int getMembersCount() -
getPointStatus
OutlierNoiseCategoryType getPointStatus() -
setPointStatus
-