1 override of ToByteArray
Microsoft.ML.FastTree (1)
Dataset\Feature.cs (1)
257public override void ToByteArray(byte[] buffer, ref int position)
2 references to ToByteArray
Microsoft.ML.FastTree (2)
Dataset\Feature.cs (2)
142ToByteArray(buffer, ref position); 259base.ToByteArray(buffer, ref position);