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