2 types derived from GamModelParametersBase
Microsoft.ML.FastTree (2)
GamClassification.cs (1)
197public sealed class GamBinaryModelParameters : GamModelParametersBase, IPredictorProducing<float>
GamRegression.cs (1)
147public sealed class GamRegressionModelParameters : GamModelParametersBase
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)
Explainability.cs (1)
274/// LocalFeatureImportance: Per-row feature importance can be computed through FeatureContributionCalculator for a <see cref="GamModelParametersBase" />