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