1 instantiation of Context
Microsoft.ML.FastTree (1)
GamModelParameters.cs (1)
895
return new
Context
(ch, pred, data, InitEvaluator(pred));
6 references to Context
Microsoft.ML.FastTree (6)
GamModelParameters.cs (6)
811
private FeatureInfo(
Context
context, int index, int internalIndex, int[] catsMap)
839
public static FeatureInfo GetInfoForIndex(
Context
context, int index)
852
public static FeatureInfo[] GetInfos(
Context
context)
869
private
Context
Init(IChannel ch)
914
var
context = Init(ch);
931
sch?.Register<int,
Context
.FeatureInfo>("info", context.GetInfoForIndex);