Package | Description |
---|---|
org.eclipse.january.dataset |
Modifier and Type | Class and Description |
---|---|
class |
LazyDynamicDataset |
class |
LazyWriteableDataset
Subclass of lazy dataset that allows setting slices
|
Modifier and Type | Field and Description |
---|---|
protected LazyDataset |
LazyDataset.base |
Modifier and Type | Method and Description |
---|---|
LazyDataset |
LazyDataset.clone() |
static LazyDataset |
LazyDataset.createLazyDataset(Dataset dataset)
Create a lazy dataset based on in-memory data (handy for testing)
|
LazyDataset |
LazyDataset.getSliceView(int[] start,
int[] stop,
int[] step) |
LazyDataset |
LazyDataset.getSliceView(Slice... slice) |
LazyDataset |
LazyDataset.getSliceView(SliceND slice) |
LazyDataset |
LazyDataset.getTransposedView(int... axes) |
LazyDataset |
LazyDataset.squeezeEnds() |
Copyright © 2017. All rights reserved.