Modifier and Type | Class and Description |
---|---|
class |
NDArrayColumnsMathOpTransform
Perform an element wise mathematical operation on 2 or more NDArray columns
|
Modifier and Type | Class and Description |
---|---|
class |
DoubleColumnsMathOpTransform
Add a new double column, calculated from one or more other columns.
|
Modifier and Type | Class and Description |
---|---|
class |
FloatColumnsMathOpTransform
Add a new float column, calculated from one or more other columns.
|
Modifier and Type | Class and Description |
---|---|
class |
CoordinatesDistanceTransform
Computes the Euclidean distance between coordinates found in two columns, divided by an optional third for normalization purposes.
|
Modifier and Type | Class and Description |
---|---|
class |
IntegerColumnsMathOpTransform
Add a new integer column, calculated from one or more other columns.
|
Modifier and Type | Class and Description |
---|---|
class |
LongColumnsMathOpTransform
Add a new long column, calculated from one or more other columns.
|
Copyright © 2020. All rights reserved.