1 write to Type
Microsoft.ML.AutoML (1)
TransformInference\TransformInference.cs (1)
78
Type
= type;
9 references to Type
Microsoft.ML.AutoML (9)
TransformInference\TransformInference.cs (9)
185
if (!col.
Type
.IsKey())
230
if (column.Purpose == ColumnPurpose.GroupId && !column.
Type
.IsKey())
300
if (!column.
Type
.GetItemType().IsBool() || column.Purpose != ColumnPurpose.NumericFeature)
328
if (!column.
Type
.GetItemType().IsText() || column.Purpose != ColumnPurpose.TextFeature)
353
if (column.
Type
.GetItemType() == NumberDataViewType.Single
380
if (!column.
Type
.GetItemType().IsText() || column.Purpose != ColumnPurpose.ImagePath)
438
intermediateCol.
Type
.GetItemType() == NumberDataViewType.Single)
458
intermediateCols.First().
Type
.IsVector()))
464
(intermediateCols.First().
Type
.IsVector() ||