|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProjectionResult | |
---|---|
de.lmu.ifi.dbs.elki.index.preprocessed | Index structure based on preprocessors |
de.lmu.ifi.dbs.elki.index.preprocessed.subspaceproj | Index using a preprocessed local subspaces. |
de.lmu.ifi.dbs.elki.math.linearalgebra | Linear Algebra package provides classes and computational methods for operations on matrices. |
de.lmu.ifi.dbs.elki.math.linearalgebra.pca | Principal Component Analysis (PCA) and Eigenvector processing. |
Uses of ProjectionResult in de.lmu.ifi.dbs.elki.index.preprocessed |
---|
Classes in de.lmu.ifi.dbs.elki.index.preprocessed with type parameters of type ProjectionResult | |
---|---|
interface |
LocalProjectionIndex<V extends NumberVector<?,?>,P extends ProjectionResult>
Abstract index interface for local projections |
Uses of ProjectionResult in de.lmu.ifi.dbs.elki.index.preprocessed.subspaceproj |
---|
Classes in de.lmu.ifi.dbs.elki.index.preprocessed.subspaceproj with type parameters of type ProjectionResult | |
---|---|
class |
AbstractSubspaceProjectionIndex<NV extends NumberVector<?,?>,D extends Distance<D>,P extends ProjectionResult>
Abstract base class for a local PCA based index. |
interface |
SubspaceProjectionIndex<NV extends NumberVector<?,?>,P extends ProjectionResult>
Interface for an index providing local subspaces. |
Uses of ProjectionResult in de.lmu.ifi.dbs.elki.math.linearalgebra |
---|
Classes in de.lmu.ifi.dbs.elki.math.linearalgebra that implement ProjectionResult | |
---|---|
class |
SubspaceProjectionResult
Simple class wrapping the result of a subspace projection. |
Uses of ProjectionResult in de.lmu.ifi.dbs.elki.math.linearalgebra.pca |
---|
Classes in de.lmu.ifi.dbs.elki.math.linearalgebra.pca that implement ProjectionResult | |
---|---|
class |
PCAFilteredResult
Result class for a filtered PCA. |
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |