Package elki.clustering.dbscan.util
Class MultiBorder
- java.lang.Object
-
- elki.clustering.dbscan.util.MultiBorder
-
- All Implemented Interfaces:
Assignment
public class MultiBorder extends java.lang.Object implements Assignment
Multiple border point assignment.- Since:
- 0.7.5
- Author:
- Erich Schubert
-
-
Constructor Summary
Constructors Constructor Description MultiBorder(Border i, Border j)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Core
getCore()
Get the core this is assigned to.java.lang.String
toString()
Assignment
update(Border border)
Add a new border to the existing borders.
-
-
-
Field Detail
-
cs
public Border[] cs
Cluster numbers
-
-
Method Detail
-
update
public Assignment update(Border border)
Add a new border to the existing borders.- Parameters:
border
- New border.
-
getCore
public Core getCore()
Get the core this is assigned to.- Returns:
- Core
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-