1 write to Field0
Microsoft.ML.Tests (1)
TrainerEstimators\FAFMEstimator.cs (1)
132
Field0
= new float[_simpleBinaryClassSampleFeatureLength],
3 references to Field0
Microsoft.ML.Tests (3)
TrainerEstimators\FAFMEstimator.cs (3)
25
var pipeline = mlContext.Transforms.CopyColumns(DefaultColumnNames.Features, nameof(FfmExample.
Field0
))
49
ffmArgs.FeatureColumnName = nameof(FfmExample.
Field0
); // First field.
143
sample.
Field0
[j] = value0;