Modifier and Type | Method and Description |
---|---|
SingleCSVRecord |
DataVecTransformClient.transformIncremental(SingleCSVRecord transform) |
Modifier and Type | Method and Description |
---|---|
Base64NDArrayBody |
DataVecTransformClient.transformArrayIncremental(SingleCSVRecord singleCsvRecord) |
SingleCSVRecord |
DataVecTransformClient.transformIncremental(SingleCSVRecord transform) |
Modifier and Type | Method and Description |
---|---|
SingleCSVRecord |
CSVSparkTransform.transform(SingleCSVRecord record)
Runs the transform process
|
Modifier and Type | Method and Description |
---|---|
Base64NDArrayBody |
CSVSparkTransform.toArray(SingleCSVRecord record)
Convert a raw record via
the
TransformProcess
to a base 64ed ndarray |
SingleCSVRecord |
CSVSparkTransform.transform(SingleCSVRecord record)
Runs the transform process
|
Modifier and Type | Method and Description |
---|---|
static SingleCSVRecord |
SingleCSVRecord.fromRow(DataSet row)
Instantiate a csv record from a vector
given either an input dataset and a
one hot matrix, the index will be appended to
the end of the record, or for regression
it will append all values in the labels
|
Modifier and Type | Method and Description |
---|---|
void |
BatchCSVRecord.add(SingleCSVRecord record)
Add a record
|
Modifier and Type | Method and Description |
---|---|
SingleCSVRecord |
DataVecTransformService.transformIncremental(SingleCSVRecord singleCsvRecord) |
Modifier and Type | Method and Description |
---|---|
Base64NDArrayBody |
DataVecTransformService.transformArrayIncremental(SingleCSVRecord singleCsvRecord) |
SingleCSVRecord |
DataVecTransformService.transformIncremental(SingleCSVRecord singleCsvRecord) |
Modifier and Type | Method and Description |
---|---|
SingleCSVRecord |
CSVSparkTransformServer.transformIncremental(SingleCSVRecord transform) |
SingleCSVRecord |
ImageSparkTransformServer.transformIncremental(SingleCSVRecord singleCsvRecord) |
Modifier and Type | Method and Description |
---|---|
Base64NDArrayBody |
CSVSparkTransformServer.transformArrayIncremental(SingleCSVRecord singleCsvRecord) |
Base64NDArrayBody |
ImageSparkTransformServer.transformArrayIncremental(SingleCSVRecord singleCsvRecord) |
SingleCSVRecord |
CSVSparkTransformServer.transformIncremental(SingleCSVRecord transform) |
SingleCSVRecord |
ImageSparkTransformServer.transformIncremental(SingleCSVRecord singleCsvRecord) |
Copyright © 2020. All rights reserved.