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