1 override of AddAttribute
Microsoft.ML.OnnxConverter (1)
OnnxNodeImpl.cs (1)
46
public override void
AddAttribute
(string argName, Type value)
38 references to AddAttribute
Microsoft.ML.Data (26)
Prediction\Calibrator.cs (1)
1319
node.
AddAttribute
("to", toTypeInt);
Scorers\BinaryClassifierScorer.cs (1)
221
node.
AddAttribute
("to", predictedLabelCol.Value.Type.RawType);
Transforms\ColumnConcatenatingTransformer.cs (1)
948
castNode.
AddAttribute
("to", outColType.ItemType.RawType);
Transforms\Hashing.cs (5)
1380
isZeroNode.
AddAttribute
("to", NumberDataViewType.Int64.RawType);
1390
isZeroNode.
AddAttribute
("to", NumberDataViewType.Int64.RawType);
1400
castNode.
AddAttribute
("to", NumberDataViewType.UInt32.RawType);
1435
castNode.
AddAttribute
("to", t);
1452
castNodeFinal.
AddAttribute
("to", _dstTypes[iinfo].GetItemType().RawType);
Transforms\KeyToValue.cs (4)
515
castNode.
AddAttribute
("to", t);
540
castNode.
AddAttribute
("to", TypeOutput.RawType);
555
castNode.
AddAttribute
("to", t);
569
castNode.
AddAttribute
("to", t);
Transforms\KeyToVector.cs (1)
714
castNode.
AddAttribute
("to", typeof(long));
Transforms\TypeConverting.cs (1)
506
node.
AddAttribute
("to", t);
Transforms\ValueMapping.cs (9)
1090
castNode.
AddAttribute
("to", itemType.RawType);
1203
castNode.
AddAttribute
("to", t);
1222
castNode.
AddAttribute
("to", typeValue.RawType);
1228
castNode.
AddAttribute
("to", typeValue.RawType);
1234
castNode.
AddAttribute
("to", typeValue.RawType);
1240
castNode.
AddAttribute
("to", typeValue.RawType);
1246
castNode.
AddAttribute
("to", typeValue.RawType);
1256
castNode.
AddAttribute
("to", typeValue.RawType);
1266
castNode.
AddAttribute
("to", typeValue.RawType);
Transforms\ValueToKeyMappingTransformer.cs (3)
794
castNode.
AddAttribute
("to", t);
807
castNode.
AddAttribute
("to", t);
897
castNode.
AddAttribute
("to", dataKind.ToType());
Microsoft.ML.KMeansClustering (1)
KMeansModelParameters.cs (1)
368
predictedNode.
AddAttribute
("to", t);
Microsoft.ML.StandardTrainers (9)
Standard\LogisticRegression\MulticlassLogisticRegression.cs (1)
1007
castNode.
AddAttribute
("to", t);
Standard\MulticlassClassification\MulticlassNaiveBayesTrainer.cs (4)
463
node.
AddAttribute
("to", t);
534
node.
AddAttribute
("to", t);
558
node.
AddAttribute
("to", t);
568
node.
AddAttribute
("to", t);
Standard\MulticlassClassification\OneVersusAllTrainer.cs (3)
590
castToUint32Node.
AddAttribute
("to", t2);
809
castNode.
AddAttribute
("to", t);
819
castIsZeroSumToFloatNode.
AddAttribute
("to", t1);
Standard\Simple\SimpleTrainers.cs (1)
428
node.
AddAttribute
("to", t);
Microsoft.ML.Transforms (2)
Text\NgramTransform.cs (1)
797
castNode.
AddAttribute
("to", t);
Text\TokenizingByCharacters.cs (1)
268
castNode.
AddAttribute
("to", t);