1 write to ColumnType
Microsoft.ML.Data (1)
DataView\InternalSchemaDefinition.cs (1)
73
ColumnType
= columnType;
5 references to ColumnType
Microsoft.ML.Data (5)
DataView\DataViewConstructionUtils.cs (1)
816
columns[i] = new DataViewSchema.DetachedColumn(col.ColumnName, col.
ColumnType
, meta.ToAnnotations());
DataView\InternalSchemaDefinition.cs (3)
96
Contracts.AssertValue(
ColumnType
);
123
Contracts.Assert(isVector ==
ColumnType
is VectorDataViewType);
124
Contracts.Assert(itemType ==
ColumnType
.GetItemType().RawType);
DataView\TypedCursor.cs (1)
131
if (_columns[i].
ColumnType
is VectorDataViewType)