2 writes to _biasTheta
Microsoft.ML.StandardTrainers (2)
LdSvm\LdSvmModelParameters.cs (2)
81_biasTheta = biasTheta; 117_biasTheta = ctx.Reader.ReadFloatArray(_numLeaf - 1);
4 references to _biasTheta
Microsoft.ML.StandardTrainers (4)
LdSvm\LdSvmModelParameters.cs (4)
139Host.Assert(_biasTheta.Length == _numLeaf - 1); 195Host.Assert(_biasTheta.Length == _numLeaf - 1); 196ctx.Writer.WriteSinglesNoCount(_biasTheta.AsSpan()); 256childIndicator = VectorUtils.DotProduct(in _theta[current], in src) + _biasTheta[current];