@Deprecated public class DoubleMatrixDataset<T,U> extends DoubleMatrixDatasetAC<T,U>
DoubleMatrixDatasetAC.LoadLabels| Modifier and Type | Field and Description |
|---|---|
Set<U> |
colsToInclude
Deprecated.
|
String |
fileName
Deprecated.
|
double[][] |
rawData
Deprecated.
|
Set<T> |
rowsToInclude
Deprecated.
|
colObjects, hashCols, hashRows, nrCols, nrRows, rowObjects| Constructor and Description |
|---|
DoubleMatrixDataset()
Deprecated.
|
DoubleMatrixDataset(double[][] data)
Deprecated.
|
DoubleMatrixDataset(double[][] data,
List<U> rowNames,
List<T> columnNames)
Deprecated.
|
DoubleMatrixDataset(int nrRows,
int nrCols)
Deprecated.
|
DoubleMatrixDataset(String fileName)
Deprecated.
|
DoubleMatrixDataset(String fileName,
DoubleMatrixDatasetAC.LoadLabels ll)
Deprecated.
|
DoubleMatrixDataset(String fileName,
Set<T> rowsToInclude)
Deprecated.
|
DoubleMatrixDataset(String fileName,
Set<T> rowsToInclude,
DoubleMatrixDatasetAC.LoadLabels ll)
Deprecated.
|
DoubleMatrixDataset(String fileName,
Set<T> rowsToInclude,
Set<U> colsToInclude)
Deprecated.
|
DoubleMatrixDataset(String fileName,
Set<T> rowsToInclude,
Set<U> colsToInclude,
DoubleMatrixDatasetAC.LoadLabels ll)
Deprecated.
|
DoubleMatrixDataset(String fileName,
Set<T> rowsToInclude,
Set<U> colsToInclude,
DoubleMatrixDatasetAC.LoadLabels ll,
int columnOffset)
Deprecated.
|
DoubleMatrixDataset(String fileName,
Set<T> rowsToInclude,
Set<U> colsToInclude,
int columnOffset)
Deprecated.
|
DoubleMatrixDataset(String fileName,
String delimiter)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
calculateProbeCoexpression(String outputFile)
Deprecated.
|
double[] |
get(int x)
Deprecated.
|
double |
get(int x,
int y)
Deprecated.
|
static List<Object> |
getColumnObjectsOnly(String fileName)
Deprecated.
|
double[][] |
getRawData()
Deprecated.
|
double[][] |
getRawDataTransposed()
Deprecated.
|
static List<Object> |
getRowObjectsOnly(String fileName)
Deprecated.
|
DoubleMatrixDataset<U,T> |
getTransposedDataset()
Deprecated.
|
void |
loadExpressionData(String fileName,
String delimiter,
int columnOffset)
Deprecated.
|
void |
recalculateHashMaps()
Deprecated.
|
void |
removeColumnsWithNaNs()
Deprecated.
|
void |
save(String fileName)
Deprecated.
|
void |
setRawData(double[][] rawData)
Deprecated.
|
void |
standardNormalizeData()
Deprecated.
|
void |
transposeDataset()
Deprecated.
|
public double[][] rawData
public String fileName
public DoubleMatrixDataset()
public DoubleMatrixDataset(String fileName) throws IOException
IOExceptionpublic DoubleMatrixDataset(String fileName, DoubleMatrixDatasetAC.LoadLabels ll) throws IOException
IOExceptionpublic DoubleMatrixDataset(String fileName, Set<T> rowsToInclude) throws IOException
IOExceptionpublic DoubleMatrixDataset(String fileName, Set<T> rowsToInclude, DoubleMatrixDatasetAC.LoadLabels ll) throws IOException
IOExceptionpublic DoubleMatrixDataset(String fileName, Set<T> rowsToInclude, Set<U> colsToInclude) throws IOException
IOExceptionpublic DoubleMatrixDataset(String fileName, Set<T> rowsToInclude, Set<U> colsToInclude, int columnOffset) throws IOException
IOExceptionpublic DoubleMatrixDataset(String fileName, Set<T> rowsToInclude, Set<U> colsToInclude, DoubleMatrixDatasetAC.LoadLabels ll) throws IOException
IOExceptionpublic DoubleMatrixDataset(String fileName, Set<T> rowsToInclude, Set<U> colsToInclude, DoubleMatrixDatasetAC.LoadLabels ll, int columnOffset) throws IOException
IOExceptionpublic DoubleMatrixDataset(String fileName, String delimiter) throws IOException
IOExceptionpublic DoubleMatrixDataset(double[][] data)
public DoubleMatrixDataset(double[][] data,
List<U> rowNames,
List<T> columnNames)
public DoubleMatrixDataset(int nrRows,
int nrCols)
public void loadExpressionData(String fileName, String delimiter, int columnOffset) throws IOException
IOExceptionpublic static List<Object> getRowObjectsOnly(String fileName) throws FileNotFoundException, IOException, ClassNotFoundException
public static List<Object> getColumnObjectsOnly(String fileName) throws FileNotFoundException, IOException, ClassNotFoundException
public void recalculateHashMaps()
recalculateHashMaps in class DoubleMatrixDatasetAC<T,U>public void transposeDataset()
public double[][] getRawDataTransposed()
public void calculateProbeCoexpression(String outputFile) throws IOException
IOExceptionpublic void standardNormalizeData()
public void save(String fileName) throws IOException
IOExceptionpublic double[] get(int x)
get in class DoubleMatrixDatasetAC<T,U>public double get(int x,
int y)
get in class DoubleMatrixDatasetAC<T,U>public DoubleMatrixDataset<U,T> getTransposedDataset()
public void removeColumnsWithNaNs()
public double[][] getRawData()
public void setRawData(double[][] rawData)
Copyright © 2015. All Rights Reserved.