O - the type of objects handled by the algorithmR - the type of results in the cluster orderpublic abstract class GeneralizedOPTICS<O,R extends ClusterOrder> extends AbstractAlgorithm<R> implements OPTICSTypeAlgorithm
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
GeneralizedOPTICS.Instance<O,R>
Instance for processing a single data set. 
 | 
ALGORITHM_ID| Constructor and Description | 
|---|
GeneralizedOPTICS()
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
abstract ClusterOrder | 
run(Database db,
   Relation<O> relation)
Run OPTICS on the database. 
 | 
getInputTypeRestriction, getLogger, runclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMinPts, rungetInputTypeRestrictionpublic abstract ClusterOrder run(Database db, Relation<O> relation)
db - Databaserelation - RelationCopyright © 2019 ELKI Development Team. License information.