7 references to featureLength
Microsoft.ML.Samples (7)
Dynamic\Trainers\BinaryClassification\FieldAwareFactorizationMachineWithOptions.cs (7)
125
[VectorType(
featureLength
)]
129
[VectorType(
featureLength
)]
133
[VectorType(
featureLength
)]
165
Field0 = new float[
featureLength
],
166
Field1 = new float[
featureLength
],
167
Field2 = new float[
featureLength
]
175
for (int j = 0; j <
featureLength
; ++j)