| Package | Description |
|---|---|
| org.datavec.api.transform | |
| org.datavec.api.transform.ndarray |
| Modifier and Type | Method and Description |
|---|---|
static Distance |
Distance.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Distance[] |
Distance.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TransformProcess.Builder |
TransformProcess.Builder.ndArrayDistanceTransform(String newColumnName,
Distance distance,
String firstCol,
String secondCol)
Calculate a distance (cosine similarity, Euclidean, Manhattan) on two equal-sized NDArray columns.
|
| Constructor and Description |
|---|
NDArrayDistanceTransform(String newColumnName,
Distance distance,
String firstCol,
String secondCol) |
Copyright © 2019. All rights reserved.