2 instantiations of RegressionStacking
Microsoft.ML.Ensemble (2)
OutputCombiners\RegressionStacking.cs (2)
50public IRegressionOutputCombiner CreateComponent(IHostEnvironment env) => new RegressionStacking(env, this); 69return new RegressionStacking(env, ctx);
8 references to RegressionStacking
Microsoft.ML.Ensemble (8)
EntryPoints\OutputCombiner.cs (1)
16[assembly: EntryPointModule(typeof(RegressionStacking))]
OutputCombiners\RegressionStacking.cs (7)
12[assembly: LoadableClass(typeof(RegressionStacking), typeof(RegressionStacking.Arguments), typeof(SignatureCombiner), 13Stacking.UserName, RegressionStacking.LoadName)] 15[assembly: LoadableClass(typeof(RegressionStacking), null, typeof(SignatureLoadModel), 16Stacking.UserName, RegressionStacking.LoaderSignature)] 35loaderAssemblyName: typeof(RegressionStacking).Assembly.FullName); 64public static RegressionStacking Create(IHostEnvironment env, ModelLoadContext ctx)