
public static class ExternalNeighborhood.Factory extends AbstractPrecomputedNeighborhood.Factory<Object>
| Modifier and Type | Class and Description |
|---|---|
static class |
ExternalNeighborhood.Factory.Parameterizer
Parameterization class.
|
| Constructor and Description |
|---|
ExternalNeighborhood.Factory(File file)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
TypeInformation |
getInputTypeRestriction()
Get the input type information
|
NeighborSetPredicate |
instantiate(Relation<?> database)
Instantiation method.
|
private DataStore<DBIDs> |
loadNeighbors(Relation<?> database)
Method to load the external neighbors.
|
private File file
public ExternalNeighborhood.Factory(File file)
file - File to loadpublic NeighborSetPredicate instantiate(Relation<?> database)
NeighborSetPredicate.Factorydatabase - Relation to instantiate for.public TypeInformation getInputTypeRestriction()
NeighborSetPredicate.Factory