12 references to SignatureRegressorTrainer
Microsoft.ML.Ensemble (3)
OutputCombiners\RegressionStacking.cs (1)
44
Visibility = ArgumentAttribute.VisibilityType.CmdLineOnly, SignatureType = typeof(
SignatureRegressorTrainer
))]
Trainer\Regression\RegressionEnsembleTrainer.cs (2)
16
new[] { typeof(
SignatureRegressorTrainer
), typeof(SignatureTrainer) },
46
[Argument(ArgumentType.Multiple, HelpText = "Base predictor type", ShortName = "bp,basePredictorTypes", SortOrder = 1, Visibility = ArgumentAttribute.VisibilityType.CmdLineOnly, SignatureType = typeof(
SignatureRegressorTrainer
))]
Microsoft.ML.FastTree (4)
FastTreeRegression.cs (1)
15
new[] { typeof(
SignatureRegressorTrainer
), typeof(SignatureTrainer), typeof(SignatureTreeEnsembleTrainer), typeof(SignatureFeatureScorerTrainer) },
FastTreeTweedie.cs (1)
18
new[] { typeof(
SignatureRegressorTrainer
), typeof(SignatureTrainer), typeof(SignatureTreeEnsembleTrainer), typeof(SignatureFeatureScorerTrainer) },
GamRegression.cs (1)
15
new[] { typeof(
SignatureRegressorTrainer
), typeof(SignatureTrainer), typeof(SignatureFeatureScorerTrainer) },
RandomForestRegression.cs (1)
21
new[] { typeof(
SignatureRegressorTrainer
), typeof(SignatureTrainer), typeof(SignatureTreeEnsembleTrainer), typeof(SignatureFeatureScorerTrainer) },
Microsoft.ML.LightGbm (1)
LightGbmRegressionTrainer.cs (1)
16
new[] { typeof(
SignatureRegressorTrainer
), typeof(SignatureTrainer), typeof(SignatureTreeEnsembleTrainer) },
Microsoft.ML.Mkl.Components (1)
OlsLinearRegression.cs (1)
22
new[] { typeof(
SignatureRegressorTrainer
), typeof(SignatureTrainer), typeof(SignatureFeatureScorerTrainer) },
Microsoft.ML.StandardTrainers (3)
Standard\Online\OnlineGradientDescent.cs (1)
16
new[] { typeof(
SignatureRegressorTrainer
), typeof(SignatureTrainer), typeof(SignatureFeatureScorerTrainer) },
Standard\PoissonRegression\PoissonRegression.cs (1)
16
new[] { typeof(
SignatureRegressorTrainer
), typeof(SignatureTrainer), typeof(SignatureFeatureScorerTrainer) },
Standard\SdcaRegression.cs (1)
17
new[] { typeof(
SignatureRegressorTrainer
), typeof(SignatureTrainer), typeof(SignatureFeatureScorerTrainer) },