25 references to AddAttribute
Microsoft.ML.Data (25)
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 (4)
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);
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());