Class ExpressionDataSVDTest
- java.lang.Object
-
- ubic.gemma.core.analysis.preprocess.ExpressionDataSVDTest
-
public class ExpressionDataSVDTest extends Object
- Author:
- paul
-
-
Constructor Summary
Constructors Constructor Description ExpressionDataSVDTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
testEigenvalues()
void
testGetS()
void
testGetU()
void
testMatrixReconstruct()
void
testMatrixReconstructB()
void
testUMatrixAsExpressionData()
void
testUMatrixAsExpressionDataUnnormalized()
void
testVarianceFractions()
void
testWinnow()
-
-
-
Method Detail
-
testGetS
public void testGetS()
-
testGetU
public void testGetU()
-
testMatrixReconstruct
public void testMatrixReconstruct()
-
testEigenvalues
public void testEigenvalues() throws SVDException
- Throws:
SVDException
-
testVarianceFractions
public void testVarianceFractions()
-
testUMatrixAsExpressionData
public void testUMatrixAsExpressionData() throws SVDException
- Throws:
SVDException
-
testUMatrixAsExpressionDataUnnormalized
public void testUMatrixAsExpressionDataUnnormalized()
-
testWinnow
public void testWinnow()
-
-