|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.lmu.ifi.dbs.elki.index.preprocessed.localpca.AbstractFilteredPCAIndex.Factory<NV,I>
public abstract static class AbstractFilteredPCAIndex.Factory<NV extends NumberVector<NV,?>,I extends AbstractFilteredPCAIndex<NV>>
Factory class
Nested Class Summary | |
---|---|
static class |
AbstractFilteredPCAIndex.Factory.Parameterizer<NV extends NumberVector<NV,?>,I extends AbstractFilteredPCAIndex<NV>>
Parameterization class. |
Field Summary | |
---|---|
protected PCAFilteredRunner<NV> |
pca
PCA utility object. |
static OptionID |
PCA_DISTANCE_ID
Parameter to specify the distance function used for running PCA. |
protected DistanceFunction<NV,DoubleDistance> |
pcaDistanceFunction
Holds the instance of the distance function specified by PCA_DISTANCE_ID . |
Constructor Summary | |
---|---|
AbstractFilteredPCAIndex.Factory(DistanceFunction<NV,DoubleDistance> pcaDistanceFunction,
PCAFilteredRunner<NV> pca)
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 |
---|
public static final OptionID PCA_DISTANCE_ID
-localpca.distancefunction
protected DistanceFunction<NV extends NumberVector<NV,?>,DoubleDistance> pcaDistanceFunction
PCA_DISTANCE_ID
.
protected PCAFilteredRunner<NV extends NumberVector<NV,?>> pca
Constructor Detail |
---|
public AbstractFilteredPCAIndex.Factory(DistanceFunction<NV,DoubleDistance> pcaDistanceFunction, PCAFilteredRunner<NV> pca)
pcaDistanceFunction
- distance Functionpca
- PCA runnerMethod Detail |
---|
public abstract I instantiate(Relation<NV> relation)
FilteredLocalPCAIndex.Factory
instantiate
in interface IndexFactory<NV extends NumberVector<NV,?>,I extends AbstractFilteredPCAIndex<NV>>
instantiate
in interface FilteredLocalPCAIndex.Factory<NV extends NumberVector<NV,?>,I extends AbstractFilteredPCAIndex<NV>>
instantiate
in interface LocalProjectionIndex.Factory<NV extends NumberVector<NV,?>,I extends AbstractFilteredPCAIndex<NV>>
relation
- Relation to use
public TypeInformation getInputTypeRestriction()
IndexFactory
getInputTypeRestriction
in interface IndexFactory<NV extends NumberVector<NV,?>,I extends AbstractFilteredPCAIndex<NV>>
|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |