9 overrides of ToByteArray
Microsoft.ML.FastTree (9)
Dataset\DenseIntArray.cs (6)
288
public override void
ToByteArray
(byte[] buffer, ref int position)
399
public override void
ToByteArray
(byte[] buffer, ref int position)
540
public override void
ToByteArray
(byte[] buffer, ref int position)
656
public override void
ToByteArray
(byte[] buffer, ref int position)
777
public override void
ToByteArray
(byte[] buffer, ref int position)
878
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)
290
base.
ToByteArray
(buffer, ref position);
401
base.
ToByteArray
(buffer, ref position);
542
base.
ToByteArray
(buffer, ref position);
658
base.
ToByteArray
(buffer, ref position);
779
base.
ToByteArray
(buffer, ref position);
880
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);