5 references to AddAttribute
Microsoft.ML.Data (5)
Transforms\NormalizeColumnDbl.cs (5)
702
nodeProtoWrapper.
AddAttribute
("offset", Enumerable.Repeat(Offset, featureCount));
703
nodeProtoWrapper.
AddAttribute
("scale", Enumerable.Repeat(Scale, featureCount));
775
node.
AddAttribute
("offset", Offset);
777
node.
AddAttribute
("offset", Enumerable.Repeat<TFloat>(0, featureCount));
779
node.
AddAttribute
("scale", Scale);