21 references to Add
Microsoft.ML.Core (1)
CommandLine\CmdParser.cs (1)
1712Utils.Add(ref val.Values, new KeyValuePair<string, object>("", newValue));
Microsoft.ML.Data (11)
DataLoadSave\Text\TextLoaderCursor.cs (1)
233Utils.Add(ref lines, batch.Infos[i].Text.AsMemory());
DataView\CacheDataView.cs (1)
145Utils.Add(ref columnsToDrop, c);
Transforms\Hashing.cs (2)
220Utils.Add(ref invertIinfos, i); 221Utils.Add(ref invertHashMaxCounts, invertHashMaxCount);
Transforms\MetadataDispatcher.cs (2)
417Utils.Add(ref _getters, new GetterInfoDelegate<TValue>(kind, type, getter)); 433Utils.Add(ref _getters, new GetterInfoPrimitive<TValue>(kind, type, value));
Transforms\NormalizeColumnDbl.cs (2)
145Utils.Add(ref indicesShift, iv); 181Utils.Add(ref indicesShift, iv);
Transforms\NormalizeColumnSng.cs (2)
145Utils.Add(ref indicesShift, iv); 181Utils.Add(ref indicesShift, iv);
Transforms\RowShufflingTransformer.cs (1)
197Utils.Add(ref columnsToDrop, c);
Microsoft.ML.EntryPoints (2)
FeatureCombiner.cs (2)
177Utils.Add(ref ktv, new KeyToVectorMappingEstimator.ColumnOptions(colName, col.Name)); 188Utils.Add(ref cvt, new TypeConvertingEstimator.ColumnOptions(colName, DataKind.Single, col.Name));
Microsoft.ML.Transforms (7)
Expression\CodeGen.cs (3)
213Utils.Add(ref _errors, new Error(node.Token, "Code generation error")); 218Utils.Add(ref _errors, new Error(node.Token, msg)); 223Utils.Add(ref _errors, new Error(node.Token, msg, args));
Expression\LambdaBinder.cs (2)
100Utils.Add(ref _errors, new Error(node.Token, msg)); 105Utils.Add(ref _errors, new Error(node.Token, string.Format(msg, args)));
Expression\LambdaParser.cs (1)
725Utils.Add(ref commas, TokMove());
MissingValueReplacing.cs (1)
314Utils.Add(ref columnsToImpute, iinfo);