1 override of SizeInBytes
Microsoft.ML.FastTree (1)
Dataset\Feature.cs (1)
233public override int SizeInBytes()
2 references to SizeInBytes
Microsoft.ML.FastTree (2)
Dataset\Feature.cs (2)
141byte[] buffer = new byte[SizeInBytes()]; 235return base.SizeInBytes() + _valueMap.SizeInBytes() + _name.SizeInBytes();