Package | Description |
---|---|
org.eclipse.january.dataset |
Modifier and Type | Class and Description |
---|---|
class |
BooleanBroadcastIterator
Class to run over a pair of datasets in parallel with NumPy broadcasting to promote shapes
which have lower rank and outputs to a third dataset
|
class |
BooleanContiguousIterator
Class to run over a pair of contiguous datasets
|
class |
BooleanNullIterator
Class to run over a single dataset with NumPy broadcasting to promote shapes
which have lower rank and outputs to a second dataset
|
Modifier and Type | Method and Description |
---|---|
static BooleanIterator |
BooleanIterator.createIterator(boolean v,
Dataset a,
Dataset c,
Dataset o)
Create a boolean iterator that stops at every position in the choice dataset where its value matches
the given boolean
|
static BooleanIterator |
BooleanIterator.createIterator(boolean v,
Dataset a,
Dataset c,
Dataset o,
boolean createIfNull)
Create a boolean iterator that stops at every position in the choice dataset where its value matches
the given boolean
|
static BooleanIterator |
BooleanIterator.createIterator(Dataset a,
Dataset c)
Create a boolean iterator that stops at every position in the choice dataset with a true value
|
static BooleanIterator |
BooleanIterator.createIterator(Dataset a,
Dataset c,
Dataset o)
Create a boolean iterator that stops at every position in the choice dataset with a true value
|
BooleanIterator |
Dataset.getBooleanIterator(Dataset choice)
Get an iterator that visits every item in this dataset where the corresponding item in
choice dataset is true
|
BooleanIterator |
AbstractDataset.getBooleanIterator(Dataset choice) |
BooleanIterator |
Dataset.getBooleanIterator(Dataset choice,
boolean value)
Get an iterator that visits every item in this dataset where the corresponding item in
choice dataset is given by value
|
BooleanIterator |
AbstractDataset.getBooleanIterator(Dataset choice,
boolean value) |
Copyright © 2014–2019 Eclipse Foundation. All rights reserved.