2 types derived from GamModelParametersBase
Microsoft.ML.FastTree (2)
11 references to GamModelParametersBase
Microsoft.ML.FastTree (10)
GamModelParameters.cs (10)
21[assembly: LoadableClass(typeof(GamModelParametersBase.VisualizationCommand), typeof(GamModelParametersBase.VisualizationCommand.Arguments), typeof(SignatureCommand),
22"GAM Visualization Command", GamModelParametersBase.VisualizationCommand.LoadName, "gamviz", DocName = "command/GamViz.md")]
547/// <see cref="GamModelParametersBase"/>, it is convenient to have the command itself nested within the base
593private readonly GamModelParametersBase _pred;
623public Context(IChannel ch, GamModelParametersBase pred, RoleMappedData data, IEvaluator eval)
889var pred = rawPred as GamModelParametersBase;
890ch.CheckUserArg(pred != null, nameof(ImplOptions.InputModelFile), "Predictor was not a " + nameof(GamModelParametersBase));
898private IEvaluator InitEvaluator(GamModelParametersBase pred)
Microsoft.ML.IntegrationTests (1)