|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.lmu.ifi.dbs.elki.math.linearalgebra.SubspaceProjectionResult
public class SubspaceProjectionResult
Simple class wrapping the result of a subspace projection.
Field Summary | |
---|---|
private int |
correlationDimensionality
The correlation dimensionality |
private Matrix |
similarityMat
The similarity matrix |
Constructor Summary | |
---|---|
SubspaceProjectionResult(int correlationDimensionality,
Matrix similarityMat)
Constructor. |
Method Summary | |
---|---|
int |
getCorrelationDimension()
Get the number of "strong" dimensions |
Matrix |
similarityMatrix()
Projection matrix |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private int correlationDimensionality
private Matrix similarityMat
Constructor Detail |
---|
public SubspaceProjectionResult(int correlationDimensionality, Matrix similarityMat)
correlationDimensionality
- dimensionalitysimilarityMat
- projection matrixMethod Detail |
---|
public int getCorrelationDimension()
ProjectionResult
getCorrelationDimension
in interface ProjectionResult
public Matrix similarityMatrix()
ProjectionResult
similarityMatrix
in interface ProjectionResult
|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |