2 writes to Host
Microsoft.ML.Ensemble (2)
OutputCombiners\BaseAverager.cs (2)
17Host = env.Register(name); 24Host = env.Register(name);
5 references to Host
Microsoft.ML.Ensemble (5)
OutputCombiners\BaseAverager.cs (3)
25Host.CheckValue(ctx, nameof(ctx)); 30Host.CheckDecode(cbFloat == sizeof(Single)); 35Host.CheckValue(ctx, nameof(ctx));
OutputCombiners\WeightedAverage.cs (2)
57Host.CheckUserArg(Enum.IsDefined(typeof(WeightageKind), _weightageKind), nameof(options.WeightageName)); 66Host.CheckDecode(Enum.IsDefined(typeof(WeightageKind), _weightageKind));