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