|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.lmu.ifi.dbs.elki.index.preprocessed.subspaceproj.AbstractSubspaceProjectionIndex.Factory<NV,D,I>
public abstract static class AbstractSubspaceProjectionIndex.Factory<NV extends NumberVector<?,?>,D extends Distance<D>,I extends AbstractSubspaceProjectionIndex<NV,D,?>>

Factory class
| Nested Class Summary | |
|---|---|
static class |
AbstractSubspaceProjectionIndex.Factory.Parameterizer<NV extends NumberVector<?,?>,D extends Distance<D>,C>
Parameterization class. |
| Field Summary | |
|---|---|
protected D |
epsilon
Contains the value of parameter epsilon; |
protected int |
minpts
Holds the value of parameter minpts. |
protected DistanceFunction<NV,D> |
rangeQueryDistanceFunction
The distance function for the variance analysis. |
| Constructor Summary | |
|---|---|
AbstractSubspaceProjectionIndex.Factory(D epsilon,
DistanceFunction<NV,D> rangeQueryDistanceFunction,
int minpts)
Constructor. |
|
| Method Summary | |
|---|---|
TypeInformation |
getInputTypeRestriction()
Get the input type restriction used for negotiating the data query. |
abstract I |
instantiate(Relation<NV> relation)
Instantiate the index for a given database. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected D extends Distance<D> epsilon
protected DistanceFunction<NV extends NumberVector<?,?>,D extends Distance<D>> rangeQueryDistanceFunction
protected int minpts
| Constructor Detail |
|---|
public AbstractSubspaceProjectionIndex.Factory(D epsilon,
DistanceFunction<NV,D> rangeQueryDistanceFunction,
int minpts)
epsilon - rangeQueryDistanceFunction - minpts - | Method Detail |
|---|
public abstract I instantiate(Relation<NV> relation)
SubspaceProjectionIndex.Factory
instantiate in interface IndexFactory<NV extends NumberVector<?,?>,I extends AbstractSubspaceProjectionIndex<NV,D,?>>instantiate in interface LocalProjectionIndex.Factory<NV extends NumberVector<?,?>,I extends AbstractSubspaceProjectionIndex<NV,D,?>>instantiate in interface SubspaceProjectionIndex.Factory<NV extends NumberVector<?,?>,I extends AbstractSubspaceProjectionIndex<NV,D,?>>relation - Relation
public TypeInformation getInputTypeRestriction()
IndexFactory
getInputTypeRestriction in interface IndexFactory<NV extends NumberVector<?,?>,I extends AbstractSubspaceProjectionIndex<NV,D,?>>
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||