3 references to GetColumnType
Microsoft.ML.Data (3)
Scorers\GenericScorer.cs (1)
238
colName = ctx.AddIntermediateVariable(_bindings.
GetColumnType
(colIndex), colName);
Scorers\PredictedLabelScorerBase.cs (1)
379
colName = ctx.AddIntermediateVariable(Bindings.
GetColumnType
(colIndex), colName, false);
Transforms\ColumnBindingsBase.cs (1)
286
builder.AddColumn(inputBindings.GetColumnName(i), inputBindings.
GetColumnType
(i), meta.ToAnnotations());