1 write to Type
Microsoft.ML.AutoML (1)
Utils\DatasetColumnInfo.cs (1)
19
Type
= type;
3 references to Type
Microsoft.ML.AutoML (2)
TransformInference\TransformInference.cs (1)
398
.Select(c => new IntermediateColumn(c.Name, c.
Type
, c.Purpose, c.Dimensions))
TransformInference\TransformPostTrainerInference.cs (1)
35
if (!labelColumn.
Type
.IsKey())
Microsoft.ML.AutoML.Tests (1)
Utils\MLNetUtils\DataViewTestFixture.cs (1)
15
return BuildDummyDataView(columns.Select(c => (c.Name, c.
Type
)), createDummyRow);