4 references to TrySetValue
Microsoft.ML.Core.Tests (1)
UnitTests\TestEntryPoints.cs (1)
375
ib1.
TrySetValue
("ExampleWeightColumnName", "OtherWeight");
Microsoft.ML.Data (3)
EntryPoints\EntryPointNode.cs (2)
550
_inputBuilder.
TrySetValue
(colField, colName);
802
bool 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
"/>.