2 instantiations of RegressionStacking
Microsoft.ML.Ensemble (2)
OutputCombiners\RegressionStacking.cs (2)
50
public IRegressionOutputCombiner CreateComponent(IHostEnvironment env) => new
RegressionStacking
(env, this);
69
return 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),
13
Stacking.UserName,
RegressionStacking
.LoadName)]
15
[assembly: LoadableClass(typeof(
RegressionStacking
), null, typeof(SignatureLoadModel),
16
Stacking.UserName,
RegressionStacking
.LoaderSignature)]
35
loaderAssemblyName: typeof(
RegressionStacking
).Assembly.FullName);
64
public static
RegressionStacking
Create(IHostEnvironment env, ModelLoadContext ctx)