5 references to Type
Microsoft.ML.AutoML (5)
ColumnInference\PurposeInference.cs (5)
120
if (column.IsPurposeSuggested || !column.
Type
.IsText())
174
if (column.
Type
.GetItemType().IsNumber())
188
if (column.
Type
.GetItemType().IsBool())
202
if (column.
Type
.IsVector() && column.
Type
.GetItemType().IsText())