|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.neighborhood.AbstractPrecomputedNeighborhood de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.neighborhood.ExternalNeighborhood
public class ExternalNeighborhood
A precomputed neighborhood, loaded from an external file.
Nested Class Summary | |
---|---|
static class |
ExternalNeighborhood.Factory
Factory class. |
Field Summary | |
---|---|
(package private) static Logging |
logger
Logger |
static OptionID |
NEIGHBORHOOD_FILE_ID
Parameter to specify the neighborhood file |
Fields inherited from class de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.neighborhood.AbstractPrecomputedNeighborhood |
---|
store |
Constructor Summary | |
---|---|
ExternalNeighborhood(DataStore<DBIDs> store)
Constructor. |
Method Summary | |
---|---|
protected Logging |
getLogger()
The logger to use for error reporting. |
String |
getLongName()
A "pretty" name for the result, for use in titles, captions and menus. |
String |
getShortName()
A short name for the result, useful for file names. |
Methods inherited from class de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.neighborhood.AbstractPrecomputedNeighborhood |
---|
getNeighborDBIDs |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
static final Logging logger
public static final OptionID NEIGHBORHOOD_FILE_ID
Constructor Detail |
---|
public ExternalNeighborhood(DataStore<DBIDs> store)
store
- Store to accessMethod Detail |
---|
public String getLongName()
Result
public String getShortName()
Result
protected Logging getLogger()
AbstractPrecomputedNeighborhood
getLogger
in class AbstractPrecomputedNeighborhood
|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |