
public class ExternalNeighborhood extends AbstractPrecomputedNeighborhood
| Modifier and Type | Class and Description |
|---|---|
static class |
ExternalNeighborhood.Factory
Factory class.
|
| Modifier and Type | Field and Description |
|---|---|
private static Logging |
LOG
Logger
|
static OptionID |
NEIGHBORHOOD_FILE_ID
Parameter to specify the neighborhood file
|
store| Constructor and Description |
|---|
ExternalNeighborhood(DataStore<DBIDs> store)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
getNeighborDBIDsprivate static final Logging LOG
public static final OptionID NEIGHBORHOOD_FILE_ID
public String getLongName()
Resultpublic String getShortName()
Resultprotected Logging getLogger()
AbstractPrecomputedNeighborhoodgetLogger in class AbstractPrecomputedNeighborhood