public class RecordConverter extends Object
| Modifier and Type | Method and Description |
|---|---|
static org.nd4j.linalg.api.ndarray.INDArray |
toArray(Collection<Writable> record)
Convert a record to an ndarray
|
static Collection<Writable> |
toRecord(org.nd4j.linalg.api.ndarray.INDArray array)
Convert an ndarray to a record
|
public static org.nd4j.linalg.api.ndarray.INDArray toArray(Collection<Writable> record)
record - the record to convertpublic static Collection<Writable> toRecord(org.nd4j.linalg.api.ndarray.INDArray array)
array - the array to convertCopyright © 2016. All rights reserved.