| Class | Description |
|---|---|
| NDArrayColumnsMathOpTransform |
Perform an element wise mathematical operation on 2 or more NDArray columns
|
| NDArrayDistanceTransform |
Calculate the distance (cosine similarity, EUCLIDEAN, MANHATTAN) between two INDArrays
|
| NDArrayMathFunctionTransform |
A simple transform to do common mathematical operations, such as sin(x), ceil(x), etc.
Operations are performed element-wise on each value in the INDArray; operations are specified by MathFunction |
| NDArrayScalarOpTransform |
Perform an NDArray/scalar element wise operation, such as X.addi(scalar).
|
Copyright © 2020. All rights reserved.