| Package | Description |
|---|---|
| umcg.genetica.math.matrix |
| Modifier and Type | Method and Description |
|---|---|
static DoubleMatrixDatasetAC.LoadLabels |
DoubleMatrixDatasetAC.LoadLabels.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DoubleMatrixDatasetAC.LoadLabels[] |
DoubleMatrixDatasetAC.LoadLabels.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
DoubleMatrixDataset(String fileName,
DoubleMatrixDatasetAC.LoadLabels ll)
Deprecated.
|
DoubleMatrixDataset(String fileName,
Set<T> rowsToInclude,
DoubleMatrixDatasetAC.LoadLabels ll)
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.
|
DoubleMatrixDatasetRA(String fileName,
DoubleMatrixDatasetAC.LoadLabels ll)
Deprecated.
|
DoubleMatrixDatasetRA(String fileName,
Set<T> rowsToInclude,
DoubleMatrixDatasetAC.LoadLabels ll)
Deprecated.
|
DoubleMatrixDatasetRA(String fileName,
Set<T> rowsToInclude,
Set<U> colsToInclude,
DoubleMatrixDatasetAC.LoadLabels ll)
Deprecated.
|
Copyright © 2015. All Rights Reserved.