13 references to Util
Microsoft.ML.AutoML.Tests (13)
DatasetDimensionsTests.cs (2)
72dataBuilder.AddColumn("NoNan", Util.GetKeyValueGetter(slotNames), NumberDataViewType.Single, colValues); 78dataBuilder.AddColumn("Nan", Util.GetKeyValueGetter(slotNames), NumberDataViewType.Single, colValues);
TrainerExtensionsTests.cs (8)
96Util.AssertObjectMatchesJson(expectedJson, pipelineNode); 141Util.AssertObjectMatchesJson(expectedJson, pipelineNode); 173Util.AssertObjectMatchesJson(expectedJson, pipelineNode); 195Util.AssertObjectMatchesJson(expectedJson, pipelineNode); 230Util.AssertObjectMatchesJson(expectedJson, pipelineNode); 251Util.AssertObjectMatchesJson(expectedJson, pipelineNode); 280Util.AssertObjectMatchesJson(expectedJson, pipelineNode); 306Util.AssertObjectMatchesJson(expectedJson, pipelineNode);
TransformInferenceTests.cs (1)
768Util.AssertObjectMatchesJson(expectedJson, pipelineNodes);
TransformPostTrainerInferenceTests.cs (1)
73Util.AssertObjectMatchesJson(expectedJson, pipelineNodes);
Utils\MLNetUtils\DataViewTestFixture.cs (1)
53Util.GetKeyValueGetter(createDummyRow ? new string[] { "1", "2" } : new string[] { }),