3 overrides of SaveCore
Microsoft.ML.Ensemble (3)
OutputCombiners\MultiStacking.cs (1)
74protected override void SaveCore(ModelSaveContext ctx)
OutputCombiners\RegressionStacking.cs (1)
72protected override void SaveCore(ModelSaveContext ctx)
OutputCombiners\Stacking.cs (1)
71protected override void SaveCore(ModelSaveContext ctx)
4 references to SaveCore
Microsoft.ML.Ensemble (4)
OutputCombiners\BaseStacking.cs (1)
73SaveCore(ctx);
OutputCombiners\MultiStacking.cs (1)
76base.SaveCore(ctx);
OutputCombiners\RegressionStacking.cs (1)
74base.SaveCore(ctx);
OutputCombiners\Stacking.cs (1)
73base.SaveCore(ctx);