8 references to Register
Microsoft.ML.Core (2)
Data\ServerChannel.cs (2)
13/// delegates are registered through <see cref="Register{TRet}"/> and its overloads. 37/// performant though more robust calls to <see cref="Register{TRet}"/> and
Microsoft.ML.FastTree (6)
GamModelParameters.cs (6)
929sch?.Register("numFeatures", () => context.NumFeatures); 933sch?.Register("infos", context.GetInfos); 937sch?.Register("metrics", context.GetMetrics); 938sch?.Register("canSave", () => !string.IsNullOrEmpty(ImplOptions.OutputModelFile)); 939sch?.Register("save", () => context.SaveIfNeeded(Host, ch, ImplOptions.OutputModelFile)); 940sch?.Register("quit", () =>