public class CSVRecord
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
CSVRecord() |
| Modifier and Type | Method and Description |
|---|---|
static CSVRecord |
fromRow(org.nd4j.linalg.dataset.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
|
public static CSVRecord fromRow(org.nd4j.linalg.dataset.DataSet row)
row - the input vectorsDataSet