2 writes to Host
Microsoft.ML.Ensemble (2)
OutputCombiners\BaseStacking.cs (2)
38Host = env.Register(name); 53Host = env.Register(name);
7 references to Host
Microsoft.ML.Ensemble (7)
OutputCombiners\BaseStacking.cs (7)
39Host.AssertValue(args, "args"); 40Host.CheckUserArg(0 <= args.ValidationDatasetProportion && args.ValidationDatasetProportion < 1, 46Host.CheckValue(BasePredictorType, nameof(BasePredictorType)); 54Host.AssertValue(ctx); 70Host.Check(Meta != null, "Can't save an untrained Stacking combiner"); 71Host.CheckValue(ctx, nameof(ctx)); 78Host.Assert(Meta != null);