3 instantiations of ClassWithArrayProperties
Microsoft.ML.Tests (3)
CollectionsDataViewTest.cs (3)
426
new
ClassWithArrayProperties
()
441
new
ClassWithArrayProperties
() { IntProp = new int[3] { -2, 1, 0 }, FloatProp = new float[3] { 0.99f, 0f, -0.99f }, StringProp = new string[2] { "", null } },
442
new
ClassWithArrayProperties
()
2 references to ClassWithArrayProperties
Microsoft.ML.Tests (2)
CollectionsDataViewTest.cs (2)
424
var data = new List<
ClassWithArrayProperties
>
447
var enumeratorSimple = env.Data.CreateEnumerable<
ClassWithArrayProperties
>(dataView, false).GetEnumerator();