
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.
|
| 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, makeParameterDistanceFunction, runclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMinPts, rungetInputTypeRestrictionpublic abstract ClusterOrder run(Database db, Relation<O> relation)
db - Databaserelation - RelationCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.