3 references to _featureVectorLength
Microsoft.ML.SamplesUtils (3)
SamplesDatasetUtils.cs (3)
341
[VectorType(
_featureVectorLength
)]
353
Features = new float[
_featureVectorLength
];
371
for (int j = 0; j <
_featureVectorLength
; ++j)