6 references to GetDataViewType
Microsoft.ML.Core.Tests (5)
UnitTests\TestCustomTypeRegister.cs (5)
272
Assert.Equal(a, DataViewTypeManager.
GetDataViewType
(typeof(AlienBody)));
273
Assert.Equal(b, DataViewTypeManager.
GetDataViewType
(typeof(AlienBody)));
310
Assert.Equal(e, DataViewTypeManager.
GetDataViewType
(typeof(AlienBody), new[] { f }));
312
Assert.NotEqual(a, DataViewTypeManager.
GetDataViewType
(typeof(AlienBody), new[] { f }));
328
Assert.Equal(a, DataViewTypeManager.
GetDataViewType
(typeof(AlienBody), new Attribute[] { b, c }));
Microsoft.ML.Data (1)
Data\SchemaDefinition.cs (1)
467
columnType = DataViewTypeManager.
GetDataViewType
(dataType, customAttributes);