10 references to ColumnTypeInference
Microsoft.ML.AutoML (10)
ColumnInference\ColumnGroupingInference.cs (3)
22/// This is effectively a merger of <see cref="PurposeInference.Column"/> and a <see cref="ColumnTypeInference.Column"/> 51/// If yes, the <see cref="ColumnTypeInference.Column.SuggestedName"/> fields are used to generate the column 56public static GroupingColumn[] InferGroupingAndNames(MLContext env, bool hasHeader, ColumnTypeInference.Column[] types, PurposeInference.Column[] purposes)
ColumnInference\ColumnInferenceApi.cs (5)
48TextFileContents.ColumnSplitResult splitInference, ColumnTypeInference.InferenceResult typeInference, 51var loaderColumns = ColumnTypeInference.GenerateLoaderColumns(typeInference.Columns); 133private static ColumnTypeInference.InferenceResult InferColumnTypes(MLContext context, TextFileSample sample, 137var typeInferenceResult = ColumnTypeInference.InferTextFileColumnTypes(context, sample, 138new ColumnTypeInference.Arguments
ColumnInference\PurposeInference.cs (1)
33/// The design is the same as for <see cref="ColumnTypeInference"/>: there's a sequence of 'experts'
TransformInference\TransformInference.cs (1)
60/// The design is the same as for <see cref="ColumnTypeInference"/>: there's a sequence of 'experts'