2 writes to _count
Microsoft.ML.Transforms (2)
CountFeatureSelection.cs (2)
393_count = new long[1]; 411_count = new long[size];
3 references to _count
Microsoft.ML.Transforms (3)
CountFeatureSelection.cs (3)
420get { return _count; } 431var size = _count.Length; 438_count[kvp.Key]++;