|
||||||||||
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.weighted.LinearWeightedExtendedNeighborhood.Factory<O>
public static class LinearWeightedExtendedNeighborhood.Factory<O>
Factory class.
Nested Class Summary | |
---|---|
static class |
LinearWeightedExtendedNeighborhood.Factory.Parameterizer<O>
Parameterization class. |
Field Summary | |
---|---|
private NeighborSetPredicate.Factory<O> |
inner
Inner neighbor set predicate |
private int |
steps
Number of steps to do |
Constructor Summary | |
---|---|
LinearWeightedExtendedNeighborhood.Factory(NeighborSetPredicate.Factory<O> inner,
int steps)
Constructor. |
Method Summary | |
---|---|
TypeInformation |
getInputTypeRestriction()
Get the input type information |
LinearWeightedExtendedNeighborhood |
instantiate(Relation<? extends O> database)
Instantiation method. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private NeighborSetPredicate.Factory<O> inner
private int steps
Constructor Detail |
---|
public LinearWeightedExtendedNeighborhood.Factory(NeighborSetPredicate.Factory<O> inner, int steps)
inner
- Inner neighbor set predicatesteps
- Number of steps to doMethod Detail |
---|
public LinearWeightedExtendedNeighborhood instantiate(Relation<? extends O> database)
WeightedNeighborSetPredicate.Factory
instantiate
in interface WeightedNeighborSetPredicate.Factory<O>
database
- Relation to instantiate for.
public TypeInformation getInputTypeRestriction()
WeightedNeighborSetPredicate.Factory
getInputTypeRestriction
in interface WeightedNeighborSetPredicate.Factory<O>
|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |