O
- Object type stored in the indexpublic abstract class AbstractIndex<O> extends java.lang.Object implements Index
Modifier and Type | Field and Description |
---|---|
protected Relation<O> |
relation
The representation we are bound to.
|
Constructor and Description |
---|
AbstractIndex(Relation<O> relation)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
abstract java.lang.String |
getLongName()
A "pretty" name for the result, for use in titles, captions and menus.
|
abstract java.lang.String |
getShortName()
A short name for the result, useful for file names.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
initialize, logStatistics
public abstract java.lang.String getLongName()
Result
getLongName
in interface Result
public abstract java.lang.String getShortName()
Result
getShortName
in interface Result
Copyright © 2019 ELKI Development Team. License information.