4 references to AddAttribute
Microsoft.ML.Data (4)
Transforms\KeyToValue.cs (2)
537
node.
AddAttribute
("values_strings", values);
560
node.
AddAttribute
("values_strings", values);
Transforms\ValueMapping.cs (2)
1093
node.
AddAttribute
("keys_strings", Array.ConvertAll(_valueMap.GetKeys<T>(), item => Convert.ToString(item)));
1206
node.
AddAttribute
("keys_strings", values);