1 instantiation of FfmExample
Microsoft.ML.Tests (1)
TrainerEstimators\FAFMEstimator.cs (1)
129
var sample = new
FfmExample
()
7 references to FfmExample
Microsoft.ML.Tests (7)
TrainerEstimators\FAFMEstimator.cs (7)
25
var pipeline = mlContext.Transforms.CopyColumns(DefaultColumnNames.Features, nameof(
FfmExample
.Field0))
49
ffmArgs.FeatureColumnName = nameof(
FfmExample
.Field0); // First field.
50
ffmArgs.ExtraFeatureColumns = new[] { nameof(
FfmExample
.Field1), nameof(
FfmExample
.Field2) };
122
private static IEnumerable<
FfmExample
> GenerateFfmSamples(int exampleCount)
125
var data = new List<
FfmExample
>();
129
var
sample = new FfmExample()