@Deprecated public class DoubleMatrixDatasetRA<T,U> extends DoubleMatrixDatasetAC
DoubleMatrixDatasetAC.LoadLabels| Modifier and Type | Field and Description |
|---|---|
Set<U> |
colsToInclude
Deprecated.
|
String |
fileName
Deprecated.
|
int |
nrColsTotal
Deprecated.
|
Set<T> |
rowsToInclude
Deprecated.
|
colObjects, hashCols, hashRows, nrCols, nrRows, rowObjects| Constructor and Description |
|---|
DoubleMatrixDatasetRA(String fileName)
Deprecated.
|
DoubleMatrixDatasetRA(String fileName,
DoubleMatrixDatasetAC.LoadLabels ll)
Deprecated.
|
DoubleMatrixDatasetRA(String fileName,
Set<T> rowsToInclude)
Deprecated.
|
DoubleMatrixDatasetRA(String fileName,
Set<T> rowsToInclude,
DoubleMatrixDatasetAC.LoadLabels ll)
Deprecated.
|
DoubleMatrixDatasetRA(String fileName,
Set<T> rowsToInclude,
Set<U> colsToInclude)
Deprecated.
|
DoubleMatrixDatasetRA(String fileName,
Set<T> rowsToInclude,
Set<U> colsToInclude,
DoubleMatrixDatasetAC.LoadLabels ll)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
double[] |
get(int x)
Deprecated.
|
double |
get(int x,
int y)
Deprecated.
|
static List<Object> |
getColumnObjectsOnly(String fileName)
Deprecated.
|
double[] |
getNextRow()
Deprecated.
|
static List<Object> |
getRowObjectsOnly(String fileName)
Deprecated.
|
void |
recalculateHashMaps()
Deprecated.
|
public int nrColsTotal
public String fileName
public DoubleMatrixDatasetRA(String fileName) throws IOException
IOExceptionpublic DoubleMatrixDatasetRA(String fileName, DoubleMatrixDatasetAC.LoadLabels ll) throws IOException
IOExceptionpublic DoubleMatrixDatasetRA(String fileName, Set<T> rowsToInclude) throws IOException
IOExceptionpublic DoubleMatrixDatasetRA(String fileName, Set<T> rowsToInclude, DoubleMatrixDatasetAC.LoadLabels ll) throws IOException
IOExceptionpublic DoubleMatrixDatasetRA(String fileName, Set<T> rowsToInclude, Set<U> colsToInclude) throws IOException
IOExceptionpublic DoubleMatrixDatasetRA(String fileName, Set<T> rowsToInclude, Set<U> colsToInclude, DoubleMatrixDatasetAC.LoadLabels ll) 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 double[] getNextRow()
public double[] get(int x)
get in class DoubleMatrixDatasetACpublic double get(int x,
int y)
get in class DoubleMatrixDatasetACpublic void recalculateHashMaps()
recalculateHashMaps in class DoubleMatrixDatasetACCopyright © 2015. All Rights Reserved.