Uses of Class
de.lmu.ifi.dbs.elki.math.linearalgebra.pca.PCAFilteredRunner

Packages that use PCAFilteredRunner
de.lmu.ifi.dbs.elki.algorithm Algorithms suitable as a task for the KDDTask main routine. 
de.lmu.ifi.dbs.elki.index.preprocessed.localpca Index using a preprocessed local PCA. 
de.lmu.ifi.dbs.elki.index.preprocessed.subspaceproj Index using a preprocessed local subspaces. 
de.lmu.ifi.dbs.elki.math.linearalgebra.pca Principal Component Analysis (PCA) and Eigenvector processing. 
 

Uses of PCAFilteredRunner in de.lmu.ifi.dbs.elki.algorithm
 

Fields in de.lmu.ifi.dbs.elki.algorithm declared as PCAFilteredRunner
private  PCAFilteredRunner<V> DependencyDerivator.pca
          Holds the object performing the pca.
protected  PCAFilteredRunner<V> DependencyDerivator.Parameterizer.pca
           
 

Constructors in de.lmu.ifi.dbs.elki.algorithm with parameters of type PCAFilteredRunner
DependencyDerivator(PrimitiveDistanceFunction<V,D> distanceFunction, NumberFormat nf, PCAFilteredRunner<V> pca, int sampleSize, boolean randomsample)
          Constructor.
 

Uses of PCAFilteredRunner in de.lmu.ifi.dbs.elki.index.preprocessed.localpca
 

Fields in de.lmu.ifi.dbs.elki.index.preprocessed.localpca declared as PCAFilteredRunner
protected  PCAFilteredRunner<NV> AbstractFilteredPCAIndex.pca
          PCA utility object.
protected  PCAFilteredRunner<NV> AbstractFilteredPCAIndex.Factory.pca
          PCA utility object.
protected  PCAFilteredRunner<NV> AbstractFilteredPCAIndex.Factory.Parameterizer.pca
          PCA utility object.
 

Constructors in de.lmu.ifi.dbs.elki.index.preprocessed.localpca with parameters of type PCAFilteredRunner
AbstractFilteredPCAIndex.Factory(DistanceFunction<NV,DoubleDistance> pcaDistanceFunction, PCAFilteredRunner<NV> pca)
          Constructor.
AbstractFilteredPCAIndex(Relation<NV> relation, PCAFilteredRunner<NV> pca)
          Constructor.
KNNQueryFilteredPCAIndex.Factory(DistanceFunction<V,DoubleDistance> pcaDistanceFunction, PCAFilteredRunner<V> pca, Integer k)
          Constructor.
KNNQueryFilteredPCAIndex(Relation<NV> database, PCAFilteredRunner<NV> pca, KNNQuery<NV,DoubleDistance> knnQuery, int k)
          Constructor.
RangeQueryFilteredPCAIndex.Factory(DistanceFunction<V,DoubleDistance> pcaDistanceFunction, PCAFilteredRunner<V> pca, DoubleDistance epsilon)
          Constructor.
RangeQueryFilteredPCAIndex(Relation<NV> database, PCAFilteredRunner<NV> pca, RangeQuery<NV,DoubleDistance> rangeQuery, DoubleDistance epsilon)
          Constructor.
 

Uses of PCAFilteredRunner in de.lmu.ifi.dbs.elki.index.preprocessed.subspaceproj
 

Fields in de.lmu.ifi.dbs.elki.index.preprocessed.subspaceproj declared as PCAFilteredRunner
private  PCAFilteredRunner<V> FourCSubspaceIndex.pca
          The Filtered PCA Runner
private  PCAFilteredRunner<V> FourCSubspaceIndex.Factory.pca
          The Filtered PCA Runner
private  PCAFilteredRunner<V> FourCSubspaceIndex.Factory.Parameterizer.pca
          The Filtered PCA Runner
 

Constructors in de.lmu.ifi.dbs.elki.index.preprocessed.subspaceproj with parameters of type PCAFilteredRunner
FourCSubspaceIndex.Factory(D epsilon, DistanceFunction<V,D> rangeQueryDistanceFunction, int minpts, PCAFilteredRunner<V> pca)
          Constructor.
FourCSubspaceIndex(Relation<V> relation, D epsilon, DistanceFunction<V,D> rangeQueryDistanceFunction, int minpts, PCAFilteredRunner<V> pca)
          Full constructor.
 

Uses of PCAFilteredRunner in de.lmu.ifi.dbs.elki.math.linearalgebra.pca
 

Methods in de.lmu.ifi.dbs.elki.math.linearalgebra.pca that return PCAFilteredRunner
protected  PCAFilteredRunner<V> PCAFilteredRunner.Parameterizer.makeInstance()
           
 


Release 0.4.0 (2011-09-20_1324)