| Package | Description |
|---|---|
| org.datavec.dataframe.api | |
| org.datavec.dataframe.columns |
| Modifier and Type | Method and Description |
|---|---|
Selection |
IntColumn.select(IntBiPredicate predicate,
int value) |
Selection |
TimeColumn.select(IntBiPredicate predicate,
int value) |
Selection |
DateColumn.select(IntBiPredicate predicate,
int value) |
| Modifier and Type | Field and Description |
|---|---|
static IntBiPredicate |
IntColumnUtils.isEqualTo |
static IntBiPredicate |
IntColumnUtils.isGreaterThan |
static IntBiPredicate |
IntColumnUtils.isGreaterThanOrEqualTo |
static IntBiPredicate |
IntColumnUtils.isLessThan |
static IntBiPredicate |
IntColumnUtils.isLessThanOrEqualTo |
static IntBiPredicate |
IntColumnUtils.isNotEqualTo |
Copyright © 2017. All rights reserved.