Deep.Net


InputTargetSampleT

Namespace: Datasets

A data sample consisting of an input and target array.

Record Fields

Record FieldDescription
Input
Signature: Tensor<single>

the input array

Target
Signature: Tensor<single>

the target array

Fork me on GitHub