EntryPoints\InputBuilder.cs (12)
46private readonly IExceptionContext _ectx;
55public InputBuilder(IExceptionContext ectx, Type inputType, ComponentCatalog catalog)
400private static object ParseJsonValue(IExceptionContext ectx, Type type, Attributes attributes, JToken value, ComponentCatalog catalog)
462Func<IExceptionContext, JArray, Attributes, ComponentCatalog, object> makeArray = MakeArray<int>;
480Func<IExceptionContext, JObject, Attributes, ComponentCatalog, object> makeDict = MakeDictionary<int>;
532private static object GetFieldAssignableValue(IExceptionContext ectx, Type type, object value)
544private static IComponentFactory GetComponentJson(IExceptionContext ectx, Type signatureType, string name, JObject settings, ComponentCatalog catalog)
577private static object MakeArray<T>(IExceptionContext ectx, JArray jArray, Attributes attributes, ComponentCatalog catalog)
588private static object MakeDictionary<T>(IExceptionContext ectx, JObject jDict, Attributes attributes, ComponentCatalog catalog)
614private static object MakeOptionalIfNeeded(IExceptionContext ectx, object innerValue, Type outerType)
658private readonly IExceptionContext _ectx;
664public OutputHelper(IExceptionContext ectx, Type outputType)
Evaluators\EvaluatorUtils.cs (4)
108public static DataViewSchema.Column GetScoreColumn(IExceptionContext ectx, DataViewSchema schema, string name, string argName, string kind,
163public static DataViewSchema.Column? GetOptAuxScoreColumn(IExceptionContext ectx, DataViewSchema schema, string name, string argName,
215private static bool IsScoreColumnKind(IExceptionContext ectx, DataViewSchema schema, int col, string kind)
244public static void CheckWeightType(IExceptionContext ectx, DataViewType type)