4 references to TrySetValue
Microsoft.ML.Core.Tests (1)
UnitTests\TestEntryPoints.cs (1)
375ib1.TrySetValue("ExampleWeightColumnName", "OtherWeight");
Microsoft.ML.Data (3)
EntryPoints\EntryPointNode.cs (2)
550_inputBuilder.TrySetValue(colField, colName); 802bool success = _inputBuilder.TrySetValue(pair.Key, BuildParameterValue(pair.Value));
EntryPoints\InputBuilder.cs (1)
148/// Returns the array of required values that were not specified using <see cref="TrySetValue"/>.