2 writes to _biasW
Microsoft.ML.StandardTrainers (2)
LdSvm\LdSvmModelParameters.cs (2)
80
_biasW
= biasW;
116
_biasW
= ctx.Reader.ReadFloatArray(_numLeaf * 2 - 1);
5 references to _biasW
Microsoft.ML.StandardTrainers (5)
LdSvm\LdSvmModelParameters.cs (5)
138
Host.Assert(
_biasW
.Length == _numLeaf * 2 - 1);
193
Host.Assert(
_biasW
.Length == _numLeaf * 2 - 1);
194
ctx.Writer.WriteSinglesNoCount(
_biasW
.AsSpan());
255
(VectorUtils.DotProduct(in _w[current], in src) +
_biasW
[current]);
260
(VectorUtils.DotProduct(in _w[current], in src) +
_biasW
[current]);