@Deprecated public abstract class DoubleMatrixDatasetAC<T,U> extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DoubleMatrixDatasetAC.LoadLabels
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
List<U> |
colObjects
Deprecated.
|
Map<U,Integer> |
hashCols
Deprecated.
|
Map<T,Integer> |
hashRows
Deprecated.
|
int |
nrCols
Deprecated.
|
int |
nrRows
Deprecated.
|
List<T> |
rowObjects
Deprecated.
|
| Constructor and Description |
|---|
DoubleMatrixDatasetAC()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
abstract double[] |
get(int x)
Deprecated.
|
abstract double |
get(int x,
int y)
Deprecated.
|
abstract void |
recalculateHashMaps()
Deprecated.
|
Copyright © 2015. All Rights Reserved.