Class AbstractDoubleMatrixTest
java.lang.Object
ubic.basecode.dataStructure.matrix.AbstractDoubleMatrixTest
- Direct Known Subclasses:
CompressedSparseDoubleMatrixTest,DenseDoubleMatrixTest,FastRowAccessDoubleMatrixTest
TODO Document Me
- Author:
- Paul
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DoubleMatrixReaderprotected double[][]protected DoubleMatrix<String, String> protected DoubleMatrix<String, String> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidtestCopy()voidtestGet()voidtestGet2()Test method forDenseDoubleMatrix.get(int, int).voidTest method forDoubleMatrix.getByKeys(Object, Object).voidTest method forDenseDoubleMatrix.getColByName(java.lang.Object).voidvoidvoidvoidTest method forDenseDoubleMatrix.getColObj(int).voidvoidTest method forDenseDoubleMatrix.getColumn(int).voidTest method forDenseDoubleMatrix.getObject(int, int).voidvoidTest method forDenseDoubleMatrix.getRow(int).voidvoidTest method forDenseDoubleMatrix.getRowArrayList(int).voidTest method forDenseDoubleMatrix.getRowByName(java.lang.Object).voidvoidvoidvoidTest method forDenseDoubleMatrix.getRowObj(int).voidvoidvoidTest method forDenseDoubleMatrix.isMissing(int, int).voidtestRows()voidTest method forDenseDoubleMatrix.rows().voidtestSet()voidtestSet2()Test method for.invalid reference
ubic.basecode.dataStructure.matrix.DenseDoubleMatrix#set(int, int, double)voidvoidvoidtestSize()voidvoidvoidvoidvoidTest method forDoubleMatrix.toString().voidvoidvoidTest method forDenseDoubleMatrix.viewRow(int).
-
Field Details
-
f
-
testArray
protected double[][] testArray -
testdata
-
testM
-
-
Constructor Details
-
AbstractDoubleMatrixTest
public AbstractDoubleMatrixTest()
-
-
Method Details
-
testColumns
public void testColumns() -
testCopy
public void testCopy() -
testGet
public void testGet() -
testGet2
public void testGet2()Test method forDenseDoubleMatrix.get(int, int). -
testGetByKeys
public void testGetByKeys()Test method forDoubleMatrix.getByKeys(Object, Object). -
testGetColByName
public void testGetColByName()Test method forDenseDoubleMatrix.getColByName(java.lang.Object). -
testGetColByNameFail
public void testGetColByNameFail() -
testGetColByNameNull
public void testGetColByNameNull() -
testGetColObj
public void testGetColObj() -
testGetColObj2
public void testGetColObj2()Test method forDenseDoubleMatrix.getColObj(int). -
testGetColRange
public void testGetColRange() -
testGetColumn
public void testGetColumn()Test method forDenseDoubleMatrix.getColumn(int). -
testGetObject
public void testGetObject()Test method forDenseDoubleMatrix.getObject(int, int). -
testGetRow
public void testGetRow() -
testGetRow2
public void testGetRow2()Test method forDenseDoubleMatrix.getRow(int). -
testGetRowArrayList
public void testGetRowArrayList() -
testGetRowArrayList2
public void testGetRowArrayList2()Test method forDenseDoubleMatrix.getRowArrayList(int). -
testGetRowByName
public void testGetRowByName()Test method forDenseDoubleMatrix.getRowByName(java.lang.Object). -
testGetRowByNameFail
public void testGetRowByNameFail() -
testGetRowByNameNull
public void testGetRowByNameNull() -
testGetRowObj
public void testGetRowObj() -
testGetRowObj2
public void testGetRowObj2()Test method forDenseDoubleMatrix.getRowObj(int). -
testGetRowRange
public void testGetRowRange() -
testIsMissing
- Throws:
Exception
-
testIsMissing2
public void testIsMissing2()Test method forDenseDoubleMatrix.isMissing(int, int). -
testRows
public void testRows() -
testRows2
public void testRows2()Test method forDenseDoubleMatrix.rows(). -
testSet
public void testSet() -
testSet2
public void testSet2()Test method for.invalid reference
ubic.basecode.dataStructure.matrix.DenseDoubleMatrix#set(int, int, double) -
testSetIntIntDouble
public void testSetIntIntDouble() -
testSetIntIntObject
public void testSetIntIntObject() -
testSize
public void testSize() -
testSortByColumnAbsoluteValue
public void testSortByColumnAbsoluteValue() -
testSubsetColumns
public void testSubsetColumns() -
testSubsetRows
public void testSubsetRows() -
testToArray
public void testToArray() -
testToString
public void testToString()Test method forDoubleMatrix.toString(). -
testViewColumn
public void testViewColumn() -
testViewRow
public void testViewRow() -
testViewRow2
public void testViewRow2()Test method forDenseDoubleMatrix.viewRow(int).
-