1 write to RawValue
Microsoft.ML.FastTree (1)
Training\Test.cs (1)
67RawValue = rawValue;
5 references to RawValue
Microsoft.ML.FastTree (5)
Training\Test.cs (5)
88return RawValue.SizeInBytes() 98RawValue.ToByteArray(buffer, ref offset); 133return RawValue; 135return RawValue / Factor; 137return Math.Sqrt(RawValue / Factor);