1 override of AddAttribute
Microsoft.ML.OnnxConverter (1)
OnnxNodeImpl.cs (1)
22public override void AddAttribute(string argName, double value)
9 references to AddAttribute
Microsoft.ML.Data (3)
Scorers\BinaryClassifierScorer.cs (1)
205node.AddAttribute("threshold", _threshold);
Transforms\ValueMapping.cs (1)
1274node.AddAttribute("default_float", 0f);
Transforms\ValueToKeyMappingTransformer.cs (1)
888node.AddAttribute("default_float", 0f);
Microsoft.ML.KMeansClustering (1)
KMeansModelParameters.cs (1)
347gemmNodeXC2.AddAttribute("alpha", -2f);
Microsoft.ML.PCA (2)
PcaTransformer.cs (2)
671gemmNode.AddAttribute("alpha", 1.0); 672gemmNode.AddAttribute("beta", -1.0);
Microsoft.ML.Transforms (3)
MissingValueReplacing.cs (1)
887node.AddAttribute("replaced_value_float", Single.NaN);
Text\WordEmbeddingsExtractor.cs (2)
462nodeSMax.AddAttribute("scale", 2.0); 531nodeT.AddAttribute("min", 1.0f);