9 overrides of ToByteArray
Microsoft.ML.FastTree (9)
Dataset\DenseIntArray.cs (6)
171
public override void
ToByteArray
(byte[] buffer, ref int position)
282
public override void
ToByteArray
(byte[] buffer, ref int position)
423
public override void
ToByteArray
(byte[] buffer, ref int position)
528
public override void
ToByteArray
(byte[] buffer, ref int position)
638
public override void
ToByteArray
(byte[] buffer, ref int position)
727
public override void
ToByteArray
(byte[] buffer, ref int position)
Dataset\RepeatIntArray.cs (1)
96
public override void
ToByteArray
(byte[] buffer, ref int position)
Dataset\SegmentIntArray.cs (1)
127
public override void
ToByteArray
(byte[] buffer, ref int position)
Dataset\SparseIntArray.cs (1)
240
public override void
ToByteArray
(byte[] buffer, ref int position)
12 references to ToByteArray
Microsoft.ML.FastTree (12)
Dataset\DenseIntArray.cs (6)
173
base.
ToByteArray
(buffer, ref position);
284
base.
ToByteArray
(buffer, ref position);
425
base.
ToByteArray
(buffer, ref position);
530
base.
ToByteArray
(buffer, ref position);
640
base.
ToByteArray
(buffer, ref position);
729
base.
ToByteArray
(buffer, ref position);
Dataset\Feature.cs (1)
135
Bins.
ToByteArray
(buffer, ref position);
Dataset\RepeatIntArray.cs (2)
98
base.
ToByteArray
(buffer, ref position);
101
_values.
ToByteArray
(buffer, ref position);
Dataset\SegmentIntArray.cs (1)
129
base.
ToByteArray
(buffer, ref position);
Dataset\SparseIntArray.cs (2)
242
base.
ToByteArray
(buffer, ref position);
245
_values.
ToByteArray
(buffer, ref position);