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)
138Host.Assert(_biasW.Length == _numLeaf * 2 - 1); 193Host.Assert(_biasW.Length == _numLeaf * 2 - 1); 194ctx.Writer.WriteSinglesNoCount(_biasW.AsSpan()); 255(VectorUtils.DotProduct(in _w[current], in src) + _biasW[current]); 260(VectorUtils.DotProduct(in _w[current], in src) + _biasW[current]);