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)
929
sch?.
Register
("numFeatures", () => context.NumFeatures);
933
sch?.
Register
("infos", context.GetInfos);
937
sch?.
Register
("metrics", context.GetMetrics);
938
sch?.
Register
("canSave", () => !string.IsNullOrEmpty(ImplOptions.OutputModelFile));
939
sch?.
Register
("save", () => context.SaveIfNeeded(Host, ch, ImplOptions.OutputModelFile));
940
sch?.
Register
("quit", () =>