28 references to Add
Microsoft.ML.Core (8)
Utilities\BinFinder.cs (3)
357_segmentHeap.Add(seg); 366_segmentHeap.Add(GetSegmentSplit(seg.Min, seg.Split)); 368_segmentHeap.Add(GetSegmentSplit(seg.Split, seg.Max));
Utilities\MinWaiter.cs (1)
83_waiters.Add(ev);
Utilities\OrderedWaiter.cs (1)
91_waiters.Add(ev);
Utilities\SupervisedBinFinder.cs (3)
314intervals.Add(new SplitInterval(this, 0, _distinctValueCount, false)); 328intervals.Add(left); 329intervals.Add(right);
Microsoft.ML.Data (11)
Data\DataViewUtils.cs (2)
1208_mins.Add(new CursorStats(cursor.Batch, i)); 1281_mins.Add(new CursorStats(_currentCursor.Batch, _icursor));
DataView\Transposer.cs (2)
610heap.Add(new KeyValuePair<int, int>(rbuff.IsDense ? 0 : rbuff.GetIndices()[0], r)); 630heap.Add(new KeyValuePair<int, int>(rbuff.IsDense ? s + 1 : rbuffIndices[ii], pair.Value));
Deprecated\Vector\VectorUtils.cs (2)
93bottomHeap.Add(new KeyValuePair<int, float>(idx, value)); 106topHeap.Add(new KeyValuePair<int, float>(idx, value));
Evaluators\AnomalyDetectionEvaluator.cs (5)
340heap.Add(example); 348heap.Add(example); 381_examples.Add(new Info(label, score)); 389_examples.Add(new Info(label, score)); 565_topExamples.Add(new TopExamplesInfo() { Score = score, Label = label, Name = name.ToString() });
Microsoft.ML.FastTree (2)
FastTree.cs (2)
1979heap.Add(i); 2011heap.Add(i);
Microsoft.ML.KMeansClustering (3)
KMeansPlusPlusTrainer.cs (3)
1649heap.Add(wRow); 1663finalHeap.Add(row); 1667finalHeap.Add(row);
Microsoft.ML.Transforms (4)
LearnerFeatureSelection.cs (2)
242heap.Add(score); 247heap.Add(score);
MutualInformationFeatureSelection.cs (2)
296heap.Add(score); 302heap.Add(score);