1 write to _counts
Microsoft.ML.Core (1)
Utilities\BinFinder.cs (1)
24
_counts
= new List<int>();
15 references to _counts
Microsoft.ML.Core (15)
Utilities\BinFinder.cs (15)
36
_counts
.Clear();
66
_counts
.Add(count);
67
_valuesSng[
_counts
.Count] = _valuesSng[i];
75
_counts
.Add(count);
78
CountValues =
_counts
.Count;
87
FindBinsCore(
_counts
, _path);
114
_counts
.Clear();
144
_counts
.Add(count);
145
_valuesDbl[
_counts
.Count] = _valuesDbl[i];
153
_counts
.Add(count);
156
CountValues =
_counts
.Count;
165
FindBinsCore(
_counts
, _path);
192
_counts
.Clear();
198
_counts
.Add(count);
201
FindBinsCore(
_counts
, path);