|
||||||||||
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.Factory<Object> de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.neighborhood.ExternalNeighborhood.Factory
public static class ExternalNeighborhood.Factory
Factory class.
Nested Class Summary | |
---|---|
static class |
ExternalNeighborhood.Factory.Parameterizer
Parameterization class. |
Field Summary | |
---|---|
private File |
file
The input file. |
Constructor Summary | |
---|---|
ExternalNeighborhood.Factory(File file)
Constructor. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private File file
Constructor Detail |
---|
public ExternalNeighborhood.Factory(File file)
file
- File to loadMethod Detail |
---|
public NeighborSetPredicate instantiate(Relation<?> database)
NeighborSetPredicate.Factory
database
- Relation to instantiate for.
public TypeInformation getInputTypeRestriction()
NeighborSetPredicate.Factory
private DataStore<DBIDs> loadNeighbors(Relation<?> database)
|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |