2 writes to Bins
Microsoft.ML.FastTree (2)
Dataset\Feature.cs (2)
44
Bins
= bins;
96
Bins
= IntArray.New(buffer, ref position);
8 references to Bins
Microsoft.ML.FastTree (8)
Dataset\Feature.cs (8)
109
get { return
Bins
.Length; }
135
Bins
.ToByteArray(buffer, ref position);
274
return
Bins
.Split(assignment)
285
return new TsvFeature(
Bins
.Clone(itemIndices), _valueMap, _name);
299
if (bitsPerItem == parts[0].
Bins
.BitsPerItem)
301
IntArray b = parts[0].
Bins
;
340
IntArray bins = parts[partIndex].
Bins
;
360
if (bitsPerItem != IntArrayBits.Bits0 && parts.All(x => x.
Bins
is DeltaSparseIntArray))