1 write to _colType
Microsoft.ML.Data (1)
Deprecated\Instances\HeaderSchema.cs (1)
33_colType = new VectorDataViewType(NumberDataViewType.Single, collection.Count);
1 reference to _colType
Microsoft.ML.Data (1)
Deprecated\Instances\HeaderSchema.cs (1)
40schemaBuilder.AddColumn(RoleMappedSchema.ColumnRole.Feature.Value, _colType, metadataBuilder.ToAnnotations());