CsvSample constructor

const CsvSample(
  1. Tensor features,
  2. double label
)

Implementation

const CsvSample(this.features, this.label);