public static class TabularDataSet.Item extends Object implements MLDataItem
Constructor and Description |
---|
Item(float[] in,
float[] targetOutput) |
Item(Tensor input,
Tensor targetOutput) |
Modifier and Type | Method and Description |
---|---|
Tensor |
getInput()
Returns an input for machine learning model of this item.
|
Tensor |
getTargetOutput()
Returns target output for machine learning model of this item.
|
String |
toString() |
public Tensor getInput()
MLDataItem
getInput
in interface MLDataItem
public Tensor getTargetOutput()
MLDataItem
getTargetOutput
in interface MLDataItem
Copyright © 2022. All rights reserved.